Can't disable weight

elnune

New Member
Hey, so i spend all day long trying to find how i can disable weight in my server, i tried everything (adding the weoght variable in my init.sqf, turning it false and true, i also tried turning false the weight variable in my variables.sqf) and i cant disable it, can someone help me please?

this is the link for my init.sqf:
http://pastebin.com/GFEysjcN
and this is the link for my variables.sqf:
http://pastebin.com/jLSJRpYA

Please help me! Thanks :|
 
Last edited:
Replace your init.sqf with this,
Code:
http://pastebin.com/eVfdDhF5

This would of took 5 minutes to Google ;)
 
Ok after looking at it for a minute it needs to be enable/disabled in this file
Code:
//Epoch Config Variables
call compile preprocessFileLineNumbers "config\epochconfig.sqf";
Since for some reason your host has decided to do it this way instead of leaving it the normal way.
 
Ok after looking at it for a minute it needs to be enable/disabled in this file
Code:
//Epoch Config Variables
call compile preprocessFileLineNumbers "config\epochconfig.sqf";
Since for some reason your host has decided to do it this way instead of leaving it the normal way.

IT WORKS!!!! THANK YOU VERY MUCH !!! :D:D
 
Back
Top