New client weapon shooting?
#1

Would it be passable to make it so we can detect what park of the body the player is shot at?

Ex:
public OnPlayerGettingShot(playerid)
{
if(shot == HEAD_SHOT);
else if(shot == LEFTARM_SHOT);
}

Reply
#2

OnPlayerDamage(playerid,shooter,weapon,bodypart,Fl oat:damage)

Would be nice callback

Detectable parts are head, torso, right/left arm/leg.
Reply
#3

This would work well for anticheats etc.
Reply
#4

If this callback will be added in a new version, it will be very usefull for anticheats. No more fucking Healthhackers in our servers.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)