Raoul Posted July 31, 2014 Report Share Posted July 31, 2014 Tried what you guys said... No errors in my RPT file... No option to scroll... Link to comment Share on other sites More sharing options...
Sp4rkY Posted July 31, 2014 Report Share Posted July 31, 2014 Now it is working for me, but not with this TuT... I actually use an older version of this script which i could get from a friend. Dunno the reason why this one here doesnt work, whatever, the older version works great now :) Link to comment Share on other sites More sharing options...
Raoul Posted July 31, 2014 Report Share Posted July 31, 2014 (edited) Can I get the older version to? Edited August 1, 2014 by Mike Ehrmantraut Link to comment Share on other sites More sharing options...
Sp4rkY Posted August 1, 2014 Report Share Posted August 1, 2014 you mean "can" ? ;) Forsure, here is my fast and furious tutorial: Download: http://www39.zippyshare.com/v/89720384/file.html Install: Open your init.sqf and find this block: if (!isDedicated) then { 0 fadeSound 0; waitUntil {!isNil "dayz_loadScreenMsg"}; dayz_loadScreenMsg = (localize "STR_AUTHENTICATING"); _id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}]; _playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf"; }; Place this line "before" the last bracket and after the _playerMonitor line: _nil = [] execVM "scripts\masterkey\vehiclefunctions.sqf"; Unzip the files and place the scripts folder into the root of your mission.pbo. Thats all, just configure the script to your likings and/or change the paths to your own structure. cheers Link to comment Share on other sites More sharing options...
Brockie Posted August 1, 2014 Report Share Posted August 1, 2014 And the exact monetary item (e.g. ItemGoldBar10oz); this does not support the new return change feature so the exact classname it what it is looking for (unless you have it disabled in the config obviously). I think this is why I could't get it to work the first time around. Thanks to you and Otter! Link to comment Share on other sites More sharing options...
Leigham Posted August 1, 2014 Report Share Posted August 1, 2014 Anyone that has got this working willing to give me a hand via teamviewer, i have tried everything everyone has posted in this forum post and still no luck after 4 hours -Edit, The server is loading, but no errors in the log and still no option to claim, or change a key, even with the required items Link to comment Share on other sites More sharing options...
Raoul Posted August 1, 2014 Report Share Posted August 1, 2014 This is just insane... This doesn't work either... It's not like I have no idea what I'm doing... I installed my scripts on my server... But this one just doesn't want to... If anyone want to help me, would be amazing, because I really don't know what I am doing wrong... The server just doens't seem to load the script at all... Whatever I try... No error in RPT, no scroll wheel option... No error at all?? Link to comment Share on other sites More sharing options...
Cinjun Posted August 2, 2014 Report Share Posted August 2, 2014 Anyone that has got this working willing to give me a hand via teamviewer, i have tried everything everyone has posted in this forum post and still no luck after 4 hours -Edit, The server is loading, but no errors in the log and still no option to claim, or change a key, even with the required items This is just insane... This doesn't work either... It's not like I have no idea what I'm doing... I installed my scripts on my server... But this one just doesn't want to... If anyone want to help me, would be amazing, because I really don't know what I am doing wrong... The server just doens't seem to load the script at all... Whatever I try... No error in RPT, no scroll wheel option... No error at all?? If either of you want to send me your PBO I will take a look and see if I can tell what's up. Link to comment Share on other sites More sharing options...
Tricks Posted August 2, 2014 Report Share Posted August 2, 2014 Do the instructions on page 1 work with 1.0.5.1/125548? Link to comment Share on other sites More sharing options...
Cinjun Posted August 2, 2014 Report Share Posted August 2, 2014 Do the instructions on page 1 work with 1.0.5.1/125548?Worked for me. Link to comment Share on other sites More sharing options...
Leigham Posted August 2, 2014 Report Share Posted August 2, 2014 If either of you want to send me your PBO I will take a look and see if I can tell what's up. Have you got skype ? - Edit, ill leave it in dropbox https://www.dropbox.com/sh/cy8ctgabl2gy7oi/AAB4dnYHxC0gzDkIT_MLiXoYa my hoster has the pbo as folders Link to comment Share on other sites More sharing options...
PureMoney Posted August 2, 2014 Report Share Posted August 2, 2014 I fixed it for leigham, he had the wrong server_updateobject.sqf and he put the code in his init in the wrong place. Link to comment Share on other sites More sharing options...
hopsi66 Posted August 2, 2014 Report Share Posted August 2, 2014 A question! i use a custom publicvariableval.txt, can anyone tell me which changes i must do in it? Link to comment Share on other sites More sharing options...
Leigham Posted August 2, 2014 Report Share Posted August 2, 2014 I fixed it for leigham, he had the wrong server_updateobject.sqf and he put the code in his init in the wrong place. Still not working. maybe an error in other scripts/addons i am using Link to comment Share on other sites More sharing options...
Leigham Posted August 3, 2014 Report Share Posted August 3, 2014 Still not working. maybe an error in other scripts/addons i am using Anyone able to help Link to comment Share on other sites More sharing options...
rss_adm Posted August 4, 2014 Report Share Posted August 4, 2014 There is no need for a fn_SelfAction, you will only get the scroll option when scrolling on the vehicle itself, it's not an action on the key. Also you have to have all required items in your inventory: Two keys (the key to the vehicle you're wanting to change too and the key to the vehicle your changing). A keymasters kit, if you have that enabled in the config. And the exact monetary item (e.g. ItemGoldBar10oz); this does not support the new return change feature so the exact classname it what it is looking for (unless you have it disabled in the config obviously). If these items are not in your inventory/toolbelt you will not get the scroll option on the vehicle. Also are you seeing any errors in your RPT? Thank you! You helped me a lot! 31_D!4b10 1 Link to comment Share on other sites More sharing options...
jakers Posted August 4, 2014 Report Share Posted August 4, 2014 Hey Otter Great script! But their seems to be a bug on my server, one of my players reported they bought a car from the traders, drove around for a bit found a locked car, towed the locked car to traders to sell, when they untowed it the key they had for their original car they bought could unlock the locked car they found, they then sold the locked car that was found and the key no longer worked on the car they bought which the key was originally bought for, one of my admins also had this happen to them twice, when they tried to replace the key for their original car it said no key found as if the car had no key associated with it. Running Overpoch server hosted by vilayer on the latest patch (1.0.5.1/125548), also i am running infistar anti hack as well. Link to comment Share on other sites More sharing options...
Tricks Posted August 5, 2014 Report Share Posted August 5, 2014 Works great so far except I am not getting the option to claim a vehicle. I have it set you "Allowed" and that it requires 1 tinbar. I have the tin bar and keykit but still no option...? Link to comment Share on other sites More sharing options...
Cinjun Posted August 5, 2014 Report Share Posted August 5, 2014 Works great so far except I am not getting the option to claim a vehicle. I have it set you "Allowed" and that it requires 1 tinbar. I have the tin bar and keykit but still no option...? Do you also have an existing key? Claiming works just like master key in that it ties the claimed vehicle to an already existing key, so therefore if you do not have an existing key you will not get the option. Link to comment Share on other sites More sharing options...
Cinjun Posted August 5, 2014 Report Share Posted August 5, 2014 Anyone able to help Is the dropbox link you posted updated? If so I will take a look when I get home. Link to comment Share on other sites More sharing options...
Gr8 Posted August 5, 2014 Report Share Posted August 5, 2014 anybody got it working with Zupa's Coins system? Link to comment Share on other sites More sharing options...
sinanc Posted August 8, 2014 Report Share Posted August 8, 2014 Nice script, but its always a very bad idea to post complete files like server_updateObject.sqf or publicvariableval.txt instead of giving instruction what u have to add. This can mess you whole server up. I removed it. Link to comment Share on other sites More sharing options...
hellraver Posted August 10, 2014 Report Share Posted August 10, 2014 The duping problem can 100% reproduce on each Server. The error has existed since the first version. Cancel simply right mouse button when the key is selection menu appear. You can be vehicles tenfold and more. Link to comment Share on other sites More sharing options...
rgr Posted August 13, 2014 Report Share Posted August 13, 2014 you mean "can" ? ;) Forsure, here is my fast and furious tutorial: Download: http://www39.zippyshare.com/v/89720384/file.html Install: Open your init.sqf and find this block: if (!isDedicated) then { 0 fadeSound 0; waitUntil {!isNil "dayz_loadScreenMsg"}; dayz_loadScreenMsg = (localize "STR_AUTHENTICATING"); _id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}]; _playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf"; }; Place this line "before" the last bracket and after the _playerMonitor line: _nil = [] execVM "scripts\masterkey\vehiclefunctions.sqf"; Unzip the files and place the scripts folder into the root of your mission.pbo. Thats all, just configure the script to your likings and/or change the paths to your own structure. cheers Thanks a lot, been struggling to get this to work but your solution with the old masterkey seems to work, super :) Link to comment Share on other sites More sharing options...
Tricks Posted August 19, 2014 Report Share Posted August 19, 2014 I dont see "server_updateobject.sqf" in the download. Can anyone link theirs or post the changes I need to make please? Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now