public OnGameModeInit(){ ShowPlayerMarkers(PLAYER_MARKERS_MODE_GLOBAL); return 1;}public OnPlayerConnect(playerid){ SetPlayerColor(playerid,0xFFFDF8FF); //invisible por FF}