Search results

  1. B

    Help lock any car near player

    I dont see anywhere that it is actually attaching to the vehicle. Use the attachTo then you can use the target to lock the vehicle that has the booby trap.
  2. B

    Help lock any car near player

    Actually yes the better way would be: _obj = nearestObjects [player, ["LandVehicle"], 2]; if(isNull _obj) exitWith {}; _objType = typeOf _obj; _ownerID = _obj getVariable["ObjectID","0"]; _objectID = _obj getVariable["ObjectID","0"]; // Lock car if (_obj isKindOf "LandVehicle") then {...
  3. B

    Help lock any car near player

    This is from admin tools for point to lock. _obj = cursorTarget; if(isNull _obj) exitWith {}; _objType = typeOf _obj; _ownerID = _obj getVariable["ObjectID","0"]; _objectID = _obj getVariable["ObjectID","0"]; // Lock car if (_obj isKindOf "LandVehicle" || _obj isKindOf "Air" || _obj isKindOf...
  4. B

    [SUPPORT] - Sheeps Epoch Repack

    Myels can you send me your mission and server pbo and server rpt.
  5. B

    [SUPPORT] - Sheeps Epoch Repack

    NAPF bank Rob update. Replace the Rob folder with the one in the rar. Replace the bank_building.sqf with the one in the rar. http://www.mediafire.com/download/9r1r23qhd0og1rq/Napf_Rob_bank.rar
  6. B

    [SUPPORT] - Sheeps Epoch Repack

    Gambling fix: Change fn_selfactions: if (s_player_gamble < 0) then { s_player_gamble = player addAction [("<t color='#c30000'>")+("Slots")+("</t>"), "scripts\gambling\slotmachine\slots.sqf","",5,false,true,"",""]; }; if (s_player_gamble2 < 0) then {...
  7. B

    [SUPPORT] - Sheeps Epoch Repack

    Ok thats how that part of that table is set up. What i am reffering to is either an event or process that also runs on the db side of the sql.
  8. B

    [SUPPORT] - Sheeps Epoch Repack

    Have a look at your sql. Some hosts have "DELETE `object_data` WHERE `LastUpdated` < XYZ"
  9. B

    [SUPPORT] - Sheeps Epoch Repack

    Small fix for casino Napf. Removes Casino loading error and adds markers/safe zone for casino. replace: NAPF Casino By Geekin aka Chainsaw Squirrel designed and made for Sheeps RePack .15 NAPF With //NAPF Casino By Geekin aka Chainsaw Squirrel designed and made for Sheeps RePack .15 NAPF In...
  10. B

    [SUPPORT] - Sheeps Epoch Repack

    I dont actually use the class stuff. Maybe turn that off and see if it is fine from there. Are you running any antihacks like infi?
  11. B

    [SUPPORT] - Sheeps Epoch Repack

    I get these errors too however i havent had any reports of player actually being stuck there...
  12. B

    [SUPPORT] - Sheeps Epoch Repack

    Hey mate. No need. There are a lot of international people here so language can be mis interpreted. If you have found errors or know of so,e we would like to know so we can explore them and fix them up.
  13. B

    [SUPPORT] - Sheeps Epoch Repack

    Damage to vehicles only works if you haven't unlocked it and then locked it again. So if you run to your base and then lock the vehicle then it will still be fair game. If you relog then it is safe again. Its not perfect (if you want to have a fully prtected vehicle) and is only really designed...
  14. B

    [Support] ESS

    Nice one ebay. Have a good xmas mate.
  15. B

    [SUPPORT] - Sheeps Epoch Repack

    Ok good to know. With the sefond bus did you just basically copy and run it as a second script obviously changing it to axebus2 etc.
  16. B

    [SUPPORT] - Sheeps Epoch Repack

    I am close to having a stable sauerland version and will post it this arvo. If someone can post a start point for the bus ajd waypoints for the map that wpuld be great. I may also look at having 2 buses run though this may creat a bit of lag i think.
  17. B

    [SUPPORT] - Sheeps Epoch Repack

    Sheep. There seems to be a lag or pause caused by the admin tools loading on the first load in for a player after a restart. Would a sleep 20 before the exem in the init fix this up?
  18. B

    [Support] ESS

    Erm. The essfloor is part of Ebay standard installation guide. Unless you mean move the spawn point/debug. This is in the mission.sqm if i recall. Change that to another location.
  19. B

    [SUPPORT] - Sheeps Epoch Repack

    Send me your current server and mission Pbo. I can whip something together. Also what version do you want standard epoch or overpoch?
  20. B

    [SUPPORT] - Sheeps Epoch Repack

    I am not sure that there is an ESS version at the moment for Saurland? The rest should be relativly easy. What is the current spawn script that you use I can see If I can help you out. Ok there is... Interesting. acn you upload your current PBO files upto mediafire and send them to me.
Back
Top