SA-MP Forums Archive
Iwant Help In Scripting - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Client Support (https://sampforum.blast.hk/forumdisplay.php?fid=16)
+--- Thread: Iwant Help In Scripting (/showthread.php?tid=527406)



Iwant Help In Scripting - youseef - 22.07.2014

When any One Write COmmand /accent ItalianAmircan Server Got Down How TO Delete CMd And Change Game mode name ?


Re: Iwant Help In Scripting - DavidKember - 25.07.2014

You need to open the .pwn with pawno, then find out something like this : CMD:accent , if that command crashes your server, which is actually ridiculous for me, replace it with something like CMD:487451248 , and to change the game mode name, you gotta open up your .pwn using pawno, and add this to your script
Quote:

#define SERVER_GM_TEXT "YOURGAMEMODENAME"

; add it before the includes.


Re: Iwant Help In Scripting - EgyptForLife - 27.07.2014

Do as DavidKember told you, and it will work.