SA-MP Forums Archive
Help me please - 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: Help me please (/showthread.php?tid=630084)



Help me please - Langky - 08.03.2017

All cmd does not work, cmd / w, / god, / cc, / ac. can be used without admin
Check code http://pastebin.com/1Ts4q8cH


Re: Help me please - TitanX - 08.03.2017

Quote:
Originally Posted by Langky
Посмотреть сообщение
All cmd does not work, cmd / w, / god, / cc, / ac. can be used without admin
Check code http://pastebin.com/1Ts4q8cH
you can't use strcmp(OnPlayerCommandText) and zcmd in same script,

because zcmd disable it you need to convert /w, /god, /cc, /ac from strcmp to CMD: structure and delete OnPlayerCommandText or just rename it to OnPlayerCommandReceived(playerid, cmdtext[])

but better convert the commands to CMD:

for more info click me!


Re: Help me please - Langky - 08.03.2017

cmd is still not working , please help me for fix