SA-MP Forums Archive
Problem with commands.. - 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: Problem with commands.. (/showthread.php?tid=366670)



Problem with commands.. - dundolina - 07.08.2012

I have a problem with my gamemode. When you enter a command like "/ admins" or some other similar shows me "Unknown command". Can you help to fix this problem?


Re: Problem with commands.. - HyDrAtIc - 07.08.2012

im not sure if this gonna work but try to run pawno as administrator and then re-compile


Re: Problem with commands.. - Cxnnor - 07.08.2012

Show me the code and make sure you add:

pawn Код:
return 1;
To the bottom.


Re: Problem with commands.. - shitbird - 07.08.2012

You may have filterscripts interfering with eachother and/or the gamemode.
Run through all of your scripts, and return 0 in all OnPlayerCommandText callbacks.