Raised This Month: $12 Target: $400
 3% 

remove hudmsgs


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Toastt
BANNED
Join Date: Nov 2009
Old 01-13-2010 , 17:29   Re: remove hudmsgs
Reply With Quote #9

Quote:
Originally Posted by master4life View Post
Test this

PHP Code:
#include < amxmodx >
#include < engine >

public plugin_init( ) {
    
register_plugin"Remove GameText""0.1""wtf" );

    new 
szMapName32 ]; get_mapnameszMapNamesizeof szMapname );

    if( 
equalszMapname"some1s_jailbreak" ) )
        
remove_entity_name"game_text" );

just change the map

PHP Code:
#include < amxmodx >
#include < engine >

public plugin_init( ) {
    
register_plugin"Remove GameText""0.1""wtf" );

    new 
szMapName32 ]; get_mapnameszMapNamesizeof szMapname );

    if( 
equalszMapname"kz_cellblock" ) )
        
remove_entity_name"game_text" );

Toastt is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:31.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode