-
Content Count
816 -
Joined
-
Last visited
-
Medals
Community Reputation
291 ExcellentAbout Schatten
-
Rank
First Sergeant
Profile Information
-
Gender
Male
Recent Profile Visitors
-
[SOLVED] Spawning unit in random building position
Schatten replied to kibaBG's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Exactly. -
How to tell if GPS is in "follow" mode
Schatten replied to dupa1's topic in ARMA 3 - MISSION EDITING & SCRIPTING
https://community.bistudio.com/wiki/ctrlMapDir -
Trigger condition to check number of sectors controlled by a side?
Schatten replied to Blitzen88's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Exactly, as syntax 6 describes. -
Trigger condition to check number of sectors controlled by a side?
Schatten replied to Blitzen88's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Learn carefully, especially syntax 6: https://community.bistudio.com/wiki/select -
Is there a way to access scores of disconnected players?
Schatten replied to dupa1's topic in ARMA 3 - MISSION EDITING & SCRIPTING
You can save scores when a player disconnects: https://community.bistudio.com/wiki/Arma_3:_Mission_Event_Handlers#HandleDisconnect -
Player Respawns...Please help!
Schatten replied to gadjr114's topic in ARMA 3 - MISSION EDITING & SCRIPTING
OK, this article explains that: https://community.bistudio.com/wiki/Event_Scripts -
Noob help using arguments, Sector module expression field
Schatten replied to The Grease Mage's topic in ARMA 3 - MISSION EDITING & SCRIPTING
You can simplify: _this execVM "objectiveControl.sqf"; I think this forum is OK for such questions. You can also join Arma Discord. -
Player Respawns...Please help!
Schatten replied to gadjr114's topic in ARMA 3 - MISSION EDITING & SCRIPTING
It's written just before the code snippet. -
Noob help using arguments, Sector module expression field
Schatten replied to The Grease Mage's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Errors because you pass an empty array to the script. -
Noob help using arguments, Sector module expression field
Schatten replied to The Grease Mage's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Read carefully: https://community.bistudio.com/wiki/params -
remoteExec action "surrender"
Schatten replied to jajavst's topic in ARMA 3 - MISSION EDITING & SCRIPTING
[_hup, ["Surrender", _hup]] remoteExec ["action", _hup]; -
Increment a variable: "Invalid number in expression" error
Schatten replied to bardosy's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Publish initialization code of hullaszamlalo var and the full error message.- 2 replies
-
- 1
-
-
- error
- invalid number
-
(and 1 more)
Tagged with:
-
Spawning items into container
Schatten replied to BeaniePope.'s topic in ARMA 3 - MISSION EDITING & SCRIPTING
I'm not sure that _loot var contains correct class names, so check them. There is also for loop that is more suitable for your case. -
An issue with images using titleText
Schatten replied to SaltyNewt's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Seems I've already given you some options on Discord. Have you tried them? -
Kick/Ban Players when the die
Schatten replied to Wiket's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Could you share the option you found please?