View Single Post
Grinf4ce
Senior Member
Join Date: May 2006
Old 07-04-2008 , 17:41   Re: Call Medic for CS (v0.5 | 06/30/08)
Reply With Quote #6

Quote:
Originally Posted by Emp` View Post
line 77
Code:
engfunc(EngFunc_EmitSound, id, CHAN_ITEM, "medic.wav", 1.0, ATTN_NORM, 0, PITCH_NORM);
will emit the sound from the player more than once.
Hmmmm.. to emit the sound once should i use the clientcommand "stopsound"?
I dont know how to fix this "bug".. Please help :/

Quote:
Originally Posted by Emp` View Post
Code:
if(ActuellHP + Lebenplus > get_pcvar_num(MAXHEALTH))
{
set_pev(id,pev_health,100.0)
Should get the cvar to set their health, not just assume its 100.
Oh sorry for that mistake
Fixed.. [Changed to Version 0.6]

-Greets Grinf4ce
__________________
Grinf4ce is offline