05.05.2014, 05:56
IIRC, add:
It's best that you switch command processors though. Both processors below work great and are easy to use.
Just pick whichever one you prefer:
zcmd
y_commands
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
dcmd("/commands", 9, cmdtext);
return 1;
}
Just pick whichever one you prefer:
zcmd
y_commands