Search results

  1. A

    [OPEN] How can I change my init.c SpawnObject items into a pbo instead of in the init.c

    heya Step1: you can put at the top of you init.c this. #include "$CurrentDir:\\mpmissions\\dayzOffline.chernarusplus\\map_addons\\YOURMAPSPAWNITEMS.c" but ofcourse change the directory to where your file is. hereis a sample of YOURMAPSPAWNITEMS.c void YOURMAPSPAWNITEMS() { SpawnObject(...
  2. A

    Krixes - Self Bloodbag Script

    FN_SELFACTION // ---------------------------------------Krixes Self Bloodbag Start------------------------------------ _mags = magazines player; // Krixes Self Bloodbag if ("ItemBloodbag" in _mags) then { hasBagItem = true; } else { hasBagItem = false;}; if((speed...
  3. A

    [Support] ESS

    check the install again, make sure u followed the server side steps. and make sure you installed the right versions, being overwatch 1.8 or the other one up in the install.. i had some issues before with that. just did the wrong install.
  4. A

    [Support] Animated Vehicles

    I understood after I wrote this lol playing with the files, thank you for your time in clarification. I too added the uh1y but I cannot add them thru the air pbo. I just added the file to my mission and it worked. Here is my uh1y and your mv22 and suv put together. FN_SELFACTIONS SNIPPET if...
  5. A

    [Support] Animated Vehicles

    I tried doing it this way mv22_pack = compile preprocessFileLineNumbers "\z\addons\air2\mv22\scripts\pack.sqf"; This isnt giving me the missing file in client rpt. BUT it still doesnt make them fold! but i guess ca is client side, and z is server :/ what if i put the air2.pbo into my...
  6. A

    [Support] ESSV2

    Yep, I was using some old init from another time. the cmd was waitUntil {!isNil ("PVDZE_plr_LoginRecord")}; if (dayzPlayerLogin2 select 2) then { [] execVM "custom\spawn\start.sqf";}; This is not going to work with this im guessing.
  7. A

    [Support] ESSV2

    http://pastebin.com/sGpmb5NY Thanks for taking a look at it. Seems to happen sometimes, but when it happens it wont stop until restart. ive noticed it before but thought it was for something else.
  8. A

    [Support] ESSV2

    my rpt is spamming this. any clue why? I thought it was because of east or west spawned ai. 14:20:16 Error position: <nearEntities ["Man",100]); _ret }; #lin> 14:20:16 Error 0 elements provided, 3 expected 14:20:16 File mpmissions\DayZ_Epoch_13.Tavi\custom\spawn\start.sqf, line 42...
  9. A

    Dancing Script?

    So this script here should only play once per song, checks distance of other people to fire aswell.
  10. A

    Dancing Script?

    I am trying to make the song play only once. its kind of annoying when 4 people at one fire all start dancing, making the song all jumbled. I tried this if statement The issue I have come up to is that it doesnt play the song at all now. Does anyone know where i went wrong?
  11. A

    [Support] ESS

    I am trying to figure out why it isnt opening the menu while in debug. I am just getting spawned in the debug with no options. The previous posts ive been trying to sort thru mentioned black and white and menus poping up and flickering but I have nothing popping up. Ive edited my infistar to...
  12. A

    [Support] DZGM

    Having an issue with my infistar I think. Installed this script, right clicking the radio works and brings up the context menu. AS ADMIN I can see the other players and invite them thru the menu. AS a PLAYER I can only see myself. My infistar doesnt have those lines which are in the install...
  13. A

    automatic Aircraft Carrier

    Hey guys, im running an overpoch server and trying to get an lhd just for fun. I am pretty sure they changed some coding in arma since I have been here last. Ive tried both ways to get this lhd to spawn with no avail. does anyone know what i should put for the LHDspawnpoint? Thanks for any...
  14. A

    ALKINDAS DayZ Website Stats

    seems to be a different database structure than normal dayz. I personally havent touched overwatch's database so I do not know. If you give me a glimpse of your database i can probably rework it out for you.
  15. A

    Need some help with an error in my RPT

    apparently cpbo even screws up now. probably fixed by repacking.
  16. A

    [Request] Player ID zone restriction and humanity restriction zone

    you adding the coords in mission.sqm? if so take databases coords, X,Y,Z and change it to X,Z,Y. mission.sqm uses X,Z,Y database uses X,Y,Z
  17. A

    Suicide Script - Nearly ready

    hmm... usually this happens when the server doesnt have enough time to register the death. try not aborting too quickly when you die. but i just saw this suicide script on a tavi server a hacker just made everyone suddenly put their guns to their head like the animation in the vid. wanted to...
  18. A

    [Poll] Add a sub-forum dedicated to troubleshooting/help.

    good call on that fred. I am kind of getting annoyed at how much work it is to get a script. for some its like 60+ pages to read thru. This will help us keep this forum clean and tidy for faster searching and less headaches.
  19. A

    Scripts Working 1.7.7

    i think they only updated server_monitor and somthing else.
  20. A

    Scripts Working 1.7.7

    DO NOT DO IT THIS WAY!!!!!!!!!!! Take the 3d editor files, BEIDI and sqf. open your sqf. copy from _vehicle # to the last _vehicle # { } -- remember to grab the correct }. Then take a new txt file and paste it between if (isServer) then { //PASTE INSIDE HERE!!!!! } My example is...
Back
Top