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

Solved [TF2] Remove restrict zone(resupply zone)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
oplkill
Member
Join Date: Aug 2015
Old 10-21-2018 , 10:30   [TF2] Remove restrict zone(resupply zone)
Reply With Quote #1

How to remove(or block) all resupplyes zones from map via script?(without editing map)

Last edited by oplkill; 10-21-2018 at 12:48.
oplkill is offline
oplkill
Member
Join Date: Aug 2015
Old 10-21-2018 , 12:46   Re: [TF2] Remove restrict zone(resupply zone)
Reply With Quote #2

I found the answer
PHP Code:
public OnEntityCreated(entity, const String:classname[])
{
    if(!
StrEqual(classname"func_regenerate"))
       return;

    
AcceptEntityInput(entity"Kill");


Last edited by oplkill; 10-21-2018 at 12:48.
oplkill is offline
Reply



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 04:08.


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