Quote:
Originally Posted by matsi
 Thats fucking hilarious. I find it funny how you can sell plugins and at the same time you ask help for something this simple.
Here is me saving your time:
Code:
public FwdPlayerSpawnPost( id )
{
if( is_user_alive( id ) )
{
if( sounds[ id ] )
{
ConfirmationMenu( id )
sounds[ id ] = false
}
}
}
|
But, if I hook the player spawn(post) the player is already alive, isn't he? Is that check needed?
__________________