There isn't. But if you can remove a 'stock' action, (the ladder comes with the action already applied) that would probably be the easiest way to fix this.
Might try removing the 'climb ladder' action from the ladder itself while it's being placed, then put it back on when it's dropped. No idea if it'll work or not.
Sorry, I haven't been around much over the last couple weeks - been distracted.
Negative. I've gotten it working as we discussed, but haven't even added the multi-ladder check to see if that works. Since I don't know when the teleport issue is happening, I can't really test for that. I played around with placing ladders, and didn't get teleported, so without more info I...
I only wish. I have to find them manually and test. The hospital tents are on my editor list somewhere, but I use the OA lite upgrade so I'm not sure if I saw it in those lists or the standard list.
When I was adding barracks, I had to edit the Barrack's building to be the correct one - the one I found ended in EP1, which was NOT the one that spawns loot. Use the class name that ProSpeedy posted.
Credit is key - I read his statement when I first saw this thread 'I have a wide variety of scripts' as he has them installed, not that he owns them, since no one who actually regularly browses this forums would think he did, but it could easily be misread by new folks.
Asking permission is a...
Considering there appears to be a demand for people who will install scripts for server admins for a fee, I don't find the offer to do this for them offensive.
If the objects themselves aren't banned, I suppose it would be possible to have an action that is 'Read Files,' which only displays when you have File2 in your inventory, and have it display something specific. It would be the same for all objects of Evidence(File1), though, unless you went...
You'd need getdir to pull the direction, then format it and the coords appropriate to the DB format and then send it to clipboard.
I don't know if there is a function that gives you both, in the same call, in the same format as the DB.
What format are you looking to see it in? The same format it shows in the DB, or will any format do?
This may work, depending on what position you are looking for:
http://community.bistudio.com/wiki/getPos
There are several other getPos's referenced in that article that get slightly...
Likely sarge's AI - If you kill a friendly Ai you are flagged as bandit until you log out and in. It will flag your vehicle as an enemy vehicle when you are in it and may block your non-flagged friends from getting in. I think Sarge has a fixed UPSMon file in his github that (may or may not)...
The database updates are done in the server PBO (Part 3 of the installation steps).
Antihack is probably the issue here, turn it off and the disappearing windows should as well. I don't use antihack, so don't know how to change it to except it.
Gary, I don't think the problem is that - the if checks there just check whether the action is already on your mouse menu. It doesn't check in selfAction at the moment that there is a ladder up and waiting to be placed (when you are moving around to place it with it visible in front of you). I...
Okay, so I just spent over 2 hours trying to fix this, posted the thread, and 10 minutes later I figured it out. Typical.
I had, in typical fashion, added the new globals to the end of the file:
player removeAction s_player_createladder;
s_player_createladder = -1;
player...
Greetings,
I'm working on implementing VFLadder into my server. I've got it working... to a point. I've added this code to selfActions (Actual adds starts at if(_canDo) then ):
if (!isNull _nearLight) then {
if (_nearLight distance player < 4) then {
_canPickLight = isNull...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.