01.01.2018, 11:15
Код:
public OnGameModeInit() { ShowPlayerMarkers(0); //ID Mode //0 PLAYER_MARKERS_MODE_OFF //1 PLAYER_MARKERS_MODE_GLOBAL //2 PLAYER_MARKERS_MODE_STREAMED } public OnPlayerConnect(playerid) { SetPlayerColor(playerid,-1); // sets the player color to white. }