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;
}