This simple it got
PHP Code:
// Spawn Protection
public fwHamSpawn ( id )
{
if ( is_user_alive ( id ) )
{
set_user_godmode ( id, 1 )
set_task ( 4.0, "RemoveSpawnProtection")
}
}
public RemoveSpawnProtection ( id )
{
set_user_godmode ( id, 0 )
}
Thanks all it should now be [SOLVED]
__________________
I dislike this.
"A sneeze never comes alone!" <-- Important to remember.