n00b question - 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: n00b question (
/showthread.php?tid=391497)
n00b question -
WhiteDevil - 10.11.2012
Hi,
I am completely new to sa-mp and am just trying to set up a server for me and my mate to play on. Have been pissing about making my own gamemode since friday, and its coming along quite well.
Im getting off topic anyway; I am having a problem with some peoples filterscripts though. Where they HAVE to be at the front of the 'filterscripts line' in server.cfg. And this wasn't a problem till now as I only had one that needed that, but now I have two and they are clashing. Is there a way to sort this?
tl;dr 2 DIFFERENT FILTERSCRIPTS MUST BE AT THE FRONT OF THE LINE IN SERVER.CFG, HOW DO YOU FIX THIS?
Re: n00b question -
Red_Dragon. - 10.11.2012
SHOW US ANYTHING!!! like your server.cfg !!!
Re: n00b question -
Konstantinos - 10.11.2012
Код:
echo Executing Server Config...
lanmode 0
rcon_password your_password
maxplayers 500
port 7777
hostname Your_Server_Name
gamemode0 gamemode_name 1
filterscripts fs_1 fs_2 fs_3
plugins plugin_1 plugin_2
announce 1
query 1
weburl your_website
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 10
logtimeformat [%H:%M:%S]
Re: n00b question -
WhiteDevil - 10.11.2012
echo Executing Server Config...
lanmode 0
rcon 1
rcon_password mypassword
password mypassword
maxplayers 10
port 7777
hostname Freeroam Testing...
gamemode0 new 1 grandlarc 1
filterscripts bsystem cali-houses gl_actions gl_property gl_realtime gl_mapicon ls_elevator test_cmds ls_mall attachments ladmin2
plugins sscanf mysql
announce 0
query 1
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 10
logtimeformat [%H:%M:%S]s
THIS IS THE WAY TO MAKE THE BANK SYSTEM 'bsystem' WORK, BUT IT STOPS THE HOUSE SYSTEM 'cali-houses' FROM WORKING
Re: n00b question -
Red_Dragon. - 10.11.2012
Do you they have commands in common ?!
Re: n00b question -
WhiteDevil - 10.11.2012
Quote:
Originally Posted by Red_Dragon.
Do you they have commands in common ?!
|
Not as far as I can tell.
Re: n00b question -
Konstantinos - 10.11.2012
The limit of filterscripts on samp is 16. Do not use filterscripts that they are not important such as gl_actions gl_property gl_realtime gl_mapicon ls_elevator test_cmds ls_mall.
Did you try include the house system and then the bank system?
Re: n00b question -
WhiteDevil - 10.11.2012
Quote:
Originally Posted by Dwane
The limit of filterscripts on samp is 16. Do not use filterscripts that they are not important such as gl_actions gl_property gl_realtime gl_mapicon ls_elevator test_cmds ls_mall.
Did you try include the house system and then the bank system?
|
You know I wondered what they were for? Can I just take them off the filterscripts line?
Yes, added the house system in last night, and the bank system about 2 hours ago, and have been playing with it since. (I even tried adding the code into my game mode '.pwn' but to no avail.)
Re: n00b question -
WhiteDevil - 10.11.2012
bump
Has anyone get any ideas, its really bugging me?
And can I just remove all those filterscripts as mentioned by Dwayne?
Re: n00b question -
Red_Dragon. - 10.11.2012
To remove the filterscripts: Simply, go into your server.cfg and delete the specified filterscripts's name