Help about Filterscipts -
Sliceofdeath - 11.04.2013
Whenever i install some filterscripts
I am unable to use Luxadmin FS
But can use few filterscipt.
Can someone help how to fix this ?
Re: Help about Filterscipts -
Faisal_khan - 11.04.2013
Make sure the FS is loading, check the server logs and make sure you don't have more than 16 scripts loading at a time.
Re: Help about Filterscipts -
Sliceofdeath - 11.04.2013
Quote:
Originally Posted by Faisal_khan
Make sure the FS is loading, check the server logs and make sure you don't have more than 16 scripts loading at a time.
|
Yeah it is loading 16 FS
How to fix
[23:39:36] Loading filterscript 'Animlist.amx'...
[23:39:36]
--------------------------------------
[23:39:36] -G.O-Anim Sytem By: G4M3Ov3r
[23:39:36] --------------------------------------
[23:39:36] Loading filterscript 'labels.amx'...
[23:39:36] Loading filterscript 'LuxAdmin.amx'...
[23:39:36] Unable to load filterscript 'LuxAdmin.amx'.
[23:39:36] Loading filterscript 'Race.amx'...
[23:39:36] Unable to load filterscript 'Race.amx'.
[23:39:36] Loading filterscript 'sp.amx'...
[23:39:36] Unable to load filterscript 'sp.amx'.
[23:39:36] Loading filterscript 'RandomMSG.amx'...
[23:39:36] Unable to load filterscript 'RandomMSG.amx'.
[23:39:36] Loading filterscript 'time.amx'...
[23:39:36] Unable to load filterscript 'time.amx'.
[23:39:36] Loading filterscript 'glastowers.amx'...
[23:39:36] Unable to load filterscript 'glastowers.amx'.
[23:39:36] Loading filterscript 'wmenu.amx'...
[23:39:36] Unable to load filterscript 'wmenu.amx'.
[23:39:36] Loaded 16 filterscripts.
Re: Help about Filterscipts -
Faisal_khan - 11.04.2013
Show us the server.cfg.
Re: Help about Filterscipts -
Sliceofdeath - 11.04.2013
Quote:
Originally Posted by Faisal_khan
Show us the server.cfg.
|
echo Executing Server Config...
lanmode 1
rcon_password
maxplayers 20
port 7777
hostname .: EF - Epic Freeroam Server. (SA-MP 0.3x) :.
gamemode0 TorettoRacing
mapname Build 17
plugins sscanf streamer whirlpool
filterscripts radiosys AutoFix-Flip-InfinityNos Airport Group chat rcolorpicker Walk xTune_Able_Cars neon CarSys AdminHouse AFK Animlist labels LuxAdmin Race sp RandomMSG time glastowers wmenu
announce 1
query 1
weburl efserver.createaforum.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 50
logtimeformat [%H:%M:%S]
Re: Help about Filterscipts -
Faisal_khan - 11.04.2013
You have 19 filterscripts in your server.cfg. The limit is just 16. Remove some of them.
Re: Help about Filterscipts -
Sliceofdeath - 11.04.2013
Quote:
Originally Posted by Faisal_khan
You have 19 filterscripts in your server.cfg. The limit is just 16. Remove some of them.
|
If i wanna use them too then how can i add in Gamemodes ?
Re: Help about Filterscipts -
Faisal_khan - 11.04.2013
Extract the lines and add them in your GM. Like if there is something under OnPlayerConnect in any of your FS, copy the lines from there and paste it under your gamemode OnPlayerConnect.
Re: Help about Filterscipts -
Sliceofdeath - 11.04.2013
Quote:
Originally Posted by Faisal_khan
Extract the lines and add them in your GM. Like if there is something under OnPlayerConnect in any of your FS, copy the lines from there and paste it under your gamemode OnPlayerConnect.
|
What about this ?
OnFilterScriptInit , This isn't in Gamemode
Well thank you
Re: Help about Filterscipts -
Faisal_khan - 11.04.2013
Then copy the lines under it and paste it under OnGameModeInit.