Raised This Month: $32 Target: $400
 8% 

No winners


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
pauliuzzz
Junior Member
Join Date: Jun 2008
Old 02-20-2011 , 05:21   No winners
Reply With Quote #1

Hey, how to make that if all CT/T down round never end(no one win)? I found plugin http://forums.alliedmods.net/showthread.php?p=736993
but it doesn't work with csdm
pauliuzzz is offline
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
Reply


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 21:54.


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