[HELP] filterscripts Problem/bug
#1

okay so I've recently noticed that my filterscripts load correctly when in the console (samp_server.exe) but when I go in-game to see if they've worked, they haven't... like the FS is there, just not loading inside the game for some reason. nothing seems to work in the game for the FS...any help?

server.cfg
Код:
echo Executing Server Config...
lanmode 0
rcon_password password
maxplayers 200
port 1234
hostname ~Sunset Life Roleplay [0.3c]~
gamemode0 larp
filterscripts ParkCar CruiseControl WepHolder RealCarNames Afterlife Wounds ArmourUpdate
announce 1
plugins streamer sscanf
query 1
weburl none
maxnpc 500
onfoot_rate 30
incar_rate 30
weapon_rate 40
stream_distance 200.0
stream_rate 1000
Reply
#2

Try running a blank gamemode(bare.pwn) and see if that does anything.
Reply
#3

huh maybe its on the filter script
Reply
#4

Quote:
Originally Posted by jejemonerz123
Посмотреть сообщение
huh maybe its on the filter script
how can ALL the FS's be all wrong? it's probably clearly impossible...
Reply
#5

For windows:
Код:
echo Executing Server Config...
lanmode 0
rcon_password password
maxplayers 200
port 1234
hostname ~Sunset Life Roleplay [0.3c]~
gamemode0 larp
filterscripts ParkCar CruiseControl WepHolder RealCarNames Afterlife Wounds ArmourUpdate
announce 1
plugins streamer.dll sscanf.dll
query 1
weburl none
maxnpc 500
onfoot_rate 30
incar_rate 30
weapon_rate 40
stream_distance 200.0
stream_rate 1000
For linux:
Код:
echo Executing Server Config...
lanmode 0
rcon_password password
maxplayers 200
port 1234
hostname ~Sunset Life Roleplay [0.3c]~
gamemode0 larp
filterscripts ParkCar CruiseControl WepHolder RealCarNames Afterlife Wounds ArmourUpdate
announce 1
plugins streamer.so sscanf.so
query 1
weburl none
maxnpc 500
onfoot_rate 30
incar_rate 30
weapon_rate 40
stream_distance 200.0
stream_rate 1000
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)