23.01.2012, 08:52
add this on your code
or do entire system
or use this
add
then do the stocks
}[/CODE]
then after that
add
done 
directory system is where you save your player money
+rep for me
Код:
ResePlayerMoney(playerid); GivePlayerMoney(playerid," Your directory of saving system "
or use this
add
Код:
new ssmoney[MAX_PLAYERS];
Код:
SetTimer("Money",1000,true); // use 1 seconds
Код:
stock Smoney(playerid,cash) { ssmoney = cash; RestePlayerMoney(playerid); GivePlayerMoney(playerid," Your directory of saving system "
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 "); }

directory system is where you save your player money
+rep for me
