Filterscript order
#6

Quote:
Originally Posted by Logic_
Посмотреть сообщение
Show us the includes of every FS that you're using and the poster above is right, get a scripter because you can't just make your script be dependent on different FS - They are supposed to be in the main script for compatibility.

SA-MP has filterscripts because it's add-on's, you might prefer to load your map or some systems that you don't want to make use of all the times so you unload and load them depending on the use.
Biz Filterscript:
Код:
#define     FILTERSCRIPT
#include    <a_samp>
#include    <a_mysql>
#include    <streamer>
#include    <sscanf2>
#include    <YSI\y_iterate>
#include    <zcmd>
Houses Filterscript:
Код:
#define 	FILTERSCRIPT
#include 	<a_samp>
#include    <a_mysql>
#include    <streamer>
#include    <sscanf2>
#include    <YSI\y_iterate>
#include    <zcmd>
Sweeper Filterscript:
Код:
#define         FILTERSCRIPT
#include        <a_samp>
SuperAKA Filterscript:
Код:
#include <a_samp>
#include <zcmd>
#include <dini2>
#include "../include/gl_common.inc"
What dependancies are you referring to? The Business and Houses filterscripts are exactly what filterscripts are intended to be: addons/extras. The script isn't dependant on them, the gamemode itself runs fine without them. I wouldn't need to hire a scripter to port them into the main GM its just a lot of work to do which is why I'm posting here to see if its avoidable before doing it

Quote:
Originally Posted by Bingo
Посмотреть сообщение
Don’t use the main functions of server in filterscript, This can cause issues in future.

Always use these functions in gamemode.
What main functions do you mean? These filterscripts are extra to my gamemode and don't provide any of the main functions required for the script to run
Reply


Messages In This Thread
Filterscript order - by Ducati - 24.04.2018, 18:32
Re: Filterscript order - by TitoRayne - 25.04.2018, 01:09
Re: Filterscript order - by Ducati - 25.04.2018, 02:46
Re: Filterscript order - by Logic_ - 25.04.2018, 03:00
Re: Filterscript order - by Bingo - 25.04.2018, 09:45
Re: Filterscript order - by Ducati - 25.04.2018, 10:31
Re: Filterscript order - by xMoBi - 25.04.2018, 10:58
Re: Filterscript order - by Ducati - 25.04.2018, 21:11

Forum Jump:


Users browsing this thread: 1 Guest(s)