Nailpolish
Member-
Content Count
24 -
Joined
-
Last visited
-
Medals
Community Reputation
10 GoodAbout Nailpolish
-
Rank
Private First Class
-
How do I execute something when player enters vehicle of specific type?
Nailpolish replied to Nailpolish's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
There's nothing vague about my question, what I want it to do when active isn't relevant at this point, just how to get it to activate/deactivate when wanted. -
How do I get a script to repeat (on dedicated)
Nailpolish replied to Nailpolish's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Didn't find the error but I did discover a way to make this bullshit work. firing the script through the init would not work placing down a trigger and firing it from there did bohemia's incompetence knows no bounds -
How do I get a script to repeat (on dedicated)
Nailpolish replied to Nailpolish's topic in ARMA 3 - MISSION EDITING & SCRIPTING
The pastebin is the whole script, and how the hell isn't it executing it on the server if it's within a while {isserver} loop? -
How do I execute something when player enters vehicle of specific type?
Nailpolish replied to Nailpolish's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
I want to make a mod as in a pbo that when loaded checks if I enter a vehicle of a specific type and if I'm in that specific vehicle type it does something and is then disabled when I step out of the vehicle -
How do I get a script to repeat (on dedicated)
Nailpolish replied to Nailpolish's topic in ARMA 3 - MISSION EDITING & SCRIPTING
they're 20m away from each other, yes the script is launched. like I said, this works great but only on localhost and it's giving me no errors that I can see -
How do I execute something when player enters vehicle of specific type?
Nailpolish replied to Nailpolish's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
And how do I use that? I've never had any need for an eventhandler before, a simple how-to would be great -
How do I get a script to repeat (on dedicated)
Nailpolish replied to Nailpolish's topic in ARMA 3 - MISSION EDITING & SCRIPTING
The whole script is in the pastebin of the OP And the debugging tutorial doesn't help me at all. Obviously I'm dealing with a locality issue, but it's only a problem here and not anywhere else where I use similair functions or syntax to do pretty much the exact same thing. Here's the mission: http://www.mediafire.com/download/8ox4ppp0ai3wu61/StopGap01.altis.pbo -
How do I execute something when player enters vehicle of specific type?
Nailpolish posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
I want to create a mod that activates whenever a player gets in a vehicle of a specified type (landvehicle for example) and disables upon disembarkment. My initial thinking is this would be achieved through use of eventhandlers but I've never used any before. Any help would be greatly appreciated -
How do I get a script to repeat (on dedicated)
Nailpolish replied to Nailpolish's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I have script errors enabled, it is throwing no errors. So how am I supposed to know what's wrong with it? -
How do I get a script to repeat (on dedicated)
Nailpolish replied to Nailpolish's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Doesn't fucking work there's something about the script and specifically about the script that stops it from spawning any aircraft on anything but a local host. thanks bohemia -
How do I get a script to repeat (on dedicated)
Nailpolish replied to Nailpolish's topic in ARMA 3 - MISSION EDITING & SCRIPTING
no dice the script won't work on a dedicated server -
How do I get a script to repeat (on dedicated)
Nailpolish replied to Nailpolish's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Already tried both of those, neither worked on a dedicated server -
Increase vehicleammo?
Nailpolish replied to Nailpolish's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I may have been getting the class names wrong for the magazines, it's working now. -
How do I get a script to repeat (on dedicated)
Nailpolish posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
http://pastebin.com/qTeMGpQ2 How the hell do I get this script to repeat every thirty seconds on a dedicated server? -
Increase vehicleammo?
Nailpolish replied to Nailpolish's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Been trying to get this work but so far no luck