Stuck on Origins vehicle upgrades

BetterDeadThanZed

Valued Member!
Release thread: http://opendayz.net/threads/release-origins-vehicle-upgrades.21815/

I am at the server_updateObject.sqf step. In that step it says to place the code below the line shown below. The line in the instructions appears 4 times in server_updateObject.sqf. Do I add the code under all 4 lines?

This code appears 4 times:

Code:
_selection = getText (configFile >> "CfgVehicles" >> (typeOf _object) >> "HitPoints" >> _x >> "name");

The same with this. It appears 4 times in that file:

Code:
} count _hitpoints;

*edit* Ok, NOW I'm on server_publishObject.sqf and it appears the directions are duplicated from the directions for server_updateObject.sqf. The lines in the instructions for server_publishObject.sqf do not exist.
 
Last edited:
Back
Top