06.10.2011, 15:22
in that case you can use numbers for a color which they will be stored as variable
and just used it like example im using this
this makes my gangzone to blue with abit of transparent in it
EDIT:
another example
and just used it like example im using this
pawn Код:
GangZoneShowForAll(id,16711888);
EDIT:
another example
pawn Код:
new Color = GetPVarInt(playerid, "16711888");
SetPlayerColor(playerid,Color);