17.09.2011, 12:04
(
Last edited by wouter0100; 17/09/2011 at 12:11 PM.
Reason: String added
)
pawn Code:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(!success)
{
new string[70];
format(string, sizeof(string), "* Command %s dont exits, Type /help for all your commands.", cmdtext);
SendClientMessage(playerid, -1, string);
}
return 1;
}