SA-MP Forums Archive
ZCMD doesn't work - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: ZCMD doesn't work (/showthread.php?tid=268896)



ZCMD doesn't work - XwawawaX - 14.07.2011

Hey guys, ZCMD doesnt work. I'm trying to use it with sscanf2. I have it included and i'm trying to use
Код:
COMMAND:test(playerid, params[])
{
  return 1;
}
And i still get unknown command.


Re: ZCMD doesn't work - System64 - 14.07.2011

Did you put it in some callback or?
I recommend to put it on bottom of your script! And you shuld add some functions in command like
pawn Код:
SendClientMessage(playerid, -1, "Test");