Posts: 91
Threads: 25
Joined: Oct 2015
Reputation:
0
Hello,
Currently I train to create a server and I would like to put an anti cheat but the problem such as the server gives money to the player but his banished the players
Posts: 221
Threads: 49
Joined: Jun 2014
Reputation:
0
You should read everything about anticheat that you download and if it's not working then just make your own anticheat it's quite simple for like money cheats and stuff...
Posts: 455
Threads: 29
Joined: Apr 2014
It's not even anticheat, you just dont use gta sa money function and use your own variable example
new pmoney[MAX_PLAYERS];
Posts: 221
Threads: 49
Joined: Jun 2014
Reputation:
0
So Sirop if you didn't understand, you should use GivePlayerMoney(playerid); function for giving money but if you want to use a variable then you need to make a timer so it sets players money to that variable... + it can check if it's different so it kicks the player for cheating but in that case you should be sure that every time your server gives a player some money it adds that amount to pmoney variable...