View Single Post
Emp`
AMX Mod X Plugin Approver
Join Date: Aug 2005
Location: Decapod 10
Old 07-03-2008 , 15:00   Re: Call Medic for CS (v0.5 | 06/30/08)
Reply With Quote #5

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.

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.
Emp` is offline
Send a message via AIM to Emp` Send a message via MSN to Emp` Send a message via Yahoo to Emp` Send a message via Skype™ to Emp`