ItsMods

Full Version: Error need help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I don't know here to post this I tried different places but was told wrong place

is here ok??
Error need help
would this error be the cause of crashing the server?
Checked the permban and don't see any duplicates.
[16:22:58] Version 1.266
[16:22:58] Fov plugin loaded! by Tylerd86 & JariZ
[16:22:58] Bonemind's ingame RCON v0.7.5 BETA loaded
[16:22:58] Error: The XUID: is in multiple groups[16:22:58] Speed plugin loaded. Author: Pozzuh. Version 1.2
[16:22:58] Plugin: Unlimited ammo by Nukem loaded.
[16:22:58] Server timed messages successfully loaded!

Also on this server I don't have the permissions plugin on it.
should it be set to false?
[ServerAdmin]
//enables built in permissions, values: true or false
usepermissions=true

[SERVER]
Ranked=0
//Control if the server is ranked or not by default [0-1]
TimedMessages=1
//Enable or disable timed messages [0-1]
SpecsFix=1
//Disable the CPU/Bandwidth check [0-1]

[LOG]
ConsoleLog=1
//Enable logging to the 'console.log' file [0-1]

[SCRIPT]
Enabled=0
//Enable the server script [0-1]
Script=example.script
//Server script to run

[DEBUG]
ExceptionLogging=1
//Enable logging of crashes [Turn off to prevent false detections] [0-1]

[UPDATER]
Enable=1
//Enable the updater
AutoUpdate=1
//Auto-update the server when there is a new release. (Mainly for dedicated servers on game server hosters)
[SPEEDPLUGIN]
Speed=300
JumpHeight=2000
FallDamage=0

[FOV]
fov=80
fovscale=1.125
For my plugin, why didn't you add all the config options instead of one?
And, if you want to enable permissions you set it to true, else you set it to false
I don't see a direct reason why the server should crash, when does it crash? on map load? player connect?
Try SpecsFix=0
(02-28-2012, 12:36)bonemind Wrote: [ -> ]For my plugin, why didn't you add all the config options instead of one?
And, if you want to enable permissions you set it to true, else you set it to false
I don't see a direct reason why the server should crash, when does it crash? on map load? player connect?

what other configs am I missing from your plugin?
the server crashes after a few maps during game.
(02-28-2012, 12:36)bonemind Wrote: [ -> ]For my plugin, why didn't you add all the config options instead of one?
And, if you want to enable permissions you set it to true, else you set it to false
I don't see a direct reason why the server should crash, when does it crash? on map load? player connect?

I do have this as well in my sv_config but just didn't copy in to post, sorry.
I just changed usepermissions to false cause I didn't add the aaaPermissionPlugin
It didn't work when I first tried it probably cause I wasn't doing it right.
do I need it? what I really wanted was the bad language filter. which works great btw.

[ServerAdmin]
//enables built in permissions, values: true or false
usepermissions=false
//the number of warnings before someone gets kicked
kickwarnings=2
//enable or disable the language filter
useLangFilter=true
//how long it takes in hours before a players warnings are cleared
warningTTL=1
//set if the rules commands should be pmed to the user, or to all the server
pmrules=true
//Handles if a player should be tempbanned after a maxwarnings kick
warningtempban=true
//The message displayed when a player is kicked
kickmessage = <playername> has been kicked for <reason>
//The message displayed when a player is banned
banmessage = <playername> has been banned
//The message displayed when a player connects
connectmessage = ^3Welcome to [RBC] MW3 ^2<playername>, ^7Play fair and enjoy your game.
//The message displayed when a player is tempbanned
tmpbanmessage = <playername> has been tempbanned for <reason>


[Permission]
Usergroups=Admin,Moderator,User
Admin_xuids=xuid1,xuid2,xuid3
Admin_commands=*ALL*
Moderator_xuids=xuid1,xuid2,xuid3
Moderator_commands=!help,!getxuid,!gettype
User_commands=!help,!getxuid,!gettype
User_xuids=*EVERYONE*
Do you see an error message box on the server? I guess it's OUT OF MEMORY
Forgot to write that the XUID error will not cause a server crash, so that's not a very big problem. Try enabling plugins one by one