Jump to content
  • 1

Arma 3 Vehicle "Bad Token" Urban Rappelling


Toby77

Question

7 answers to this question

Recommended Posts

  • 0

Thank you He-Man for your quick reply!

 

Your awnser worked for me, The mod is now working fine, i had to adjust some other stuff in the script aswel...

For other people trying to get this mod running; "device (attached to player) = (object)" is not white-listed or allowed in Epoch, Change that object to something that is allowed, Before that my .rpt log was spamming with weird Dimension errors..   Ps: Advanced Rappelling uses the same Device Object.

Link to comment
Share on other sites

  • 0

I am trying to get this mod working as well and everything looks fine except the rope gets deleted as it is deployed, looking through the rpt I am getting the "invalid vehicle token"  entry although there is no vehicle involved as I am testing it on a building which is confusing.

I am not getting the dimension errors mentioned above though so I am assuming the Device Object is ok.

Any suggestions would be appreciated.

Link to comment
Share on other sites

  • 0
On 12/19/2016 at 4:28 AM, He-Man said:

You have to spawn Vehicles serverside with this code:

_veh = createVehicle ["I_Heli_Transport_02_EPOCH", _startpos, [], 0, "FLY"];
_veh call EPOCH_server_setVToken;
 

G'day He-Man

Can I just use call EPOCH_server_setVToken; where I need it?

 

cheers

natoed
 

Link to comment
Share on other sites

  • 0
1 hour ago, He-Man said:

Yes, but only in server Side Scripts!

damn looks like I have to make it a server-side pbo then

knocked off another good ai mission but it a script run client-side from that other mod

it pretty good just the second part the ai's heli deletes when a player gets with in 300m or so. it has the loots in it lol

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...