24.08.2012, 10:02
MY COMMAND :
Just try to change with your specific variables, if you can't, tell me I will customize by your codes.
Код:
COMMAND:adminson(playerid, inputtext[]) { for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i) && PlayerInfo[i][pAdmin] >= 1) { SPM(playerid, 0xAA3333AA, "== ADMINS ONLINE =="); new string[100],name[MAX_PLAYER_NAME]; GetPlayerName(i,name,sizeof(name)); format(string, sizeof(string), "ADMIN %s[ID: %d] ; LEVEL %d", name, i, PlayerInfo[i][pAdmin]); SPM(playerid, 0xB8860BFF, string); SPM(playerid, 0xAA3333AA, "== ADMINS ONLINE =="); } } }