04.10.2011, 00:46
Well i was wondering on how to change the text when it displays "UNKNOWN CMD" ect.ect.
Assistance will be hugely appreciated.
Many Thanks,
Swizzzy
Assistance will be hugely appreciated.
Many Thanks,
Swizzzy
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(!success)
SendClientMessage(playerid,COLOR_RED, /*MESSAGE*/);
return 1;
}