Gamemode: Blank Script - 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)
+--- Thread: Gamemode: Blank Script (
/showthread.php?tid=510246)
Gamemode: Blank Script -
JSGamingPro - 30.04.2014
When i run my server gamemode is Blank Script
Re: Gamemode: Blank Script -
Luis- - 30.04.2014
Add this under OnGameModeInit.
pawn Код:
SetGameModeText("Change me to your gamemode text");
Re: Gamemode: Blank Script -
JSGamingPro - 30.04.2014
Thanks
Re: Gamemode: Blank Script -
iAnonymous - 30.04.2014
Quote:
Originally Posted by Luis-
Add this under OnGameModeInit.
pawn Код:
SetGameModeText("Change me to your gamemode text");
|
Wait , I think he means that gamemode is not working .
Post your server logs here .
Re: Gamemode: Blank Script -
JSGamingPro - 30.04.2014
Quote:
Originally Posted by iAnonymous
Wait , I think he means that gamemode is not working .
Post your server logs here .
|
Nope. Gamemode is working fine
Re: Gamemode: Blank Script -
Luis- - 30.04.2014
Just realized, you may already have it under OnGameModeInit, just search for Blank Script and change it to whatever you want it to be