Esro
Member-
Content Count
37 -
Joined
-
Last visited
-
Medals
Everything posted by Esro
-
Good job but we have this message at the beginning in the editor and in the mission : variable "_ctrl" does not support serialization. Call 'disableSerialization' in the current script (maybe ") if you need to use it Do you have a solution ?
-
Addon-Free Stat Save System [Script]
Esro replied to zooloo75's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Why you dont make an update of this script ! It's very interessing for missions interteams ! -
iniDBI - Save and Load data to the server or your local computer without databases!
Esro replied to code34's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Can you write a tutoriel for dedicated server I can't install your script for my mission... I try many solution but it doesnt work -
iniDBI - Save and Load data to the server or your local computer without databases!
Esro replied to code34's topic in ARMA 3 - ADDONS & MODS: COMPLETE
call compile preProcessFile "\inidbi\init.sqf"; If i write that in my init mission where is the file inidbi\init.sqf ? ---------- Post added at 11:29 ---------- Previous post was at 10:51 ---------- I follow this in my dedicated server : But when I launch my mission on the server he dont find inidbi\init.sqf where I can take this ! -
iniDBI - Save and Load data to the server or your local computer without databases!
Esro replied to code34's topic in ARMA 3 - ADDONS & MODS: COMPLETE
This is the same solution for server dedicated ? -
norrin's ArmA2 scripts ported to ArmA3
Esro replied to norrin's topic in ARMA 3 - MISSION EDITING & SCRIPTING
My convoy on altis stop all times for 0.5 sec ... -
norrin's ArmA2 scripts ported to ArmA3
Esro replied to norrin's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Convoy v2 dont work fine on Altis map ...:( -
Added Uniform Disappears in Multiplayer
Esro replied to rakowozz's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I have a same problem with my loadout.sqf when a player join the game all players lose their uniform... Anyone find a solution ? -
custom loadout wont work in MP for non-host players
Esro replied to HaZZarD's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I have a same problem with my loadout.sqf when a player join the game all players lose their uniform... Anyone find a solution ? -
A.C.R.E - Advanced Combat Radio Environment for Arma 3
Esro replied to noubernou's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Ive got a same problem ! Need a solution ! -
Guy if you can do a video tutorial its better because we are 8 players for try your script but no one can use it . . . I create a marker center I copy IED in my mission When i launch the script in my mission with null = . . . . . Error line 31 in IED.sqf I try many other solution and we can try your script
-
I dont understand how to use your script can you explain me more ? I do a Marker Center in my map editor after I do a trigger with in on act null = ["Center", 7, 3, 1] execVM "IED\ied.sqf"; I do write init in my init sqf mission When i launch preview it doesnt work ! Do you have a video tutorial ?