Hud Dorph 22 Posted February 9, 2008 Im running a dedicated server and i find the serverlog(s) very little informative. Maybe i missed something I used to run counterstrike servers where nothing could happen on server without i could find it in the logs.. Is there any way i can see in arma logs what peops are writing on server ? That would help very much in determining what is going on when players not playing "by the rules" ie trashing equip/td/td and so on. Share this post Link to post Share on other sites
xSkaSchY 0 Posted February 9, 2008 OH YESS!! God hear me pray! I think that's the server needs complete reconditioning. More commands via UDP Querys, detailed logging & better optimization. Share this post Link to post Share on other sites
Dwarden 1125 Posted February 9, 2008 you can monitor anything (or most) server side into logs quite easily ... way to do it is <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> format ["This line monitoring _localvariable:[%1] and globalvariable:[%2]",_localvariable,globalvariable] createVehicle [0,0,0]; this saves given variables into server log with error entry about can't create vehicle but the key is you get these values into log file ofcourse you need to do this in mission scripts , server addons scripts etc. then only problem are client side scripts ... yet i agree there could be more in logs ... Share this post Link to post Share on other sites
xSkaSchY 0 Posted February 10, 2008 Thats sounds good, but the problem is, the logs will be written only if the server restarts? Share this post Link to post Share on other sites