View Single Post
joaquimandrade
Veteran Member
Join Date: Dec 2008
Location: Portugal
Old 02-03-2011 , 19:52   Re: [STOCK] Director Hud Message
Reply With Quote #20

Quote:
Originally Posted by Arkshine View Post
It's possible to remove the message with 2 ugly ways :

- Resetting the hud (fullupdate) or whatever (offset?)
- Sending more than 8 blank messages. Here the declaration of the var : m_HUDMessageText[8][128];

Both are really a very poor solution. :/
what if you send a blank message and change

PHP Code:
 write_bytestrlenmessage ) + 31 ); 
to

PHP Code:
 write_byte128 31 ); 
Sorry if I'm saying bullshit.
__________________
joaquimandrade is offline