14.01.2013, 16:19
Quote:
|
Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(success)
{
printf("[COMMAND] The Command %s from %s was wrong!",cmdtext,PlayerName[playerid]);
format(str,144,"{FF0000} %s was a Wrong Command. Type {00FFFF}/help {FF0000}for available commands.",cmdtext);
SendClientMessage(playerid,BLUE,str);
}
return 1;
}
|
4 ERROR


