SA-MP Forums Archive
FS problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: FS problem (/showthread.php?tid=420250)



FS problem - shoaib_sait - 04.03.2013

Hey guys !!!!!!!!


I cant add more than 16 FS . How do i increase their numbers

Код:
filterscripts gl_actions gl_realtime gl_property gl_mapicon ls_mall attachments skinchanger vspawner Cruisecontrol galaxys3 afksystem ferry Weather SAnims countdownsystem Sl Sb Sbgate Slgate antispam
IS their anyway to increase it!!!!!!!!!!


Re: FS problem - Mmartin - 04.03.2013

Hello. You can't. https://sampwiki.blast.hk/wiki/Limits


Re: FS problem - mineralo - 04.03.2013

I'm not sure but try from GM to loads more than 16 like
pawn Код:
new fsloads[][]=
{
"gl_actions", "gl_realtime", "gl_property", "gl_mapicon", "ls_mall", "attachments", "skinchanger", "vspawner", "Cruisecontrol", "galaxys3", "afksystem", "ferry", "Weather", "SAnims", "countdownsystem", "Sl", "Sb", "Sbgate", "Slgate", "antispam"
};
public OnGameModeInit()
{
      for(new i=0;i<sizeof(fsloads);i++)
      {
            SendRconCommand(fsloads[i]);
      }
      printf("loaded %d fs",sizeof(fsloads));
      return 1;
}



Re: FS problem - JaKe Elite - 04.03.2013

^
Helloooooo.

Let's see. Uhm one two, BOOM. Bad idea.

Let's say, How about add all the filterscript to the gamemode.
And then walla! No more problem. The problem is. Do you know how to put them one by one?


Re: FS problem - shoaib_sait - 06.03.2013

Romel!!!!!! Yea i do