18.12.2011, 03:55
https://sampwiki.blast.hk/wiki/SetPlayerColor
Try setting the player's colour to 0xFFFFFF00.
Try setting the player's colour to 0xFFFFFF00.
pawn Code:
if (gTeam[playerid] == TEAM_taliban) {
SetPlayerColor(playerid, 0xFFFFFF00);
}