MarK (CZ)
Member-
Content Count
9 -
Joined
-
Last visited
-
Medals
Community Reputation
0 NeutralAbout MarK (CZ)
-
Rank
Private
core_pfieldgroups_3
-
Interests
OFP, Programming, Snowboarding, Biking
-
We need missions that use addons.
MarK (CZ) replied to rambozo's topic in OFP : MISSION EDITING & SCRIPTING
I really like the idea, could make a small boom in MP playing But it has to be well organised with a website dedicated to this with all info for addon-makers, mission-makers and players and a staff of ppl to take care of it. But it would be definitely great! -
[sOLVED] <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">isnull flagowner name_of_flag Thx to DoD.
-
Hi guys, I was posting this already on OFP.info forums but noone could help. So I'll try here  How can I check that the flag is on the pole? <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">flagOwner flag returns objNull in this case but, as you probably know, objNull is not equal to any value. Not even to itself - and that's the problem.
-
[] exec "beginmission.sqs"
MarK (CZ) replied to OmniMax's topic in OFP : MISSION EDITING & SCRIPTING
Bah, you just have to go with the flow, memorizing syntax too well is a waste of your brain. Â Get a good reference book, or for C/C++ etc get the MSDN library on PC. For OFP you have command reference and examples. Â Yep, but I really hate the way OFP scripts look like. It's getting complicated if I want some more complex calculations and so. Functions are better in this but I can't use them everywhere... -
Well, that mission.sqm cannot be altered during game as far as i know...
-
My lovely flamethrower
-
[] exec "beginmission.sqs"
MarK (CZ) replied to OmniMax's topic in OFP : MISSION EDITING & SCRIPTING
That would work e.g. in JavaScript functions -
It can be also changed in mission.sqm (if not needed to be permanently changed addon).