View Single Post
wrecked_
Veteran Member
Join Date: Jan 2010
Location: New York (GMT-5)
Old 08-01-2010 , 21:36   Re: Damage displayer
Reply With Quote #2

There's a certain point where using the conditional operator is going too far, and this is it:

Code:
color = victim_team == attacker_team ? COLOR_ATTACK_TEAMMATE : victim_team == 1 ? COLOR_ATTACK_T : victim_team == 2 ? COLOR_ATTACK_CT : COLOR_ATTACK_OTHER;
__________________
[ Paid Requests ]
DO NOT PM ME ABOUT BLOCKMAKER
NO PRIVATE SUPPORT
wrecked_ is offline