Search results

  1. Halvhjearne

    findSafePos failsafe?

    how do you call the function? try fetching the markerpos before attempting to find safepos or maybe try parsing it to the function in _this variable like this: _pos=getmarkerpos "center"; [_pos] call DZ_FindPos;
  2. Halvhjearne

    Possible Nuke script / fallout like experience on server?

    FoamysWorld clearly have personal issues he needs to work out ... maybe if he put same time into writeing code as he does trying to be a keyboard warrior, he would be done with a simple nuke script by now ... (or he could just copy past what is already there)
  3. Halvhjearne

    Possible Nuke script / fallout like experience on server?

    its mindblowing how ignorant you are ... as i mentioned before i have no intresst in this script anymore, i will rather have ppl playing on my server tbh. if you did not notice during your flame war against everyone else, then you are actually the only guy beeing rude here now (and making up...
  4. Halvhjearne

    Possible Nuke script / fallout like experience on server?

    i doubt that i do ... tbh you seem to be a quite the angry guy now back to the essence ... again you are doing exactly what zeehound23 pointed out to begin with, you are "showing off" but not delivering any code to follow up with ... as mentioned before, this is an open forum and it is pretty...
  5. Halvhjearne

    Possible Nuke script / fallout like experience on server?

    dude, grow up some of the stuff you acuse him of is completely made up in your mind ... lol? tbh i dont like him either, but it dosnt give me the right to offend him as a person and dont acuse ppl of made up stuff either ... thats just taking it over the edge ... theres ppl like zeehound23...
  6. Halvhjearne

    Need help with Anti Vehicle script..

    updated my code with a "little" more fuctionality ... enjoy ;)
  7. Halvhjearne

    Help adding weapons box/customizing bluephoenix admin tools.

    // Bowen1; "Tele to Other player"// Player selection From ALPmakers' Spectator Script // telet = { _splr = _this select 0; (vehicle player) attachto [_splr,[0.0,-2.0,0.0]]; sleep 2; detach (vehicle player); }; _n2sh = 10; _n2c = "Select Player (TP2P):";shnext = false; nlist...
  8. Halvhjearne

    Debug monitor with player distance

    _playersnear = (({isPlayer _x} count (getPos vehicle player nearEntities [["AllVehicles"], 1000]))-1);
  9. Halvhjearne

    Help adding weapons box/customizing bluephoenix admin tools.

    sorry, but what is this for? i dont get it if you want to add gear to a player, just do: player addMagazine 'ItemBurlap'; no need to use a variable for that, also adding to "vehicle player" might add to the vehicle the player is inside, incase he is in a vehicle when code is executed. so does...
  10. Halvhjearne

    Help adding weapons box/customizing bluephoenix admin tools.

    sorry russ, even if i could dig up such a tool in my collection, i would never share something like that in public ... however i can tell you it is not hard to modify the spectate script for this
  11. Halvhjearne

    Need help with Anti Vehicle script..

    fixed (edited post above) Big thanks to titan, for the original idea for this, +1 to you
  12. Halvhjearne

    Help adding weapons box/customizing bluephoenix admin tools.

    you can only add one backpack to a box, it just dosnt hold anymore also check the script i posted, its a bit more advanced and gives you a scroll menu with selections you can choose from and at the end you get the option to choose a delay before it deletes
  13. Halvhjearne

    Need help with Anti Vehicle script..

    the error is irreleveant tbh, but yea i was thinking of just parsing a string like "SERVER" to trick it, i think that might do the trick aswell
  14. Halvhjearne

    Need help with Anti Vehicle script..

    you inspired me to write my own version of this ... however im getting an error now, since no player is activating this It works and vehicles are deleted in the defined areas (also in db) and it writes a small log of vehicle, vehicle type and content(weapons,mags,bags). heres what i did: in...
  15. Halvhjearne

    Players spawning on old/others profiles

    right now im using vilayer, and so far im pretty happy with it ... prices are not the cheapest, and there arent really any server tools provided, but servers runs a lot smoother then when i had dayz.st
  16. Halvhjearne

    Players spawning on old/others profiles

    switching host helps dayz.st server are good, easy to setup and kinda stabil server that will pretty much always be "running" ... however the servers are pressed to the max and if you have a full server this will just randomly happend
  17. Halvhjearne

    Strip vehicles for parts

    i made a fix for this that works fine for me on epoch ... i posted it here a while ago its here somewhere i scripting discussions thred if you dig
  18. Halvhjearne

    Need help with Anti Vehicle script..

    nice initiative ... i have been thinking of making something like this, but i never had time i think you need this to only run from the server and implement it where vehicles are spawned in instead of running it clientside. then check if they are in one of the zones and if they are, skip it and...
  19. Halvhjearne

    Help adding weapons box/customizing bluephoenix admin tools.

    there is a limit, but i belive its about 65k items ... heres my box script http://pastebin.com/pFCZA77m
  20. Halvhjearne

    Removing Load in option for R3F Logitistcs

    just remove all the defined vehicles in the config and the option will not show up at all
Back
Top