rrores
Member-
Content Count
19 -
Joined
-
Last visited
-
Medals
Everything posted by rrores
-
In ARMA1 also is ERROR.
-
if (alive player) then {_number = 0}; if (_number == 0) then {hint "Zero"}; //ERROR IN ARMA1 ALSO IN ARMA2: single I want to know if the functions return null values thanks
-
(thanks to respond) that does not work either in arma1.
-
Hi _func = { _return = nil; _return }; _var = [] call _func; if !(isNil "_var") then { ................... }; this gives error?
-
Height error with getpos being on buildings
rrores posted a topic in ARMA - MISSION EDITING & SCRIPTING
-
OnMapSingleClick question
rrores replied to Meatball0311's topic in ARMA - MISSION EDITING & SCRIPTING
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> onmapsingleclick "if (!_alt && !_shift)then{hint ""only click""}; if (_alt && !_shift)then{hint ""ALT""}; if (!_alt && _shift)then{hint ""SHIFT""}; if (_alt && _shift)then{hint ""ALT and SHIFT""}"; -
PLEASE, to make it compatible with DEDICATED SERVER Thanks
-
No. This is not a 3DEditor. This is for read and write in the disc.
-
hi good work! it works in dedicated server?
-
I.C.E. - Integrated Command Environment
rrores replied to dr_eyeball's topic in ARMA - MISSION EDITING & SCRIPTING
good work -
I do not write in ingles, I hope that it is understood. So that he walks to switchplayer well, the soldier must be local to the PC of the PLAYER. He is to say that createUnit in the same PC is due to use that tries to change of personage. for PCs non server: _ sold =... createUnit...; selectPlayer _ sold;
-
Hello I create a single mission with the side the west. In order to be able to create units of the east use CREATECENTER (before createUnit). Result: the units of the east do not attack somebody knows that it happens?
-
thank you very much, I work well
-
Paa Image Browswer Dialog
rrores replied to dr_eyeball's topic in ARMA - MISSION EDITING & SCRIPTING
thanks, very practice -
hello that function does createDisplay?
-
one example?
-
Hello somebody knows as DRAWLINE works? _controlMap DRAWLINE [getpos player, getpos UNIT2, [1, 0, 0, 1]] ? ? ?
-
Thanks other mode? (no inglish ) in INITIALIZATION of UH60: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">this addEventHandler ["getin", {[driver (_this select 0)] JOIN group p1; ACC = (_this select 0) addAction ["Land", "land.sqs"]}]; this addEventHandler ["getout", {if ((_this select 2) == p1) then {[driver (_this select 0)] JOIN grpNULL; (_this select 0) removeAction ACC}}] Land.sqs: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> (_this select 0) land "land"; greetings
-
Hi crew UH60 join group p1 (?)