11.06.2012, 06:05
Quote:
You need to download the include zcmd, mate.
https://sampforum.blast.hk/showthread.php?tid=91354 Regards, Connor. |
As for the code, add this under "OnPlayerCommandText" callback.
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
new cmd[256];
new idx;
cmd = strtok(cmdtext, idx);