hi there
i have 3 cod4 servers hosted on my Debian root. to start mam_0.11.5_beta i use webmin with this cmd: "bash startscript start" and it says
Output from cd /home/cod4/cod4/28966/adminmod ; bash startscript start ..ManuAdminMod_1 was started. If you have problems try 'startscript debug'
seems like there is no prob, also when i debug , mam doesnt give my errors. but when i go ingame mam works for 10 seconds and stops
i have this on server.cfg
// Log Settings
set g_logsync "2"
set logfile "1"
set g_log "28960.log"
on mam config this:
logfile = "/home/cod4/cod4/28960/main/28960.log"
on startscript cmd line i have this:
#!/bin/bash
# STARTSCRIPT by Hool...........
where is my mistake?
bye