View Single Post
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 04-04-2011 , 01:31   Re: Ghost after death
Reply With Quote #8

But Use is checked at PostThink and in PreThink you would have to set those 3 ones to.

Also, if you don't care about vehicles, you can just do the same code at EmitSound :

PHP Code:
public EmitSound(idiChannelszSample[], Float:flVolumeFloat:flAttenuationiFlagsiPitch)
{
    if( 
is_user_alive(id) && equal(szSample"common/wpn_select.wav") ) 

WAIT, gonna do a nice thing for this thread
Edit : done, posts moved, his release thread was turning into code discussion
__________________
- tired and retired -

- my plugins -

Last edited by ConnorMcLeod; 04-04-2011 at 01:39.
ConnorMcLeod is offline