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

Anti Helicopter-Blocking


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
nacho312
Member
Join Date: Mar 2020
Old 09-12-2020 , 21:15   Anti Helicopter-Blocking
Reply With Quote #1

Hello, I'm looking for a plugin for my zombie escape server.
A plugin which gives to the player damage when he's trying to block the helicopter/car/train/etc at the end of the map, I searched, but I didn't find it yet.


EDIT: Sorry, I forgot to put [req] at the beginning of the tittle.

Last edited by nacho312; 09-12-2020 at 21:17.
nacho312 is offline
drakunovu6
Member
Join Date: Sep 2017
Old 09-12-2020 , 21:27   Re: Anti Helicopter-Blocking
Reply With Quote #2

In ReHLDS I used the next thing to make it work with Semiclip (I guess that is called) and also I think it fixes that and doesn't give player damage. The cvar "sv_force_ent_intersection" is what I'm saying it's available in ReHLDS.
drakunovu6 is offline
nacho312
Member
Join Date: Mar 2020
Old 09-12-2020 , 21:40   Re: Anti Helicopter-Blocking
Reply With Quote #3

So, you mean that I have to enable that cvar instead of adding an anti-block plugin? And yes, I also have a semiclip plugin on my server.
nacho312 is offline
drakunovu6
Member
Join Date: Sep 2017
Old 09-12-2020 , 21:52   Re: Anti Helicopter-Blocking
Reply With Quote #4

Quote:
Originally Posted by nacho312 View Post
So, you mean that I have to enable that cvar instead of adding an anti-block plugin? And yes, I also have a semiclip plugin on my server.
So let me explain, that cvar comes with ReHLDS, if you do not have ReHLDS it doesn't work, also it is the version that is called 'bugfixed' that contains this.
drakunovu6 is offline
nacho312
Member
Join Date: Mar 2020
Old 09-12-2020 , 22:05   Re: Anti Helicopter-Blocking
Reply With Quote #5

Thanks for the info, but, I really would prefer to use a special plugin for this, because even with semiclip and this cvar, players can still block the heli.
nacho312 is offline
drakunovu6
Member
Join Date: Sep 2017
Old 09-12-2020 , 22:10   Re: Anti Helicopter-Blocking
Reply With Quote #6

Quote:
Originally Posted by nacho312 View Post
Thanks for the info, but, I really would prefer to use a special plugin for this, because even with semiclip and this cvar, players can still block the heli.
Long time ago I have a Zombie Escape server, problem with this is that semiclip blocks the vehicle and also when you are in windows, so i used that cvar and it worked.
drakunovu6 is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 09-12-2020 , 23:42   Re: Anti Helicopter-Blocking
Reply With Quote #7

https://forums.alliedmods.net/showthread.php?t=55245
__________________

Mordekay is offline
tarsisd2
Veteran Member
Join Date: Feb 2016
Location: brazil
Old 09-13-2020 , 04:57   Re: Anti Helicopter-Blocking
Reply With Quote #8

Quote:
Originally Posted by Mordekay View Post
What walkguard has to do with this request? Read the thread


I had one plugin that did what you want, I'm going to try to find it

Last edited by tarsisd2; 09-13-2020 at 04:58.
tarsisd2 is offline
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 09-13-2020 , 07:32   Re: Anti Helicopter-Blocking
Reply With Quote #9

Quote:
Originally Posted by nacho312 View Post
Hello, I'm looking for a plugin for my zombie escape server.
A plugin which gives to the player damage when he's trying to block the helicopter/car/train/etc at the end of the map, I searched, but I didn't find it yet.


EDIT: Sorry, I forgot to put [req] at the beginning of the tittle.
One can still modify the title!
I searched also and found every non-related plugin in existence.
Assuming you mean VIP escape zone where these planes, trains, and automobiles dwell 'at the end of the map'.

Code:
#include amxmodx #include cstrike #include engine #include fakemeta public plugin_init() {     register_plugin("vip zone antiblocking", "1.0", "SPiNX");     register_forward(FM_PlayerPreThink, "zone_think", 1); } public zone_think(cstrike_user) {     if (cs_get_user_mapzones(cstrike_user) == CS_MAPZONE_ESCAPE || cs_get_user_mapzones(cstrike_user) == CS_MAPZONE_VIP_SAFETY)         fakedamage(cstrike_user,"ESCAPE ZONE HACKING",1.0,DMG_TIMEBASED); }

I tested this plugin on as_oilrig as well as es_trinity. VIP can escape but the campers there are handled. Zombie the code how you please.
__________________

Last edited by DJEarthQuake; 09-13-2020 at 13:35. Reason: escape testing
DJEarthQuake is offline
drakunovu6
Member
Join Date: Sep 2017
Old 09-13-2020 , 10:28   Re: Anti Helicopter-Blocking
Reply With Quote #10

Quote:
Originally Posted by DJEarthQuake View Post
One can still modify the title!
I searched also and found every non-related plugin in existence.
Assuming you mean VIP escape zone where these planes, trains, and automobiles dwell 'at the end of the map'.

Code:
#include amxmodx #include cstrike #include engine #include fakemeta public plugin_init() {     register_plugin("vip zone antiblocking", "1.0", "SPiNX");     register_forward(FM_PlayerPreThink, "zone_think", 1); } public zone_think(cstrike_user) {     if (cs_get_user_mapzones(cstrike_user) == CS_MAPZONE_VIP_SAFETY)         fakedamage(cstrike_user,"VIP ZONE HACKING",1.0,DMG_TIMEBASED); }

I tested this plugin on as_oilrig. VIP can escape but the campers there are handled. Zombie the code how you please.
I think he doesn't want that, he wants that in certain maps (example ze_area51_v1), if you are in the windows of the train, it stucks so he wants to fix that.
drakunovu6 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 13:44.


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