Texturing Weapons Using Script For Mission in ARMA 2 & OA : MISSIONS - Editing & Scripting Posted July 4, 2013 Hello, I need help with a script i have, sleep(0.1); _tt = time; _no = nearestObjects [center,["M107"],20000]; for "_i" from 0 to count _no - 1 do { (_no select _i) setobjecttexture [0,"VehicleSpawn\M107.paa"]; (_no select _i) setobjecttexture [1,"VehicleSpawn\M107_Scope.paa"]; sleep(0.1); }; This script works for Vehicles but not weapons any idea on how to get it to work.
AddonSync Server HELP in ARMA 2 & OA - Servers & Administration Posted June 5, 2013 I have a Group Called Australian Group Gaming, I'm trying to make a Addon Sync server but it isn't working. Someone please upload a tutorial on how to make a AddonSync server for your mods PLEASE
Texturing Weapons Using Script For Mission
in ARMA 2 & OA : MISSIONS - Editing & Scripting
Posted
Hello,
I need help with a script i have,
sleep(0.1);
_tt = time;
_no = nearestObjects [center,["M107"],20000];
for "_i" from 0 to count _no - 1 do {
(_no select _i) setobjecttexture [0,"VehicleSpawn\M107.paa"];
(_no select _i) setobjecttexture [1,"VehicleSpawn\M107_Scope.paa"];
sleep(0.1);
};
This script works for Vehicles but not weapons any idea on how to get it to work.