Raised This Month: $ Target: $400
 0% 

[TF2] Remove Arena and KOTH


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
TitanTF
Senior Member
Join Date: Mar 2016
Location: Singapore
Old 03-08-2017 , 06:10   [TF2] Remove Arena and KOTH
Reply With Quote #1

Hi,

I want to remove the arena logic from arena maps and koth timer huds from koth maps so I can make the gamemode objectiveless but how can I do it?

I have tried

1.
PHP Code:
ent_remove_all tf_logic_arena 
2.
PHP Code:
new ent 0;
    
ent MaxClients+1;
    while((
ent FindEntityByClassname(ent"tf_logic_arena"))!=-1)
    {
        
AcceptEntityInput(ent"Kill");
    } 
3. Stripper:Source
PHP Code:
remove:
{
    
"classname" "tf_logic_arena"

All 3 methods does not seem to remove the arena player count at all and retains the arena gamemode. This functions are called on TF2_OnWaitingForPlayersStart().

I appreciate all forms of help given.

Thanks.
TitanTF 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 17:46.


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