09.10.2016, 17:29
You need to include the ZCMD in your fs, and also put this in there as well
Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(!success) SendClientMessage(playerid, COLORWHITE, "That command does not exist. Use {FFFF00}/help{FFFFFF} to see a list of available commands.");
return 1;
}

