24.05.2014, 11:41
I use zcmd, but does not detect the public OnPlayerCommandText(playerid,cmdtext[]) , what's wrong?
pl.
this says unknown command.
so you can use.
why is it wrong? Anyone?
pl.
this says unknown command.
Код:
if (strcmp("/animlist", cmdtext, true, 10) == 0) { SendClientMessage(playerid, COLOR_BLUE, "/anim-crossarms |"); return 1; }
Код:
CMD:animlist(playerid, params[]) { SendClientMessage(playerid, COLOR_BLUE, "/anim-crossarms |"); return 1; }