Check Shots v 1.1 (Shows admin, shot stats of player)

Post Reply
greenie
Full Member
Full Member
Posts: 1815
Joined: Sun Nov 21, 2021 4:55 pm
Jucator SA:MP ?: Nu
Nick:: greenie
Jucator CS ?: Nu

Check Shots v 1.1 (Shows admin, shot stats of player)

Post by greenie »

/* AMXX Mod script.
*
*
* Check Shots 1.1 created by jsauce
*
*
* Many thanks to Suicid3 who without this plugin would not have percentages.
*
*
* This plugin is pretty basic, it gives an admin the ability to see the stats
* of a player, specifically his shots. It grabs the shots that hit and where they
* hit. This is useful if an admin thinks a player is too accurate but cannot be sure.
* By watching the player in spectator mode an admin can usually see if the player is
* cheating. This is just another useful tool the admin has at his disposal.
* Usually a player who is using an aimbot or even no recoil hits the same spot over
* and over. Normal players tend to spread their shots around, even if they are making
* a high connect rate in one spot. The player will tend to hit the arms a lot more especially
* the left arm as this is the arm the target will have in front of him as he hold his gun.
*
*
*
* 1.0 initial release
* 1.1 okay had to drop using the traceline event, too damn buggy. Decided to use Damage Event.
*
*/
This plugin requires:
#include <amxmodx>
#include <amxmisc>
#include <engine>
#include <cstrike>
USAGE: amx_checkshots <nick or #userid> [on or 1] / [off or 0]

A couple of in game screenshots to show you what it looks like



Freecode I fixed it that issue where it shows the number accurately even if it is 99% as suicid3 pointed out.

There should be no more debug errors filling the logs now. I changed the plugin to use the Damage Event instead of the Traceline, which is very buggy for my needs. If I want to get where the user is aiming next time I'll use get_user_aiming instead.
plugin
source
Post Reply

Return to “Statistical”