n00b question
#1

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?
Reply
#2

SHOW US ANYTHING!!! like your server.cfg !!!
Reply
#3

Код:
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]
Reply
#4

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
Reply
#5

Do you they have commands in common ?!
Reply
#6

Quote:
Originally Posted by Red_Dragon.
Посмотреть сообщение
Do you they have commands in common ?!
Not as far as I can tell.
Reply
#7

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?
Reply
#8

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.)
Reply
#9

bump

Has anyone get any ideas, its really bugging me?
And can I just remove all those filterscripts as mentioned by Dwayne?
Reply
#10

To remove the filterscripts: Simply, go into your server.cfg and delete the specified filterscripts's name
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)