Jump to content

ThatRoss

Members
  • Content Count

    5
  • Joined

  • Last visited

Community Reputation

3 Neutral

About ThatRoss

  • Rank
    On the Coast
  1. ThatRoss

    Battleye Script Restriction #41

    Same problem on my server, US 2581! Has anyone found a fix for this yet?
  2. ThatRoss

    To Joker and Co. on US 2581

    Re-gearing wasn't to hard, found a Joker lying at the Quarry lastnight! He still had my GPS, NVG's, Rangefinder...etc... Kinda felt bad, didn't know it was him till I got the kill.
  3. Description File: \compile\server_updateObject.sqf For damage-fix: Line47: _key = format["CHILD:306:%1:%2:%3:",_objectID,_array,damage _object]; Change to: _key = format["CHILD:306:%1:%2:%3:",_objectID,_array,_damage]; Line89: _key = format["CHILD:306:%1:%2:%3:",_objectID,_array,damage _object]; Change to: _key = format["CHILD:306:%1:%2:%3:",_objectID,_array,_damage]; For inventory fix: Line3: _objectID = _object getVariable ["ObjectID","0"]; Change to: _objectID = _object getVariable ["ObjectID",0]; Line31: if (_objectID "0") then { Change to: if (_objectID 0) then { Line70: if (_objectID "0") then { Change to: if (_objectID 0) then { Save file, make new dayz_server.pbo Result: Vehicle Damage now saving into database, using save on vehicle dont restores health (repair vehicle) anymore! Inventory will save in vehicles, no matter what! Will this fix our vehicles? Are we allowed to make these changes?
  4. ThatRoss

    US 394

    I took more than a few shots, 20 shots from a DMR and still couldn't take out their ability to teleport!
  5. ThatRoss

    US1101, admin abuse

    Same here!
×