MrCopyright
Member-
Content Count
235 -
Joined
-
Last visited
-
Medals
-
call iniDB_read not reading
MrCopyright replied to LoOni3r's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Are you sure you aren't calling the iniDB functions from the client in a multiplayer environment? If the version is displayed in the Eden editor but not a hosted server, it seems very likely that locality is your issue.- 70 replies
-
- inidb_read
- inidb
-
(and 2 more)
Tagged with:
-
call iniDB_read not reading
MrCopyright replied to LoOni3r's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Have you checked the .ini file manually to see if the UID is saved properly? If it has saved, ensure that _datenbaseplayer is defined in the same file that you call iniDB_read from.- 70 replies
-
- inidb_read
- inidb
-
(and 2 more)
Tagged with:
-
When a display is closed, are its added event handlers removed?
MrCopyright replied to Leopard20's topic in ARMA 3 - MISSION EDITING & SCRIPTING
You're welcome.- 5 replies
-
- event handler
- display
-
(and 1 more)
Tagged with:
-
Custom side chat of life server
MrCopyright replied to IGS Karma's topic in ARMA 3 - MISSION EDITING & SCRIPTING
You can also create your own "radio channels" with the radioChannelCreate command. You are free to change the colour, label and call-sign. This method would be far easier than creating your own chat system.- 3 replies
-
- 1
-
- life server
- custom
-
(and 1 more)
Tagged with:
-
When a display is closed, are its added event handlers removed?
MrCopyright replied to Leopard20's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Yes.- 5 replies
-
- event handler
- display
-
(and 1 more)
Tagged with:
-
When a display is closed, are its added event handlers removed?
MrCopyright replied to Leopard20's topic in ARMA 3 - MISSION EDITING & SCRIPTING
If the display is completely closed, then you will need to re-assign the event handlers when the display is re-created.- 5 replies
-
- 1
-
- event handler
- display
-
(and 1 more)
Tagged with:
-
Setting listbox item background
MrCopyright replied to chronicsilence's topic in ARMA 3 - MISSION EDITING & SCRIPTING
In the configs, the default inventory ListBox uses the itemBackground[] and itemSpacing properties. However, when the ListBox is populated with the lbAdd command, it doesn't utilise those properties. This leads me to believe that Bohemia do not use a publicly available command to create their inventory menu. -
I started using the dev branch, as of yesterday, to utilise the new DLC assets. However, this code simply does not work anymore: ["interactionMenu", "onEachFrame", { hint "Test"; }] call BIS_fnc_addStackedEventHandler; I had code inside the event handler that was not executing, so I put a hint in there which still won't execute. The change log mentioned that the BIS_fnc_addStackedEventHandler was 'fixed'. Am I missing something?
-
You guys are being hypercritical of the ambulance model. Sure, it's not perfection but it's not awful either. I had not even noticed the majority of the imperfections until you had pointed them out. I'm sure the vast majority of players will not notice those details nor will they be affected by them. I would happily pay the current price if the models were half as decent; the sheer amount of content being added in this DLC is remarkable for the price.
-
Problem SetObjectTexture + slider
MrCopyright replied to xjoker_'s topic in ARMA 3 - MISSION EDITING & SCRIPTING
Have you tried adding a delay between each setObjectTexture command? Perhaps a 0.01 second sleep would resolve this issue. -
arma 3 altis life why i will be kicked out if i'm buying a magazine
MrCopyright replied to capper20698's topic in ARMA 3 - MULTIPLAYER
I believe it's to do with the BattlEye script filters. Make sure they are compatible with your version of Altis Life. -
Thanks @killzone_kid. Also, is there a reason why commands such as lbSetTextRight are omitted from the Arma 3 commands section?
-
On the default Arma 3 inventory dialog, each listbox element has the main text (the item name) and text on the right hand side (the quantity). I do not believe that this was achieved via text formatting as I have found attributes in the config file that refer to the colour of the right hand text (colorTextRight[]). How can I go about adding this to my own listbox? I have been unable to find any attributes directly setting the right hand text nor have I been able to find any engine based commands.
-
Removing whitespace script release
MrCopyright replied to das attorney's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I currently send over 30+ functions from the server to the client when they connect. I haven't noticed any performance hit as this process takes less than a few seconds but this can only improve network traffic. Thank you @das attorney.- 11 replies
-
- remove
- whitespace
-
(and 5 more)
Tagged with:
-
Removing whitespace script release
MrCopyright replied to das attorney's topic in ARMA 3 - MISSION EDITING & SCRIPTING
So the only difference is the size of the variable being transferred across the network? How much of a performance impact does this have?- 11 replies
-
- remove
- whitespace
-
(and 5 more)
Tagged with: