23.06.2009, 21:01
Hello i wanted to do Faction with colored nickname when ppl see them and in TAB and i did that
but it dosent show ingame the colored nickname
but it dosent show ingame the colored nickname
pawn Код:
if(PlayerInfo[playerid][pLeader] == 7)//President spawn
{
SetPlayerColor(playerid,COLOR_RED);
SetPlayerToTeamColor(playerid);
SetPlayerInterior(playerid, 3);
SetPlayerPos(playerid, 356.2998,151.9914,1025.7891);
PlayerInfo[playerid][pInt] = 3;
PlayerInfo[playerid][pLocal] = 241;
return 1;