YufflesGaming Posted January 15, 2022 Share Posted January 15, 2022 How do I move the coordinates on marker larger from interior ammu-nation to pc and android? is it possible move maker inside shooting training? Link to comment Share on other sites More sharing options...
cjfan_ Posted January 15, 2022 Share Posted January 15, 2022 (edited) You have to modify the $Shooting_X $Shooting_Y $Shooting_Z global variables. They are arrays with a size of 4. Default values: $Shooting_X[0] = 292.33 $Shooting_Y[0] = -35.39 $Shooting_Z[0] = 1000.5 $Shooting_X[1] = 289.4804 $Shooting_Y[1] = -79.6619 $Shooting_Z[1] = 1001.727 $Shooting_X[2] = 309.9744 $Shooting_Y[2] = -135.3927 $Shooting_Z[2] = 1002.826 $Shooting_X[3] = 306.8972 $Shooting_Y[3] = -164.9947 $Shooting_Z[3] = 1000.259 Edited January 15, 2022 by cjfan_ Link to comment Share on other sites More sharing options...
YufflesGaming Posted January 15, 2022 Author Share Posted January 15, 2022 4 hours ago, cjfan_ said: You have to modify the $Shooting_X $Shooting_Y $Shooting_Z global variables. They are arrays with a size of 4. Ok I check It. Link to comment Share on other sites More sharing options...