(HELP) AntiMoneyHack
#2

add this on your code

Код:
ResePlayerMoney(playerid);
GivePlayerMoney(playerid," Your directory of saving system "
or do entire system

or use this

add
Код:
new ssmoney[MAX_PLAYERS];
Код:
SetTimer("Money",1000,true); // use 1 seconds
then do the stocks

Код:
stock Smoney(playerid,cash)
{
   ssmoney = cash;
   RestePlayerMoney(playerid);
   GivePlayerMoney(playerid," Your directory of saving system "
}[/CODE]

then after that
add

Код:
forward AntiMoneyHack(playerid);
public AntiMoneyHaxk(playerid)
{
         // Lets add the stock   remember its like on your money or GivePlayerMoney
       Smoney(playerid, " Your directory of saving system ");
}
done

directory system is where you save your player money

+rep for me
Reply


Messages In This Thread
(HELP) AntiMoneyHack - by dogy - 23.01.2012, 08:44
Re: (HELP) AntiMoneyHack - by Artix - 23.01.2012, 08:52
Re: (HELP) AntiMoneyHack - by dogy - 23.01.2012, 09:16

Forum Jump:


Users browsing this thread: 1 Guest(s)