Raised This Month: $ Target: $400
 0% 

No winners


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
rx1983
Senior Member
Join Date: Jan 2009
Location: BRASIL
Old 02-24-2011 , 16:26   Re: No winners
Reply With Quote #2

remove.objectives = abcd

no works ?


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

public plugin_init() RemoveEntities()

RemoveEntities() {
    

    if (
find_ent_by_class(iEnt"func_bomb_target")) {
        
remove_entity_name("func_bomb_target")
        
remove_entity_name("info_bomb_target")    
    }

    if (
find_ent_by_class(iEnt"hostage_entity")) {
        
remove_entity_name("func_hostage_rescue")
        
remove_entity_name("info_hostage_rescue")
        
remove_entity_name("hostage_entity")
    }
    
    return 
PLUGIN_CONTINUE

__________________

Last edited by rx1983; 02-24-2011 at 16:32.
rx1983 is offline
Send a message via MSN to rx1983
 


Thread Tools
Display Modes

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 20:30.


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