22.11.2013, 16:04
pawn Код:
stock CMDMessageToAdmins(playerid,command[])
{
if(ServerInfo[AdminCmdMsg] == 0) return 1;
new string[128]; new AdminCMD[500]; GetPlayerName(playerid,AdminCMD,sizeof(AdminCMD));
format(string,sizeof(string),"(Admin) '%s' (Level: %d) | Command: %s", AdminCMD, PlayerInfo[AdminCMD][Level], command);
return MessageToAdmins(yellow,string);
}


please help +REP +REP +REP