doomnet 23 Posted April 20, 2016 Hi what is the right syntax in init field of vehicle, or in trigger activation field ?i have this that i cannot save, i got message in EDEN saying missing something, i google it but cannot find an answer tried many different syntaxthis is wrong for on Activation field of triggerif (isServer) then {veh1 hideGlobalObject false} also this is wrong too if (isServer) then {veh1 hideGlobalObject false}; this is wrong for in init field of vehicle if (isServer) then {this hideGlobalObject false} also this is wrong too if (isServer) then {this hideGlobalObject false}; thanks for helping me! Share this post Link to post Share on other sites
jshock 513 Posted April 20, 2016 Have you tried: if (isServer) then {this hideGlobalObject false;}; 1 Share this post Link to post Share on other sites
doomnet 23 Posted April 20, 2016 Yes had tried this before also don't work ! same result Share this post Link to post Share on other sites
jshock 513 Posted April 20, 2016 Can you screenshot the error? Or paste what it says here. Share this post Link to post Share on other sites
davidoss 552 Posted April 20, 2016 hideGlobalObject ==> should be ==> hideObjectGlobal 1 Share this post Link to post Share on other sites
doomnet 23 Posted April 20, 2016 this is working if (isServer) then { veh1 hideObjectGlobal false; }; Share this post Link to post Share on other sites
jshock 513 Posted April 20, 2016 hideGlobalObject ==> should be ==> hideObjectGlobal Damn brain autocorrect.... 1 Share this post Link to post Share on other sites
doomnet 23 Posted April 20, 2016 yes no fucking brains i have ! i don't understand nothing sometimes in this arma scripting Share this post Link to post Share on other sites