ZCMD doesn't work
#1

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.
Reply
#2

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");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)