Raised This Month: $ Target: $400
 0% 

Touch entity trigger_once doesn't work.


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
wicked95
Member
Join Date: Dec 2012
Old 07-29-2013 , 13:29   Re: Touch entity trigger_once doesn't work.
Reply With Quote #5

I'm sorry looks like the trigger_once entity wasn't solid. there was another object down of it that i forgot and i was steping on it rather than the trigger_once entity ;x

Problem solved ...

PHP Code:
if(is_user_alive(id))
    {
        return 
PLUGIN_HANDLED;
    } 
-->
PHP Code:
if(!is_user_alive(id))
    {
        return 
PLUGIN_HANDLED;
    } 

Last edited by wicked95; 07-30-2013 at 09:52.
wicked95 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 18:04.


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