Jump to content

rrores

Member
  • Content Count

    19
  • Joined

  • Last visited

  • Medals

Everything posted by rrores

  1. 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
  2. (thanks to respond) that does not work either in arma1.
  3. Hi _func = { _return = nil; _return }; _var = [] call _func; if !(isNil "_var") then { ................... }; this gives error?
  4. rrores

    OnMapSingleClick question

    <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""}";
  5. rrores

    ArmA Extended Dll

    PLEASE, to make it compatible with DEDICATED SERVER Thanks
  6. rrores

    ArmA Extended Dll

    No. This is not a 3DEditor. This is for read and write in the disc.
  7. rrores

    ArmA Extended Dll

    hi good work! it works in dedicated server?
  8. rrores

    setPlayable workaround

    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;
  9. 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?
  10. rrores

    CREATECENTER

    thank you very much, I work well
  11. rrores

    Paa Image Browswer Dialog

    thanks, very practice
  12. hello that function does createDisplay?
  13. rrores

    Drawline

    one example?
  14. Hello somebody knows as DRAWLINE works? _controlMap DRAWLINE [getpos player, getpos UNIT2, [1, 0, 0, 1]] ? ? ?
  15. rrores

    Leave group?

    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
  16. rrores

    Leave group?

    Hi crew UH60 join group p1 (?)
×