Damaging target position - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Damaging target position (
/showthread.php?tid=440905)
Damaging target position -
CONTROLA - 31.05.2013
Hey guys! I'm trying to get rid of AimBot-ers on my server and I thought I could check if the player is shooting the vertical axis of the skin(checking at OnPlayerGiveDamage).
Is it possible to check if the bullet goes on ANY point of the vertical skin axis?:
Re: Damaging target position -
Konstantinos - 31.05.2013
This is what Aimbot does, it automatically aims at the hitbox so it's pointless. Just a tip for the future, OnPlayerGiveDamage callback sometimes gives false reports due to lag.
Re: Damaging target position -
CONTROLA - 31.05.2013
I'm using serverside damage, so OnPlayerGiveDamage is flawless for me. And s0biet aimbot always hits the vertical skin axis of that player.
Re: Damaging target position -
Konstantinos - 31.05.2013
Oh, server-side! Anyway, read this thread:
https://sampforum.blast.hk/showthread.php?tid=136338 and also that reply:
http://forum.sa-mp.com/showpost.php?...44&postcount=7
They might be useful.