25.04.2018, 10:31
Quote:
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. |
Код:
#define FILTERSCRIPT #include <a_samp> #include <a_mysql> #include <streamer> #include <sscanf2> #include <YSI\y_iterate> #include <zcmd>
Код:
#define FILTERSCRIPT #include <a_samp> #include <a_mysql> #include <streamer> #include <sscanf2> #include <YSI\y_iterate> #include <zcmd>
Код:
#define FILTERSCRIPT #include <a_samp>
Код:
#include <a_samp> #include <zcmd> #include <dini2> #include "../include/gl_common.inc"
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