Posts: 137
Threads: 34
Joined: Jan 2008
Reputation:
0
hey guys i create a new FS but if i enter it to server.cfg and start server the commands from GM and all other FS dont work anymore (i unload my FS and all other commands work)
can someone tell me why?
Posts: 415
Threads: 23
Joined: Jul 2008
Reputation:
0
Probably some variables from one FS shadows other FS commands
Posts: 188
Threads: 16
Joined: Dec 2006
Reputation:
0
do you have return 0; in this FS in OnPlayerCommandText at the end of this func?
Posts: 22
Threads: 1
Joined: Nov 2007
Reputation:
0
Returning 0 is required for it to pass to the other filterscripts. If you return 1 you basically say "I found the command in this script, stop the search".