Posts: 92
Threads: 9
Joined: Aug 2017
Reputation:
0
Actually no errors but no commands work neither for the script nor from the recent added fs i am doing this because my script uses givemoneyex because of anticheat so is there any possibilities i can do that?
Posts: 325
Threads: 14
Joined: Aug 2014
Reputation:
0
Just copy pasting all the things correctly should work. Make sure you have all the includes that it mentioned on top of the filterscript and also like enzulikeS said, the only difference is put OnFilterScriptInit() to OnGameModeInit() and OnFilterScriptExit() to OnGameModeExit(). Also, Make sure You DO NOT have the line #define FILTERSCRIPT or copy that from the script.
If you are using givemoneyex, You have to integrate that into the fishing script. Changing all the GivePlayerMoney to GiveMoneyEx should fix that. You should do this for all the diff anitcheats you have on you GM that might interfere with the filterscript.
Posts: 92
Threads: 9
Joined: Aug 2017
Reputation:
0
I have already stated that i have done everything correctly and no error when compiling but when i login to the gm it results in no command to work
Posts: 1,192
Threads: 10
Joined: Dec 2017
Reputation:
0
are u using zcmd, is that fs using zcmd, if it is change OnPlayerCommandText to OnPlayerCommandPerformed
Posts: 1,071
Threads: 24
Joined: Aug 2014
Reputation:
0
Make sure everything is copied and pasted in same manner and at same place as in Filterscript. Also make sure it uses same Command processor as RougeDrifter said.
Posts: 92
Threads: 9
Joined: Aug 2017
Reputation:
0
Everything is done in correct manner but it still not works? help Teamviewer if possible?