Onplayertakedamage
#4

The problem is this logic here

if(issuerid != INVALID_PLAYER_ID && weaponid == 34 && bodypart == 9)

It should be


else if(issuerid != INVALID_PLAYER_ID && weaponid == 34 && bodypart == 9)
Reply


Messages In This Thread
Onplayertakedamage - by Hostoxide - 06.11.2014, 17:43
Re: Onplayertakedamage - by M4D - 06.11.2014, 18:24
Re: Onplayertakedamage - by Hostoxide - 06.11.2014, 18:40
Re: Onplayertakedamage - by Pottus - 06.11.2014, 19:13

Forum Jump:


Users browsing this thread: 1 Guest(s)