Search results

  1. R

    Would anyone help me put the traders in one spot

    If you want to change the position of existing trader, you an do it in the mission.sqf located in server.pbo, missions,dayz_epoch_chernarus11
  2. R

    Custom map marker dissapeared

    Hello, I have a dayz epoch chernarus server, I managed to get the custom map marker to work, but today it just dissapeared, the only thing I edited prior to this was the debug monitor, which I edited to fix the not able to cancel trade bug since it have the use f10 to toggle funciton, Below is...
  3. R

    Vehicle UID Lock

    Is it possible to take out the need of Keys in dayz epoch? and make it so it uses player UID or GUID as keys instead. Some one posted this "You're better as a moderator to turn off the keys all together and rebind the vehicles to the player guid by commenting out the key process in the self fnc...
  4. R

    Custom made Vehicle

    Not possible to install it into server pbo?
  5. R

    Custom made Vehicle

    I've been searching for several days, but found nothing. I am currently trying to add in custom made vehicle into my DayZ epoch server, the vehicle I want to add is this particular one. http://www.armaholic.com/page.php?id=9693 The dled files are all in .PBO format, can anyone shed some...
  6. R

    Can't lock/unlock vehicle

    got it to work. I found that there was missing ; at the end, and Extra " at the middle part. Thanks for explaining it to me Vampire
  7. R

    Can't lock/unlock vehicle

    Crap, now I know why it's still not working.
  8. R

    Can't lock/unlock vehicle

    I believe I found the problem ["Hero", [2], "", -5, [["expression", format[_EXECscript2,"Hero.sqf"]]], "1", "1"], ["Camo", [3], "", -5, [["expression", format[_EXECscript2,"Camo.sqf"]]], "1", "1"], ["Ghillie", [4], "", -5, [["expression", format[_EXECscript2,"Ghille.sqf"]]]...
  9. R

    Can't lock/unlock vehicle

    I changed it all to different Variables, but now when People try to open the tools menu, it fps lag them for about a min and nothing shows up
  10. R

    Can't lock/unlock vehicle

    Sorry for double post DonatorVehicle = [ ["",true], ["Little Bird", [2], "", -5, [["expression", format[_EXECscript5,"littleBird.sqf"]]], "1", "1"], ["Exit", [13], "", -3, [["expression", ""]], "1", "1"] ]; DonatorSkins = [ ["",true], ["Hero"...
  11. R

    Can't lock/unlock vehicle

    Does this look about right? if ((getPlayerUID player) in ["xxxxxx"]) then { // admins donatormenu = [ ["",true], ["Donator Perk", [6], "#USER:DonatorVehicle", -5, [["expression", ""]], "1", "1"], ["Skins Menu", [3]...
  12. R

    Can't lock/unlock vehicle

    Thanks, another question, I used the Blue Phoenix tools concept and made it into a donator tool, letting them change skin and spawn a little bird. It work fine but from times to times, the donator vehicle list will get accessed to admins exclusive vehicle spawn list, meaning they can spawn f35...
  13. R

    Has anyone got kill messages working on epoch please?

    To be honest, i don't think I helped much, but, You're welcome
  14. R

    Has anyone got kill messages working on epoch please?

    This is my Server_PlayerDied code. try make it look like this. private ["_characterID","_minutes","_newObject","_playerID","_playerName","_infected","_victim","_victimName","_killer","_killerName","_weapon","_distance","_message","_loc_message","_key","_death_record"]; //[unit, weapon, muzzle...
  15. R

    Has anyone got kill messages working on epoch please?

    I am so sorry, I left out several instruction. follow the instruction here. http://dayz.st/w/Kill_Messages
  16. R

    Has anyone got kill messages working on epoch please?

    It is quite random aswell, sometimes it will show what weapon was used, sometimes it doesn't
  17. R

    Can't lock/unlock vehicle

    Hi, I recently added a mission script into my DayZ Epoch server, but after that, there's report from player they can't lock or unlock their vehicle, they need to relog several times or give the key to someone else to try and lock or unlock it. The mission script I used is from lazyink at...
  18. R

    Has anyone got kill messages working on epoch please?

    I found and used this to make it work for my server. in your Init.sqf, find enableRadio false; and change flase to true. Then, add DZE_DeathMsgGlobal = true; DZE_DeathMsgTitleText = true; under // DayZ Epoch config
  19. R

    Hey Fred, a friend of mine told me to come to you for help, I am currently trying to add in...

    Hey Fred, a friend of mine told me to come to you for help, I am currently trying to add in Animated C130 Crash, Mission, Air Raid script, and also Blur custom spawn[Intro and message only]. None of them are working, Just stuck at Waiting for host.
  20. R

    Blur Gaming Custom Spawn Tutorial

    Really sorry, I have no idea how to do that, I spent about half hour looking at playerspawn.sqf and the such, trying to figure out if I can do it, but I reached a dead end Is it possible you show me the script to do that?
Back
Top