SA-MP Forums Archive
Data - 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: Data (/showthread.php?tid=113946)



Data - commad - 16.12.2009

ey guys i have a question.


everytime i put something in my server with object editor. or i spawn a Car it remove when i restart te server.
is there a option to save it?


and whats the code for a welcome Screen.



Re: Data - Correlli - 16.12.2009

You need to add objects/vehicles/whatever in your gamemode/script at the OnGameModeInit-callback.


Re: Data - commad - 16.12.2009

and how?


Re: Data - Correlli - 16.12.2009

http://forum.sa-mp.com/index.php?topic=2750.0


Re: Data - rs2fun111 - 16.12.2009

Code For Welcome Screen ?


Re: Data - Nakash - 16.12.2009

Quote:
Originally Posted by rs2fun111
Code For Welcome Screen ?
add this under OnPlayerConnect
pawn Код:
SendClientMessage(playerid,COLOR,"Welcome to rs2fun111 server,have fun staying.");
Change COLOR to your color,or just define it (#define COLOR BLABLA).