ookaay, i´ve got a problem:
I´m using linux. manuadminmod says that g_logsync is set to 0 but in the server.cfg its set to 2. so manuadminmod wont run.
when i debug manuadminmod:
Code
/home/turboserver/Documenten/cod4/adminmod/startscript: 101: [[: not found
Manu-Admin-Mod v0.11.3 beta Copyright (C) 2008-2010 Manuel Kress
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under certain conditions.
Visit http://manuadminmod.de if you have any trouble
[31.03.11 21:20:35] Notice: ==========================================
[31.03.11 21:20:35] Notice: Manu-Admin-Mod v0.11.3 beta is starting...
[31.03.11 21:20:35] Notice: ==========================================
[31.03.11 21:20:35] Notice: !! Please wait until the mod is completely initialised
[31.03.11 21:20:35] Notice: Config loaded: config.cfg
[31.03.11 21:20:35] Notice: Config loaded: maps.cfg
[31.03.11 21:20:35] Notice: Config loaded: admins.cfg
[31.03.11 21:20:35] Notice: Config loaded: groups.cfg
[31.03.11 21:20:35] Notice: Config loaded: reasons.cfg
[31.03.11 21:20:35] Notice: Language files loaded: en
[31.03.11 21:20:35] Notice: All config files were parsed
[31.03.11 21:20:36] Notice: RCON connection established (192.168.1.51:28960)
[31.03.11 21:20:37] Notice: Game detected: Call of Duty 4
[31.03.11 21:20:37] !! Error: Dvar 'g_logsync' must be greater or equal to 1, current: 0
10s to quit
Exit cause of a critical error
Alles anzeigen
server.cfg:
Code
// Server name
set sv_hostname "--KAPOT ^1 OWNENDE ^7 SERVER--" //Change this to whatever you want your server to be named in the server browser
// Server password
set g_password "" // blank means NO password
// Maximum Clients
set sv_maxclients "32"
set sv_privateclients "6"
// Max Ping
set sv_maxping "225"
// Rate
set sv_maxRate "25000"
//******************************************************************************
// Common Server Settings
//******************************************************************************
// Log Settings
set g_logsync "2" // 0=no log, 1=buffered, 2=continuous, 3=append
set logfile "2" // 0 = NO log, 1 = log file enabled
set g_log "games_mp.log" // Name of log file, default is games_mp.log
set sv_log_damage "1"
// Map_rotation
set sv_mapRotation "gametype war map mp_backlot gametype war map mp_bloc gametype war map mp_bog gametype war map mp_cargoship gametype war map mp_citystreets gametype war map mp_convoy gametype war map mp_countdown gametype war map mp_crash gametype war map mp_crossfire gametype war map mp_farm gametype war map mp_overgrown gametype war map mp_pipeline gametype war map mp_showdown gametype war map mp_strike gametype war map mp_vacant"
set sv_maprotationcurrent ""
Alles anzeigen
thanks anywayz