Raised This Month: $ Target: $400
 0% 

How to remove corpses?


Post New Thread Reply   
 
Thread Tools Display Modes
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 08-16-2012 , 18:08   Re: How to remove corpses?
Reply With Quote #11

It doesn't remove, it moves the entity, and you don't have to put back them, like said above, the next time the entity will be used, the origin will be overwritten. You have nothing to do.
__________________
Arkshine is offline
vamppa
Senior Member
Join Date: Apr 2010
Location: The Netherlands
Old 08-17-2012 , 12:47   Re: How to remove corpses?
Reply With Quote #12

GHFGHFG

Last edited by vamppa; 03-04-2014 at 15:22.
vamppa is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 08-17-2012 , 12:52   Re: How to remove corpses?
Reply With Quote #13

Make sure your event is correct and well called. There is no reason he would not work here.
__________________
Arkshine is offline
vamppa
Senior Member
Join Date: Apr 2010
Location: The Netherlands
Old 08-17-2012 , 14:03   Re: How to remove corpses?
Reply With Quote #14

alright thanks I am going to toy and experiment with this a bit further to see if I get any luck.
vamppa is offline
DoviuX
Senior Member
Join Date: Jun 2009
Location: Lithuania
Old 08-18-2012 , 06:12   Re: How to remove corpses?
Reply With Quote #15

Maybe try this ?

PHP Code:
    register_logevent"delete_corpses"2"1=Round_Start" );

public 
delete_corpsesid ) {
    new 
entity;
    new const 
bodyqueClassname[ ] = "bodyque";

    while( ( 
entity find_ent_by_classentitybodyqueClassname ) ) )
    {
        
entity_set_vectorentityEV_VEC_originFloat:{ 9999.09999.09999.0 } );
    }

DoviuX is offline
Send a message via Skype™ to DoviuX
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 08-18-2012 , 06:27   Re: How to remove corpses?
Reply With Quote #16

He is running HL, not CS.
__________________
Arkshine is offline
DoviuX
Senior Member
Join Date: Jun 2009
Location: Lithuania
Old 08-18-2012 , 06:37   Re: How to remove corpses?
Reply With Quote #17

oh sorry
DoviuX is offline
Send a message via Skype™ to DoviuX
vamppa
Senior Member
Join Date: Apr 2010
Location: The Netherlands
Old 08-19-2012 , 18:46   Re: How to remove corpses?
Reply With Quote #18

np, thanks for trying to help :_)
vamppa 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 10:17.


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