-
Content count
34 -
Donations
0.00 EUR -
Joined
-
Last visited
-
Days Won
1
Dick Kickem last won the day on August 10 2017
Dick Kickem had the most liked content!
Community Reputation
2 NeutralAbout Dick Kickem
-
Rank
Bambi
- Birthday December 8
Personal Information
- Homepage
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Okay. That does sound like a db issue, so I'll check mine out just in case. Good luck.
-
So, tell me again what it's not doing? Like, exactly what it's not doing.
-
Well, the funny thing is that the forbidden messages dont really show up as errors. They just show up as statements, lol. What I did was call an airdrop and immediately look at my RPT and look for Forbidden Message [blah blah]. CTRL-F will be your friend. Add these in CfgRemoteExec if they're not already there: class APOC_srv_startAirdrop { allowedTargets=2; }; class ExAd_fnc_incomingRequest { allowedTargets=2; }; class exadserver_fnc_clientrequest {allowedTargets=2; }; *Shrug* Worth a shot. Try looking in extdb's log files for errors as well.
-
Untrue in my case. I am running extDB3, and with the normal changes one has to make to run extdb3 on arma 3, my APOC is running just fine. I honestly don't understand why people are having issues with this script. Follow the instructions to the point, and look for messages about forbidden messages in your RPT and fix those through cfgremoteexec.
-
Looks fine to me too.
-
Still a good idea. Eliminate that as a variable. Follow the install instructions to the point.
-
And it still does not work? Make sure you're actually moving the mission file over to overwrite the one in the server...I got that one from experience...
-
Then check your config. All I can say. I had a problem with the airdrop script not spawning the heli but haven't had one with the buttons not working. Sorry man.
-
yep, my bad. @Exileserver/addons/exad_apoc_airdrop.pbo I edited my post above with something else if you wanna take a look.
-
Do you have the serverside addon added correctly? "@Exileserver/exad_apoc_airdrop.pbo" Maybe that's messing it up. EDIT: Because you changed your exad directory, maybe the addon is having issues communicating? Of course, if everything else works fine, then its your config like what @Apoc said. Also, I see you changed the whole Exad directory to be in Scripts. Double check your file paths, I always have that issue.
-
Or you can get the ClaimVehicle addon and make an extra list item that drops a code lock with a non persistent vehicle, and make it persistent. If you can't put things in vehicles, then I guess just a code lock drop alongside the vehicles. Eeeeeyyup. Just read the original post.
-
Thanks, bud. I'll try that out after work. Sorry for the long a$$ response, but I've been pretty busy.
-
Yo that's some cool $&!# you guys got going here. If you need a server to test it on give me a holler.
-
@aussie battler Thanks man. I'll try this out when i get home from work.
-
Hey guys. I'm having an issue here...I'm not sure what's causing it. Every time I press the Colour mode button immediately after opening the menu my game client crashes with a Status Access Violation crash error. Any ideas? Thanks.