Posts: 82
Threads: 34
Joined: Feb 2015
Reputation:
0
What I've to do, I think it's the cheats system, how I disable it?
how I can check, please help me it's very improtant..
Posts: 349
Threads: 38
Joined: Jul 2015
Reputation:
0
You do not really need to disable it. Simply search for the server sided function that gives money and use it instead of GivePlayerMoney (If it's a gamemode script).
And if you are trying to use it in a filterscript, then you will need to change the function into a public callback so it can be called in the filterscript, using CallRemoteFunction.