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

[REQ] Automatic Unstucking


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Lajron
Junior Member
Join Date: Jan 2012
Old 10-19-2012 , 21:28   [REQ] Automatic Unstucking
Reply With Quote #1

http://forums.alliedmods.net/showthr...ght=unstucking
Can someone edit this plugin so it doesn't work with info_player_start ?

Reason : I want to use this semiclip http://forums.alliedmods.net/showthread.php?p=1297704 on my deathrun server.
But when stuck.amxx is on with this plugin there is a bag.
The plugin unstucks a player from a player when they are in the same spot.
__________________
something
Lajron is offline
tre3fla
Member
Join Date: Jul 2012
Old 10-19-2012 , 23:34   Re: [REQ] Automatic Unstucking
Reply With Quote #2

Deathrun already have semiclip
Cvar : deathrun_semiclip 1
tre3fla is offline
Lajron
Junior Member
Join Date: Jan 2012
Old 10-20-2012 , 06:44   Re: [REQ] Automatic Unstucking
Reply With Quote #3

I know that but i want this other semiclip
I have my own reasons
__________________
something
Lajron is offline
Balck
Senior Member
Join Date: Apr 2013
Location: Kosova-Mitrovica
Old 04-27-2013 , 13:00   Re: [REQ] Automatic Unstucking
Reply With Quote #4

Quote:
Originally Posted by Lajron View Post
http://forums.alliedmods.net/showthr...ght=unstucking
Can someone edit this plugin so it doesn't work with info_player_start ?

Reason : I want to use this semiclip http://forums.alliedmods.net/showthread.php?p=1297704 on my deathrun server.
But when stuck.amxx is on with this plugin there is a bag.
The plugin unstucks a player from a player when they are in the same spot.
yes i have this problem too :S please help if someone can
__________________
Balck is offline
lazarev
Veteran Member
Join Date: Sep 2008
Old 04-28-2013 , 01:25   Re: [REQ] Automatic Unstucking
Reply With Quote #5

just modify is_hull_vacant():
PHP Code:
stock bool:is_hull_vacant(const Float:origin[Coord_e], const hull, const id
{
    static 
trphit;
    
engfuncEngFunc_TraceHulloriginorigin0hullidtr );
    
phit get_tr2trTR_pHit );
    
    if ( !
get_tr2trTR_StartSolid ) || !get_tr2trTR_AllSolid ) || (is_user_alive(phit) && get_user_team(phit)==get_user_team(id) ) )
        return 
true
    
    
return false

lazarev is offline
Balck
Senior Member
Join Date: Apr 2013
Location: Kosova-Mitrovica
Old 04-28-2013 , 02:10   Re: [REQ] Automatic Unstucking
Reply With Quote #6

Quote:
Originally Posted by lazarev View Post
just modify is_hull_vacant():
PHP Code:
stock bool:is_hull_vacant(const Float:origin[Coord_e], const hull, const id
{
    static 
trphit;
    
engfuncEngFunc_TraceHulloriginorigin0hullidtr );
    
phit get_tr2trTR_pHit );
    
    if ( !
get_tr2trTR_StartSolid ) || !get_tr2trTR_AllSolid ) || (is_user_alive(phit) && get_user_team(phit)==get_user_team(id) ) )
        return 
true
    
    
return false

please the complet code if you can
__________________
Balck is offline
lazarev
Veteran Member
Join Date: Sep 2008
Old 04-28-2013 , 13:38   Re: [REQ] Automatic Unstucking
Reply With Quote #7

do it in automatic unstuck plugin, link to it already has been posted in this thread
lazarev is offline
Balck
Senior Member
Join Date: Apr 2013
Location: Kosova-Mitrovica
Old 04-28-2013 , 15:14   Re: [REQ] Automatic Unstucking
Reply With Quote #8

Quote:
Originally Posted by lazarev View Post
do it in automatic unstuck plugin, link to it already has been posted in this thread
thanks i have fix it
__________________
Balck is offline
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 20:25.


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