xjoker_
Member-
Content Count
208 -
Joined
-
Last visited
-
Medals
Community Reputation
25 ExcellentAbout xjoker_
-
Rank
Staff Sergeant
Profile Information
-
Gender
Not Telling
Recent Profile Visitors
-
xjoker_ started following Loop an animation with sound and turn it on / off ?
-
Loop an animation with sound and turn it on / off ?
xjoker_ posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
Hello. I would like to do the exact same thing as this object does : There is a user action to light the fire, which makes a sound in a loop, until you decide you turn off the fire, which stop the sound. Is there a way to do that directly in the config, without having to make a script with a while {true} / sleep / playsound3D ? -
CatBook-Yi23332 started following xjoker_
-
setVariable and vanilla buildings
xjoker_ replied to xjoker_'s topic in ARMA 3 - MISSION EDITING & SCRIPTING
yes of course how can i know if a player have a different version of the map ? i have verifySignatures = 2; in the server config edit : i was wrong. The netId is the same on every player. But for some reason at a random moment some players (~5/100) don't have any variable on the house. Just like if they e'xecuted locally something like {_house setVariable [_x, nil]} foreach allVariables _house; edit2 : i created a ticket on the feedback tracker : https://feedback.bistudio.com/T170985 -
Hello. According to the wiki, the command netID is used to get a unique ID of an object, and it's supposed to be the same for every players. But sometimes, (randomly ?), some players have different netID when looking at buildings placed on the map. That means they don't see the same object as everyone else, which means if you have set some variables on the building with the setVariable command, those players can't see these variables and their values. The question is, is there anything that these players can do to be syncronized with everyone ? (Disconnecting / reconnecting doesn't solve the problem).
-
PBO Viewer - Cross-platform PBO tool
xjoker_ replied to SteezCram's topic in ARMA 3 - COMMUNITY MADE UTILITIES
yeah but when I say "yes" to start the batch in admin mode, nothing happens- 26 replies
-
PBO Viewer - Cross-platform PBO tool
xjoker_ replied to SteezCram's topic in ARMA 3 - COMMUNITY MADE UTILITIES
I tried to use this tool so I checked all the checkboxes in the settings menu, and I still have nothing when I right click on a pbo even after a reboot and I don't have the icon on my files- 26 replies
-
xjoker_ started following Live Feed Cameras
-
yes 😄 but not with the symbol 8383
-
It would be out of range with hint but not with diag_log ? 😕 that's strange
-
Hello guys, do you know if it's possible to display a special char ingame ? When i do diag_log format ["%1", toString [8383]]; I have "₿" in my logs But if I do hint format ["%1", toString [8383]]; I just have an empty space
-
Problem with setVariable, getVariable in editing FAR revive
xjoker_ replied to lululala22's topic in ARMA 3 - MISSION EDITING & SCRIPTING
you should diag_log [_target, _healer]; to check if your parameters are correct -
[UI] RscEdit OnChange listener ?
xjoker_ replied to xjoker_'s topic in ARMA 3 - MISSION EDITING & SCRIPTING
onKeyUp works thank you ! i was not sure because i wanted 1 control to update others, and others to update this one too. But that's fine -
Hello, I was wondering if there is a "clean" way to make some kind of OnChange listener on a RscEdit control. So in my dialog, when i'm typing some text in this control, it would automatically update other controls within the same dialog ? I could make a loop which check the current value each X ms but that doesn't seem very optimal. Thanks
-
What's the difference between adding unsafeCVL= 0 or adding createVehicleLocal in CfgDisabledCommands ?
-
Intercept Database (SQL Database Extension)
xjoker_ replied to Dedmen's topic in ARMA 3 - ADDONS & MODS: COMPLETE
this has no effect (it works in mysql workbench) _query = dbPrepareQuery ["UPDATE players SET playtime=playtime+(((time_to_sec(timediff(NOW(),datelastseen)))/60)/60) WHERE playerid = ?", [279]]; DB_connection dbExecute _query; no error in server logs playtime is a FLOAT (number of hours played on the server) datelastseen is a DATETIME -
Intercept Database (SQL Database Extension)
xjoker_ replied to Dedmen's topic in ARMA 3 - ADDONS & MODS: COMPLETE
I tested with the new build and it works great even with a far more complicated inventory thanks 👌 -
Intercept Database (SQL Database Extension)
xjoker_ replied to Dedmen's topic in ARMA 3 - ADDONS & MODS: COMPLETE
type = TEXT value = [[],[],[],["U_C_Blouson_Noir",[]],[],[],"","",[],["ItemMap","","","","",""]]