if ( pAdmin[playerid] > 0 ) { new Nome[24]; GetPlayerName(playerid, Nome, 24); strins(Nome, "[ADMIN]", 0); SetPlayerName(playerid, Nome); }