Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function SetUEFColor( number )
- SetArmyColor( number, 41, 40, 140 )
- end;
- function SetUEFAllyColor( number )
- SetArmyColor( number, 71, 114, 148 )
- end
- function SetUEFNeutralColor( number )
- SetArmyColor( number, 16, 16, 86 )
- end
- function SetCoalitionColor(number)
- SetArmyColor(number, 80, 80, 240)
- end
Advertisement
Add Comment
Please, Sign In to add comment