silente13 11 Posted April 27, 2016 Hello guys, my server can read only one mod of the parametres of mod. fn_parms(){ parms="-netlog -ip=${ip} -port=${port} -cfg=${networkcfgfullpath} -config=${servercfgfullpath} -mod=${mods} -servermod=${servermods} -bepath=${bepath} -autoinit -loadmissiontomemory" } mods="@life_server;@jeep" servermods="@extDB2" The server read only life_server, and not jeep... I try with @life_server\, same thing... P.S I'm in debian 7. Share this post Link to post Share on other sites
terox 316 Posted April 27, 2016 project of illimination, try loading just @jeep and not @life and if that works then try mods="@jeep;@life_server" I would also assume that the @life_server should maybe just be loaded in servermods Share this post Link to post Share on other sites
silente13 11 Posted April 27, 2016 project of illimination, try loading just @jeep and not @life and if that works then try mods="@jeep;@life_server" I would also assume that the @life_server should maybe just be loaded in servermods If i load first @jeep then @life_server, read only @jeep and not @life_server... And if i put @life_server after @extDB2, the server dosen't read @life_server, but just @extDB2. Share this post Link to post Share on other sites
magaman 1 Posted April 27, 2016 for linux use mods=@life_server\;@jeep Share this post Link to post Share on other sites