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



help - Zeros - 04.03.2010

How do I change the mode while the fortunes of the samp and writes player, ping, and map mode
how to change the write mode and a different map?
thanks
and how to change spawn I forgot xD


Re: help - Zeros - 04.03.2010

how to change this is written down mode and map?
Here's where to write.

jel know someone? please
and how to change spawn? want to change that spawnaju at station LS


Re: help - [cA]Unforseen - 04.03.2010

put this under public OnGameModeInit() or if it was there change it

Код:
	SetGameModeText("Your game mod");
and if u need spawns... just learn this :

https://sampwiki.blast.hk/wiki/PAWN_tutorial

btw its sooooo easy even for an amateur





Re: help - Ironboy500 - 04.03.2010

To change Mode add under OnGameModeInit following:

Код:
SetGameModeText("Here goes your mode text you want");