04.06.2013, 01:46
I was wondering how I could remove all the map icons, played blips, pickups, and NPCs and I was also wondering how do I make all the player names white except admins on duty
DisableInteriorEnterExits();
ShowPlayerMarkers(0);
if(IsPlayerAdmin(playerid))SetPlayerColor(playerid, COLOR);//Or check admin variable
else SetPlayerColor(playerid, 0xFFFFFFFF);//Or the #define of color