31.03.2012, 07:26
hey..
I never Experienced this to .. try this
remove ShowPlayerMarkers in your gamemodeinit()
and add a loop like this
and then use your SetPlayerMarkerForPlayer() .. well i think it will work fine and remember to use FF at last color code to see the marker
I never Experienced this to .. try this
remove ShowPlayerMarkers in your gamemodeinit()
and add a loop like this
pawn Код:
for(new i=0;i<MAX_PAYERS;i++)
{
SetPlayerColor(i, 0xFFFFFF00);//this will alpha transperent color of player
}