Skip to content

Releases: PateeerQ/samp-basic-ac

P-Anti Cheat v0.3

19 May 03:50
ef80023

Choose a tag to compare

IMPROVED

FIXED OnPlayerWeaponShot
REWORKED IsWeaponHasAmmo
No Need y_timers

P-Anti Cheat v0.2

18 May 17:25
0af9c56

Choose a tag to compare

v0.2

ADDED IsWeaponHasAmmo for a Weapon ID

IsWeaponHasAmmo(weaponid)

CHANGED GetPlayerWeaponEx to GetPlayerWeaponVar
CHANGED GetPlayerAmmoEx to GetPlayerAmmoVar

Thanks to Michael open.mp staff's for giving feedback

P-Anti Cheat v0.1

18 May 15:49
c9a98a3

Choose a tag to compare

v0.1

First Release of Pateeer-BasicAntiCheat

The First Version of this SAMP Basic Anti Cheat

public OnPlayerCheat(playerid, cheatid)
{
      // function
      return 1;
}