04.01.2015, 18:27
Код:
public OnPlayerCommandPerformed(playerid,cmdtext[ ],success)
{
{
if(!success) return SCM(playerid,-1,"[INFO] "RED"You have entered the wrong command | type /commands for a list of commands!");
return 0;
}
new string[128];
format(string,sizeof(string),"Player %s | Commands: %s",GetName(playerid),cmdtext); LogKomandi(string);
return 1;
}

