Anti Money Hack
#2

Very Simple fllow this script

new Additionargent[MAX_PLAYERS];
new ancienargent[MAX_PLAYERS];
new officielargent[MAX_PLAYERS];
forward aunticheatARGENT()


Onplayerconnect et OnPlayerDisconnect

Additionargent[playerid] = 0;
ancienargent[playerid] = 0;

GameModeInit
SetTimer("aunticheatARGENT",1000,1);

PHP код:
public aunticheatARGENT()
 {
 for(new 
argent=0argent<MAX_PLAYERSargent++)
 {
 if(
IsPlayerConnected(argent))
 {
 if(
GetPlayerMoney(argent) != officielargent[argent])
 {
 
ancienargent[argent] = GetPlayerMoney(argent);
 
ResetPlayerMoney(argent);
 
GivePlayerMoney(argent,officielargent[argent]);
 }
 }
 }
 return 
0;
 } 
Use officielargent[playerid] += 500; // to Give 500 $ to a player
Reply


Messages In This Thread
Anti Money Hack - by Blackazur - 08.06.2013, 18:30
Re: Anti Money Hack - by Chadi - 08.06.2013, 18:40
Re: Anti Money Hack - by JJB562 - 08.06.2013, 19:02

Forum Jump:


Users browsing this thread: 1 Guest(s)