I didn't find a thread like thread like this one but, this is an easy cbug script, yes, CBUG SCRIPT, not ANTI-CBUG script. Takes one second or less to spread all the magazine of a deagle, have fun.
https://pastebin.com/6TdbGHV4
https://pastebin.com/6TdbGHV4
PHP Code:
#include <a_samp>
#include <zcmd>
public OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ)
{
if(weaponid == 24)
{
ClearAnimations(playerid);
// SendClientMessage(playerid, -1, "DEBUG: CBUG in progress");
}
return 1;
}