BigCrazyCat Posted December 2, 2014 Report Share Posted December 2, 2014 How i can increase wooden and cinder block walls HP? Link to comment Share on other sites More sharing options...
0 BigCrazyCat Posted December 3, 2014 Author Report Share Posted December 3, 2014 Anyone knows? Link to comment Share on other sites More sharing options...
0 MG-Maximus Posted December 3, 2014 Report Share Posted December 3, 2014 Is it even possible? Link to comment Share on other sites More sharing options...
0 Markokil321 Posted December 9, 2014 Report Share Posted December 9, 2014 I have heard from some people that there is a way to IE. mutliply the amount of damage buildables can take by 2. Haven't looked into this myself but would really like to add something like this to our servers. Link to comment Share on other sites More sharing options...
0 Mikeeeyy Posted December 9, 2014 Report Share Posted December 9, 2014 You could just add this in your player_build.sqf _tmpbuilt addEventHandler ["HandleDamage", { (_this select 2) / 2 }]; You'd also have to add it in server_publishObject.sqf as well. If the player who built the 'wall' logged out, the ownership of the wall would be transferred to the server, which needs to have the event handler as well. Lastly, bang it into server_monitor.sqf as well and you should be golden. Note: I haven't tested this so I could be completely overlooking something. Markokil321 1 Link to comment Share on other sites More sharing options...
0 Markokil321 Posted December 25, 2014 Report Share Posted December 25, 2014 You could just add this in your player_build.sqf _tmpbuilt addEventHandler ["HandleDamage", { (_this select 2) / 2 }]; You'd also have to add it in server_publishObject.sqf as well. If the player who built the 'wall' logged out, the ownership of the wall would be transferred to the server, which needs to have the event handler as well. Lastly, bang it into server_monitor.sqf as well and you should be golden. Note: I haven't tested this so I could be completely overlooking something. Oh wow, thanks for this. Nice and simple and I never thought of it. :P I'll make an attempt following your steps when i get some free time will post back whether it works correctly. Merry Christmas Link to comment Share on other sites More sharing options...
Question
BigCrazyCat
How i can increase wooden and cinder block walls HP?
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now