View Single Post
MPNumB
Veteran Member
Join Date: Feb 2007
Location: Lithuania
Old 02-03-2011 , 17:54   Re: [STOCK] Director Hud Message
Reply With Quote #6

1. Yes, red and blue are switched between. =P
fix for it is to change:
Code:
#define pack_color(%0,%1,%2) ( %0 + ( %1 << 8 ) + ( %2 << 16 ) )
to:
Code:
#define pack_color(%0,%1,%2) ( %2 + ( %1 << 8 ) + ( %0 << 16 ) )
2. Format a message before you call this function.
__________________
Skill and no annoying bugs with fixed balance issues is my goal!
My approved plugins what don't show up in Approved List:
* Bomb/Death/CSS Radar
* HotVision
___
Need help? Please check this documentation first.

Last edited by MPNumB; 02-03-2011 at 17:56.
MPNumB is offline
Send a message via Skype™ to MPNumB