SA-MP Forums Archive
Commands dont do anything. - 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: Commands dont do anything. (/showthread.php?tid=444192)



Commands dont do anything. - Jason_Dealley - 15.06.2013

Howdy samp forum!

Today i have a problem,
if i type any commands they do nothing, when i compile i have gotten no errors/warnings.

If you need any code from something specific ill add it.


AW: Commands dont do anything. - HurtLocker - 15.06.2013

What command system do you use? If simple strcmp then make sure you have it under onplayercommandtext and return 0; in the end.


Re: Commands dont do anything. - SMW - 15.06.2013

what cmd processor do u use ? paste your code here


Re: Commands dont do anything. - Jason_Dealley - 15.06.2013

I use ZCMD,
This is for ALL commands, not just a couple.
Its a linux server.
And all FS commands do work.


Re: Commands dont do anything. - Jason_Dealley - 16.06.2013

Fixed-


Re : Commands dont do anything. - DeMoX - 16.06.2013

I've faced the same problem, on YCMD processor and after reading the code i discovred that i have wrongly wrote this
pawn Код:
YCMD:(playerid,params[],help
{
     //code...etc
}
So search on your GM/FS if you've done the same fail.