Posts: 130
Threads: 25
Joined: Oct 2008
Reputation:
0
hi. I am woondering how i put all FS in to my GM? Is it hard and if not how?
Posts: 1,293
Threads: 6
Joined: Jul 2008
Reputation:
0
It depends of the filterscript, it's usually just a case of copying everything to the correct callbacks and amassing loads of new's at the top, then fixing any errors they make, like shadowing each others variables etc etc.. As to being hard, as I say it all depends on the script..
Posts: 130
Threads: 25
Joined: Oct 2008
Reputation:
0
I have 15 FS if i remember Right. But i don't know what i have it is so long time seems i mate the Server.
Posts: 453
Threads: 30
Joined: Feb 2009
Reputation:
0
Just simply open an empty pawno script, and open all your filterscripts:
- Copy all Includes
- Copy All Defines
- Copy Misc
- Copy all from OnFilterScriptInit to OnGameModeInit
- Copy all from OnFilterScriptExit to OnGameModeExit
- Copy all from the same function as in the filterscript into the same function in the gamemode.
Second Opinion:
Just run an empty gamemode, and all the filterscripts.
Posts: 130
Threads: 25
Joined: Oct 2008
Reputation:
0
I am woondering if somone can do it for me?