10.01.2015, 21:46
pawn Код:
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!");
new string[128];
format(string,sizeof(string),"Player %s | Commands: %s",GetName(playerid),cmdtext); LogKomandi(string);
return 1;
}