27.10.2010, 02:01
This is dcmd:
And this is zcmd:
More information: http://forum.sa-mp.com/showthread.ph...mand+processor
pawn Код:
public OnPlayerCommandText(playerid, cmdtext)
{
dcmd(command, length, cmdtext);
return 0;
}
dcmd_command(playerid, params[])
{
return 1;
}
pawn Код:
CMD:command(playerid, params[])
{
return 1;
}