Jump to page content
English English   Polish Polish   Dutch Dutch   Russian Russian   German German   Hungarian Hungarian   Norwegian Norwegian   Swedish Swedish   Finnish Finnish   Romanian Romanian   Spanish Spanish   Portuguese Portuguese   Latvian Latvian  
Homepage
Home
Register
Login

Resources
Forum
Wiki
Servers

rssrpgmessages

Category:script
Author(s):Mystoganscripter
Downloads:324
Rate:You need to be logged in to vote
Rating:5 (2 Votes)
Description:
my facebook:https://www.facebook.com/mystogan.scripter.7
<Export functions>
rpg
<How does this work?>
For this you must use a client or you can make a function call from the server side, For example, leave when you touch a marker, when entering the server, or when you have a job or mission.

<structure>
rpg("Name",avatarid,"Text1",time1,"Text2",time2,"Text3",time3,"Text4",time4,"Text5",time5)

Name:the name for the message.
avatarid:the id of the image without the .png
text1: the lines for text.
time1: the time it will take to start the text 1
text2: the lines for text 2.
time2: the time it will take to start the text 2.
text3: the lines for text 3.
time3: the time it will take to start the text 3.
text4: the lines for text 4.
time4: the time it will take to start the text 4.
text5: the lines for text 5.
time5: the time it will take to start the text 5.

add more avatar images in meta.xml
<!--- if you want to add more avatars you must save the image with a number that follows after the one in the line below for example 2.png and add it to the meta for <file src="2.png"/> and if you want to add another you must save another image with a number greater than the previous one for example
<file src="2.png"/>-->
<Example>
exports ["rpgmessages"]:rpg ("Name",1,"Text1",500,"Text2",1000,"Text3",2000,"Text4",3000,"Text5",4000)

Download latest version | Report

Version history

Version Publish Date Changes
1.6.9 2019-10-12 19:03:26 First public release Download