Jump to content
doubledizz

changing Vehicle Respawn module position

Recommended Posts

I'm trying to move the Vehicle Respawn module position when I reach a trigger, but had no luck. I've done this so far...

 

Vehicle Respawn Module variable:

veh_respawn

Marker variable:

veh_respawn_home

 

Trigger with...

'Activation' on "any player"

Type as  "present"

Condition "this"

On Activation:

"veh_respawn" setPos (getMarkerPos "veh_respawn_home");

 

What's wrong? How do I move the module?

 

Share this post


Link to post
Share on other sites

Let the vehicle respawn module as is. It's a game logic, not a marker.

anyway, if you want to move the position of respawn, you need to add a respawn module position, set to your vehicles (car, blufor...),

then you can move this module:

your_resp_position_module  setpos getmarkerpos "yourMarker";

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×