Anti money hack notify.
#6

What he means is that it could be possible that instead of:

pawn Код:
format(string,sizeof(string), "*NOTICE* %s(id: %d) is a suspect of moneyhacking. [Old Money: $%i] - [New Money: $%i]",gPlayer[i][gName],i,oldmoney[i],GetPlayerMoney(i)); // Mention "oldmoney[i]"
You should use:

pawn Код:
format(string,sizeof(string), "*NOTICE* %s(id: %d) is a suspect of moneyhacking. [Old Money: $%i] - [New Money: $%i]",gPlayer[i][gName],i,gPlayer[i][money],GetPlayerMoney(i)); //Mention the 'gPlayer[i][money]'
Reply


Messages In This Thread
Anti money hack notify. - by Seven. - 28.09.2010, 07:55
Re: Anti money hack notify. - by Mike_Peterson - 28.09.2010, 13:39
Re: Anti money hack notify. - by Seven. - 28.09.2010, 13:50
Re: Anti money hack notify. - by Finn - 29.09.2010, 14:25
Re: Anti money hack notify. - by Seven. - 29.09.2010, 14:34
Re: Anti money hack notify. - by Hiddos - 29.09.2010, 14:37
Re: Anti money hack notify. - by Seven. - 29.09.2010, 14:38
Re: Anti money hack notify. - by Finn - 29.09.2010, 14:46

Forum Jump:


Users browsing this thread: 1 Guest(s)