Something wrong about this?
#2

Better use,
Код:
public OnGameModeInit()
{
ShowPlayerMarkers(0);
}
Fore more info,
ShowPlayerMarkers

And actually yours would have worked if you had done it this way,

Код:
public OnPlayerConnect(playerid)
{
SetPlayerColor(playerid, White);
for(new All = 0; All < MAX_PLAYERS; All++)
{
SetPlayerMarkerForPlayer(playerid, All, 0xFFFFFF00);
}
return 0;
}
Reply


Messages In This Thread
Something wrong about this? - by KaleOtter - 23.02.2011, 14:41
Re: Something wrong about this? - by deather - 23.02.2011, 14:55
Re: Something wrong about this? - by KaleOtter - 23.02.2011, 15:10
Re: Something wrong about this? - by KaleOtter - 23.02.2011, 15:22
Re: Something wrong about this? - by deather - 24.02.2011, 10:04

Forum Jump:


Users browsing this thread: 1 Guest(s)