Quote:
Originally Posted by Calgon
Ah ok, try this:
pawn Code:
if (gTeam[playerid] == TEAM_taliban) { SetPlayerColor(playerid, (ORIGINAL_COLOUR | 0x000000FF )); }
Replace 'ORIGINAL_COLOUR' with the real colour for them.
|
what does this | symbol do? is this some kind of bitwise operator or something ??