Welcome Message - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Welcome Message (
/showthread.php?tid=178687)
Welcome Message -
James124 - 23.09.2010
Hi guys ! Do Any one know how to make a welcome message command ? Like /setwelcomemessage [message here] so that when they join it displays that message and that messages saves in .ini file ! I tried hard to do it but didnt work so any one have a idea how to make that ?
Re: Welcome Message -
Mike_Peterson - 23.09.2010
i cant script atm.. abit tired but i can tell you/person whos gonna script abit how to
make this command /setwm [text]
then dini_set i thought coz its a string or is it a integer.... still havent found that out anyway
then onplayerconnect send the message...
goodluck whoever and if possible future scripters:
whats an integer? if i found that out i could help more folks
Re: Welcome Message -
Mauzen - 23.09.2010
Quote:
Originally Posted by Mike_Peterson
i cant script atm.. abit tired but i can tell you/person whos gonna script abit how to
make this command /setwm [text]
then dini_set i thought coz its a string or is it a integer.... still havent found that out anyway
then onplayerconnect send the message...
goodluck whoever and if possible future scripters:
whats an integer? if i found that out i could help more folks
|
That's how I had explained that, too.
How can you script at all, if you do not know what an integer is
But no, no prob, an integer is a whole number (1, 2, 3, -7384), so without any decimal places. A normal sized Integer (4 byte) can go from ~ -2 to +2 billion.