24.04.2018, 18:32
So I'm trying to run a server using the Houses filterscript and Businesses filterscript (made by the mighty rootcause). On my local test server the two filterscripts load fine.
Both print the "x houses successfully loaded" "x businesses successfully loaded" and load perfectly in-game.
However when I upload them to run on my Ultra-H server, for some reason the only one of the two which loads is the one which is placed as the SECOND filterscript in the server.cfg.
What I mean is this:
= biz filterscript (as well as the sweeper and superaka) loads successfully, houses FS gives no error but doesn't load the saved houses
= houses filterscript (as well as the sweeper and superaka) loads successfully, bizFS gives no error but doesn't load the saved businesses
= neither houses nor biz FS's load (but give no errors)
= neither houses nor biz FS's load (but give no errors)
The other (non-sql related) filterscripts will work in any order they are placed, but for some reason the two SQL-related filterscripts (biz and houses) will only work if it is the second filterscript in the order (and therefore making it impossible to load both of those filterscripts )
Ive been struggling with this for days now and would really appreciate any ideas about why this is happening, is there any known problem or issue with the order in which SQL-related filterscripts are loaded? Could this be caused by the SQL version being used?
Both print the "x houses successfully loaded" "x businesses successfully loaded" and load perfectly in-game.
However when I upload them to run on my Ultra-H server, for some reason the only one of the two which loads is the one which is placed as the SECOND filterscript in the server.cfg.
What I mean is this:
Код:
filterscripts sweeper biz houses superaka
Код:
filterscripts sweeper houses biz superaka
Код:
filterscripts sweeper superaka biz houses
Код:
filterscripts houses superaka biz sweeper
The other (non-sql related) filterscripts will work in any order they are placed, but for some reason the two SQL-related filterscripts (biz and houses) will only work if it is the second filterscript in the order (and therefore making it impossible to load both of those filterscripts )
Ive been struggling with this for days now and would really appreciate any ideas about why this is happening, is there any known problem or issue with the order in which SQL-related filterscripts are loaded? Could this be caused by the SQL version being used?