Quote:
Originally Posted by TitANious
I guess this wouldnt work..
PHP Code:
public client_putinserver(id) { (1<<3) }
|
Quote:
Originally Posted by TitANious
Really most i want to use xPaws because its only using one include, well is that good enough then?
PHP Code:
public eResetHUD( id ) { if( !is_user_bot( id ) ) { message_begin( MSG_ALL, get_user_msgid( "HideWeapon" ), _, id ); write_byte( ( 1 << 3 ) ); message_end(); message_begin( MSG_ALL, get_user_msgid( "Money" ), _, id); write_byte( ( 1 << 5 ) ); message_end(); message_begin( MSG_ALL, get_user_msgid( "Crosshair" ), _, id ); write_byte( 0 ); message_end(); } }
Why dont it work?.. I want to delete money HUD
|
those two posts proves that you have no ideea what you are doing

I was just explaining what you did wrong there
__________________