s0ak
Member-
Content Count
9 -
Joined
-
Last visited
-
Medals
-
Thank you, it's ok now. But i have an another problem when i start a mission :
-
Hello, when I start my server, in a log file I have : Have you any idea why? (Server 1.12 linux)
-
Hello, how to make to block a key? For example "Esc". and also how to free it. Thank you for your answers
-
Hello, I don't find how to make the reverse of In in my script. My code: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">(_allUnitsEst select 0) in list zone1_e I would like the same thing but so that if the soldier is not present any more in the zone1_e.
-
hello, my code is: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_a=lbCurSel 500; _placea=switch (_a) do {case 0: {"0"}; case 1: {"1"}; case 2: {"1"}; case 3: {"1"}; case 4: {"1"}; case 5: {"1"}; case 6: {"1"}; case 7: {"1"}; case 8: {"2"}; case 9: {"2"};} _lima=_placea+2; When I does that, it posts me an error (generic Error in an expression), I does not see at all or its comes, whereas when I remove the line _lima=… and that I replace it by ctrlSetText [206, _lima]; its value (0 or 1 or 2) posts me well. Have an idea of the error? Thank you
-
Where is it necessary to put this script?
-
How to make to hoist to the top a flag, plz
-
Hello, how to make to make a random of 5 ? I succeeded for 3, but for 5 not <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">rand = random 3; _aa1 = getMarkerPos "aa1"; _aa2 = getMarkerPos "aa2"; _aa3 = getMarkerPos "aa3"; if (rand <=1) then {sh1 setpos _aa1} else {if (rand <=2) then {sh1 setpos _aa2} else {sh1 setpos _aa3}};
-
How one installs the server in dedicated? I put the files of the play and ArmA_Server.exe