How do i make all my FS run in gm? - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How do i make all my FS run in gm? (
/showthread.php?tid=150951)
How do i make all my FS run in gm? -
rohan234 - 28.05.2010
Hello,
can someone help meh? i could email all the fs i have (i have a few) so you could get it done for me OR you could tell me how to do it...
thanks
Re: How do i make all my FS run in gm? -
MummyKillerSLO - 28.05.2010
Simple edit server.cfg where you have filterscripts and add all FS's names:
Код:
filterscripts FS_1_Name FS_2_Name...
You can have up to 15 FS on server.
Re: How do i make all my FS run in gm? -
Peep - 28.05.2010
Quote:
|
Originally Posted by rohan234
Hello,
can someone help meh? i could email all the fs i have (i have a few) so you could get it done for me OR you could tell me how to do it...
thanks 
|
Its not hard just try to put all Fs defines to GM then look onplayercommands text and etc these put into GM too.
Example : If something in Fs is under OnPlayerommand text then put it into gm under OnPlayerCommand too.
Re: How do i make all my FS run in gm? -
rohan234 - 29.05.2010
Quote:
|
Originally Posted by MummyKillerSLO
Simple edit server.cfg where you have filterscripts and add all FS's names:
Код:
filterscripts FS_1_Name FS_2_Name...
You can have up to 15 FS on server. 
|
15 fs is maximum? thanks anyways