Recent content by ricconater

  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
Back
Top