Search the Community
Showing results for tags 'scriptquestion'.
Found 1 result
-
[FIXED] artillery fire order to ai wont work on MP
sina alex posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
hello , i have run a test (about showing a target scene what there an ai must start fire 3 round of mortart to my target via mortar) on single player and multiplayer on my pc in both of ways it work successfully, camera start moving and show mortar and the ai start fire fine, but when i up the mission to server for test the ai wont fire and just camera show he and he still not fire, i test this codes on server : _camera = "camera" camcreate position h2; _camera cameraeffect ["internal", "back"]; _camera camPrepareTarget g2; _camera camCommitPrepared 5; g2 commandArtilleryFire [position han2, "8Rnd_82mm_Mo_shells",3]; _camera camPreparePos position h2_1; _camera camPrepareFOV 0.700; _camera camCommitPrepared 6; _camera camPrepareFOV 0.700; waitUntil {camCommitted _camera}; _camera cameraEffect ["terminate","back"]; camDestroy _camera; for sure i test another command as : _camera = "camera" camcreate position h1; _camera cameraeffect ["internal", "back"]; _camera camPrepareTarget g1; _camera camCommitPrepared 5; g1 doArtilleryFire [position han1,"8Rnd_82mm_Mo_shells",3]; _camera camPreparePos position h1_1; _camera camPrepareFOV 0.700; _camera camCommitPrepared 6; _camera camPrepareFOV 0.700; waitUntil {camCommitted _camera}; _camera cameraEffect ["terminate","back"]; camDestroy _camera; both kind of codes work just in single and mp mod in my pc, and not work on server. any help have my regards.- 2 replies
-
- artillery
- scriptquestion
-
(and 3 more)
Tagged with: