27.04.2013, 02:39
Like
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(!success) return SendClientMessage(playerid, COLOR_RED, "This command is not available!");
//Checks if the command executing is failed. (Doesn't exist)
// I don't know what to do with ^^this part
return 1;
}