Search results

  1. B

    Help with FN_selfActions

    Hi guys. So I have been staring at this for hours and it has started to dance in front of me. Essentially there were a number of issues and it was spamming the client RPT. I have fixed these up and also have got the scripts working swimmingly. Apart from 2 things. 1. NOS was working. Now it...
  2. B

    Client side trader vehicles dissapearing

    Hi All. OK so this is doing my head in. Essentially when A player buys a vehicle the vehicle will spawn appear for a second then disappear. Sometime if the player waits for a while ti will then reappear, other times not at all. When it does appear properly it arrives unlocked, if a player then...
  3. B

    [Help/Discussion] Zabns Take Clothes

    Make sure that you place the: //Remove CLOTHES _clothesTaken = _cursorTarget getVariable["clothesTaken",false]; // Take clothes by Zabn if (_isMan and !_isAlive and !_isZombie and !_clothesTaken) then { if (s_player_clothes < 0) then { s_player_clothes = player addAction [("<t...
  4. B

    [Help/Discussion] Zabns Take Clothes

    OK got it working ok. Couple of issues though. When the player takes a sking the AI ignore them. This is due to the player taking on the "EAST" side from the playermorph. Any fixes for this?
  5. B

    [SUPPORT] - Sheeps Epoch Repack

    The main roaming ai that spawn infront of you if thats what you mean are the DZAI make sure the DZAIconfig is set so dynamicspawn=false
  6. B

    Reloading Tank's in Epoch Server

    Erm how many slots is the ammo taking?
  7. B

    Reloading Tank's in Epoch Server

    It sounds like the server is cleaning it out as part of the antihacks. if you are running it just as a lan, why not disable BE alltogether and also comment out the antihacks in the init?
  8. B

    [Support] NOS for cars!

    Its the LOL Troll again. o_O ↑ DO NOT and i stress do not take any notice from the above post .....he said he could help me cahrged me ....from a advertiesment from this forums.....and did not get me my scripts... he blamed it on my provider.....then a few months later i see him asking for...
  9. B

    [Support] ESS

    Assuming you have default load-out in your ini and the remove inventory is still in the spawn.sqf?
  10. B

    Aye Boizzzzzz Anyone Need Help With Scripting?

    yeah man its great. I think there is a dayz one too. Anyhow sorry for Hijacking your thread.
  11. B

    Aye Boizzzzzz Anyone Need Help With Scripting?

    Its the LOL Troll again. o_O DO NOT and i stress do not take any notice from the above post .....he said he couldn't do his own scripts and he donated ....from a thread from this open sharing forum.....and was notable to work out what he wanted... he may have been using a provider that...
  12. B

    How do you add barracks and other buildings on Dayz.st

    Read your other post. Closed.
  13. B

    Custom Buildings On Server Side Duplicating.

    Make sure that you have: if (isServer) then { At the very top of the sqf of your custom buildings. Eg: if (isServer) then { _vehicle_19 = objNull; if (true) then { _this = createVehicle ["MAP_runway_beton", [13486.942, 15797.813, 0.00014805794], [], 0, "CAN_COLLIDE"]; _vehicle_19 =...
  14. B

    [SUPPORT] - Sheeps Epoch Repack

    OK so Infact it will probably be easier to use this whole thing. http://www.mediafire.com/download/digz71y546yrxyi/Brave_Sir_Robins_0.14_Napf_-_Overpoch_v4.3.rar This is my redeveloped version of the repack on Napf and includes all the fixes and then some more...
  15. B

    [SUPPORT] - Sheeps Epoch Repack

    Ok so the Issue for this was actually nothing to do with Server_functions.sqf and everything to do with the Building addon for array island called Insel.sqf found in the CustomBuildings file in the server pbo (trust me it also had me scratching my head). The original Author called in the Ai for...
  16. B

    [Support] ESS

    So I have a question or an idea, is there anyway that instead of HALO you can come in riding a heli that then stops in the relevant spot and you jump out of it? the heli then flies away and despawns.
  17. B

    [SUPPORT] - Sheeps Epoch Repack

    WHat didn't work with the 0.14 Napf BSR Single set?
  18. B

    Be prepared its coming...... DayZ End Game

    Lol i counter that and vote for napf. There is a lot of potential especially down the south of the map. That and i already have started editing it and creating new buildings and bridges to the islands....
  19. B

    [SUPPORT] - Sheeps Epoch Repack

    http://www.mediafire.com/download/rei5fotqq9uqeya/0.14+Napf+-+BSR+Single+Char+Over-Epoch+v4.2.rar
  20. B

    [SUPPORT] - Sheeps Epoch Repack

    There is a standard one too. For those who are having FPS issue, I suggest turning off the Basejump script. Goto the scriptcontrol.sqf and find Basejump, change to false. We are reworking this script (i use the royal we).
Back
Top