Everyone is money cheater? (BUG)
#1

Hello, i have one bug, for everyone who join my server, my admin team get messages ID is money cheater, he make 50000 dollars in one second, please check him.
And that message is al all display, he show everu 0.1 second anything else you write in chat didint show becouse there is no time becouse cheat warning message show to fast :S any help? tnx ))
Reply
#2

Show us your Anti-Money Cheat code.
Reply
#3

i dont have anticheat, its in gamemod warning message, i realy dont know that can be problem :S
Reply
#4

We can't help if you don't show the code.
Reply
#5

Код:
if(GetPlayerMoney(i) - CurrentMoney[i] >= 50000 && PlayerInfo[i][pAdmin] < 1)
		    {
		        if(ConsumingMoney[i])
		        {
                    CurrentMoney[i] = GetPlayerMoney(i);
					ConsumingMoney[i] = 0;
		        }
		        else
		        {
			        GetPlayerName(i, plname, sizeof(plname));
			        format(string, 256, "AdmWarning: [%d]%s Has just make over 50000, please check him with /check.",i,plname);
					ABroadCast(COLOR_YELLOW,string,1);
					PayLog(string);
			        CurrentMoney[i] = GetPlayerMoney(i);
		        }
		    }
this is the code of that warning message, i realy didint see any misstake :S
Reply
#6

Might could be a 1 second timer that is giving the money maybe at OnPlayerConnect or at OnPlayerSpawn.
Can be a mistake.
Reply
#7

Fix anticheat or remove it. If you want an efficient one, use JunkBuster.
Reply
#8

Quote:
Originally Posted by Code8976Man
Посмотреть сообщение
Fix anticheat or remove it. If you want an efficient one, use JunkBuster.
Quote:
Originally Posted by DisasterKing
Посмотреть сообщение
i dont have anticheat, its in gamemod warning message, i realy dont know that can be problem :S
))
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)