22.10.2013, 20:20
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.
#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.