OnPlayerWeaponShot problem !
#3

You are using `BULLET_HIT_TYPE_OBJECT` (3) instead of `BULLET_HIT_TYPE_PLAYER_OBJECT` (4).

Change:
if(hittype == 3)
To:
if(hittype == BULLET_HIT_TYPE_PLAYER_OBJECT)
Reply


Messages In This Thread
OnPlayerWeaponShot problem ! - by CoachCarter - 18.09.2015, 15:21
Re: OnPlayerWeaponShot problem ! - by Jefff - 18.09.2015, 15:52
Re: OnPlayerWeaponShot problem ! - by Crayder - 18.09.2015, 16:40

Forum Jump:


Users browsing this thread: 1 Guest(s)