06.05.2015, 10:33
whenever i make a filterscript and try to load it so it say that "Unable to load filterscript"
[22:32:28] RCON (In-Game): Player [iMouiz] sent command: loadfs commandspack [22:32:28] Filterscript 'commandspack.amx' load failed. [22:32:33] RCON (In-Game): Player [iMouiz] sent command: loadfs commandspack [22:32:33] Filterscript 'commandspack.amx' load failed. [22:35:23] RCON (In-Game): Player [iMouiz] sent command: loadfs kill [22:35:23] Filterscript 'kill.amx' load failed. [22:49:28] RCON (In-Game): Player [iMouiz] sent command: unloadfs maps [22:49:28] Filterscript 'maps.amx' unloaded. [22:49:47] RCON (In-Game): Player [iMouiz] sent command: loadfs maps
OnGamemodeInt();
#Define Filterscript
#include <a_samp> #include <ZCMD> //------------------------------------------------------------------------------ #define Filterscript //----------------------------(General Commands)-------------------------------- CMD:jet(playerid,params[]) { SetPlayerSpecialAction(playerid,2); return 1; }