Recent content by Ventana

  1. V

    "Server menu" script for DayZ. Interested?

    Thanks ShootingBlanks. I was using the selfactions from https://github.com/vbawol/DayZ-Epoch/blob/master/SQF/dayz_code/compile/fn_selfActions.sqf and it wasn't working. I pulled it from my client files and it worked for some reason.
  2. V

    "Server menu" script for DayZ. Interested?

    I tried installing this. I've gone over it 3 times. I've entered all the code correctly however when I activate it I get no scroll options at all, not even the standard dayz (epoch) options like unlock or lock a vehicle.
  3. V

    [Release] pick spawn and loadout

    For classes_main.sqf // "120316806", pathtoclasses = "newspawn\classes\"; EXECscript1 = 'player execVM "'+pathtoclasses+'%1"'; ZyG = [ ["",false], ["British Soldier", [2], "", -5, [["expression", format[EXECscript1,"zbritishs.sqf"]]], "1", "1"], ["Civilian", [3], "", -5...
  4. V

    [Release] pick spawn and loadout

    this worked for me. Change to suit. For newspawn_main.sqf pathtonewspawn = "newspawn\locations\"; EXECscript1 = 'player execVM "'+pathtonewspawn+'%1"'; ZyG = [ ["",false], ["Balota", [2], "", -5, [["expression", format[EXECscript1,"balota.sqf"]]], "1", "1"], ["Berezino"...
  5. V

    [Release] pick spawn and loadout

    EDIT: found my answer here - http://opendayz.net/threads/release-scroll-menu-pick-your-own-spawn-point-and-loadout.13149/page-2#post- Post 29 -------------------------------------------------------------------------------------------------------- ) then { classes = [ ["",false]...
  6. V

    [Release] pick spawn and loadout

    also, it seems everyone is logging in as a reg player. no donor or clan group seems to be working. Here is my code. is this correct> EDIT: found the problem. changed the " then {" to "exitWith {" pathtonewspawn = "newspawn\locations\"; EXECscript1 = 'player execVM "'+pathtonewspawn+'%1"'...
  7. V

    [Release] pick spawn and loadout

    Thanks so much Ebay.
  8. V

    [Release] pick spawn and loadout

    also, I'm getting an error on this line. can anyone tell me what I did wrong? _allowed =...
  9. V

    [Release] pick spawn and loadout

    In the directions it says 4. Find this: Code: _watched = Remove the items in your loadouts from the list. What happens if i don't remove items from this list?
  10. V

    Hi I recently reported a post in my thread 'New Epoch Server - ZooYorkGaming.com' as...

    Hi I recently reported a post in my thread 'New Epoch Server - ZooYorkGaming.com' as harassment. a former disgruntled clan member was posting lies in my advertizement thread. I can no longer post to this thread as it appears to be deleted. It says do not make a new thread. what shall i do...
  11. V

    [Support] DZMS DayZ Mission System

    Vamp, great work. I'll be incorporating this into my server when I update. Can i please just ask that you stay focused, lol. some other systems change their mind every other day.
  12. V

    DayZ Mission System

    Installed this on epoach 1.0.2.5. working good, only 1 problems. No error messages in log. 1. No message when missions starts 2. Seems like some bandits are wearing Military uni's on missions only. *changing 1's to 0's 3. no credit for killing bandits at missions. Found fix Only problem...
  13. V

    Need some help with an error in my RPT

    where on my server do i find those files for the antihack?
  14. V

    Help with 3d editor

    lol yes, I thought I found a solution. I put it in init expression and i think it's working. thanks so much. this was driving me nuts, lol. I hate giving up on something and I was getting close.
  15. V

    Help with 3d editor

    That thread didn't really work out as i had hoped. Can you tell me where to out that code in the editor?
Back
Top