22.03.2010, 20:54
(
Last edited by Luka P.; 03/09/2010 at 08:30 PM.
)
Money Cheat Detector (0.1)
Unsupported since 0.3b! Preparing a new version.
Hello, today I made anti money cheat, or so called money cheat detector. It is a replacement for current money and its server based, so that means every dollar that player receives goes through server process. So this is how it is actually works, you execute GivePlayerMoney2 command and server saves player money into variable (current money amount + given amount); Money Cheat Detector timer checks if GetPlayerMoney is equal to current amount that is in variable and if it is, then everything is alright, otherwise player has cheated.Unsupported since 0.3b! Preparing a new version.
How To Install
Firstly, copy moneyhack.inc to your pawno includes folder, and moneyhack.pwn to your filterscripts folder. Then open all of your scripts and replace and put
pawn Code:
#include <moneyhack>
pawn Code:
#include <a_samp>
pawn Code:
#include <a_samp>
#include <moneyhack>
Code:
filterscripts moneyhack
Bugs
Player may be suspected for money cheat if he do stunt and receive stunt bonus.
Downloads
Download (0.1)