Name Colors
#3

Use SetPlayerMarkerForPlayer(playerid, showplayerid, color);

Heres a little something:
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)//Here is the loop that makes i to everyone
{
  SetPlayerColor(playerid, 0x0000FFFF);
  SetPlayerMarkerForPlayer(i, playerid, color);//Change color
}
This would make set playerids color to blue and everyone(i) will see playerid as "color" on the map.
Reply


Messages In This Thread
Name Colors - by INeedHelp - 27.02.2010, 12:45
Re: Name Colors - by Vince - 27.02.2010, 13:20
Re: Name Colors - by bajskorv123 - 27.02.2010, 13:23

Forum Jump:


Users browsing this thread: 1 Guest(s)