EDIT You could simply transfer the Filterscript to your GameMode It isn't that hard.
Posts: 331
Threads: 46
Joined: Sep 2012
Reputation:
0
I mean the FS gives me money and the server Anti-money hack returns my old money. When i make the FS in include do it will be the same ?
Posts: 4,885
Threads: 57
Joined: Jun 2012
Reputation:
0
There are a few choices.
#1 - Make the FS a include using y_hooks or another hooking method of your choice
#2 - Change your money stocks to public functions then they can be called from the FS with CallRemoteFunction()
I would go for #1 my self but #2 is good if you plan on loading/unloading your FS a lot otherwise you shouldn't be using an FS that would be gamemode code.
Posts: 331
Threads: 46
Joined: Sep 2012
Reputation:
0
Okay but i searched and i can't understand how to use it .. ?