LightbulbUnlimited Gear

Posts 1–12 of 12 · Page 1 of 1
Unlimited Gear
Code:
player removeaction Arsenal;
Arsenal =player addAction ["Arsenal Gear Select",{["Open",true] call BIS_fnc_arsenal;}];
Execute This Script And Spawn Gear With Ease.
Thank you for that ! I'll test it later
All it does is Execute Arsenal, I'd rather use VAS e.e
Quote Originally Posted by lilarron2000 View Post
All it does is Execute Arsenal, I'd rather use VAS e.e
Well This is Much easier to use in multiplayer instead of going on the wiki and finding the class names of the items you want.
u should change it to
Code:
if(!isNil "Arsenal") then {
player removeaction Arsenal;
};
Arsenal =player addAction ["Arsenal Gear Select",{["Open",true] call BIS_fnc_arsenal;}];
to prevent errors
Quote Originally Posted by Lystic View Post
u should change it to
Code:
if(!isNil "Arsenal") then {
player removeaction Arsenal;
};
Arsenal =player addAction ["Arsenal Gear Select",{["Open",true] call BIS_fnc_arsenal;}];
to prevent errors
Well I dont see how you would get any errors from the code I posted?
Quote Originally Posted by gladtwoown View Post
Well I dont see how you would get any errors from the code I posted?
Undefined Veriable In Expression.

Check your code again and read my code.
I think he means to prevent duplicate actions if the script were to be executed more than once.
Quote Originally Posted by gknova61 View Post
I think he means to prevent duplicate actions if the script were to be executed more than once.
Well the remove action prevents that from happening.
on first run, ur removing something that's not there, makes u look silly

Nice release tho!
Quote Originally Posted by gladtwoown View Post
instead of going on the wiki and finding the class names of the items you want.
Wrong, My VAS works in Multiplayer Servers <3
Posts 1–12 of 12 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?