Little bug with anti money hack
#6

pawn Код:
forward GivePlayerMoneyEx(playerid, ammount);
public GivePlayerMoneyEx(playerid, ammount)
{
 OldMoney[playerid] = GetPlayerMoney(playerid);
 NewMoney[playerid] =  OldMoney[playerid] + ammount;//oldmoney + amount = new money
 GivePlayerMoney(playerid, ammount);
 return 1;
}
Reply


Messages In This Thread
Little bug with anti money hack - by Glossy42O - 03.02.2015, 11:02
Re: Little bug with anti money hack - by OstGot - 03.02.2015, 11:13
Re: Little bug with anti money hack - by OstGot - 03.02.2015, 11:17
Re: Little bug with anti money hack - by Kruno88 - 03.02.2015, 11:21
Re: Little bug with anti money hack - by Glossy42O - 03.02.2015, 15:24
Re: Little bug with anti money hack - by BroZeus - 03.02.2015, 15:30
Re: Little bug with anti money hack - by PowerPC603 - 03.02.2015, 15:43
Re: Little bug with anti money hack - by Glossy42O - 03.02.2015, 16:21
Re: Little bug with anti money hack - by Glossy42O - 04.02.2015, 13:50
Re: Little bug with anti money hack - by CalvinC - 04.02.2015, 15:38

Forum Jump:


Users browsing this thread: 1 Guest(s)