DieTanx Posted March 28, 2017 Report Share Posted March 28, 2017 Andre Safe zone Script Does Anybody have a working version of this for 1061? I have tried, but get no errors/no messages of it doing anything Link to comment Share on other sites More sharing options...
0 juandayz Posted March 28, 2017 Report Share Posted March 28, 2017 in a first look i only see this diference donn_vehicle_handleDamage = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\vehicle_handleDamage.sqf"; must be donn_vehicle_handleDamage = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\veh_handleDam.sqf"; Link to comment Share on other sites More sharing options...
0 kingpapawawa Posted March 28, 2017 Report Share Posted March 28, 2017 change... waitUntil {uiSleep 0.5;!isNil "PVDZE_plr_LoginRecord"}; to either one of these should do... waitUntil {uiSleep 1; !isNil ("Dayz_loginCompleted")}; waitUntil {uiSleep 1; !isNil "PVDZ_plr_LoginRecord"}; juandayz 1 Link to comment Share on other sites More sharing options...
0 DieTanx Posted April 3, 2017 Author Report Share Posted April 3, 2017 So, chat displays for this- but i am not in god mode as well i can also fire my weapon- only thing working seems to be the chat---- any thoughts? Spoiler Link to comment Share on other sites More sharing options...
0 icomrade Posted April 4, 2017 Report Share Posted April 4, 2017 Moved to Q&A, since this is a question... Once you get it working feel free to create a release thread in the mods forum Link to comment Share on other sites More sharing options...
0 Corpulio_Hun Posted April 16, 2017 Report Share Posted April 16, 2017 hi, Now work this script in epoch 1.0.6.1? Link to comment Share on other sites More sharing options...