donpachiyarou 5 Posted July 31, 2021 hi i want to teleport to specific vehicles from static object(like phone booth) even if the vehicle has been destroyed&respawned i put some static object &write this addAction ["Teleport", {player setPos (getPos nameofthevehicle)}] in the object's init.and,before the vehicle has destroyed,the code above works fine but if the vehicles has been destroyed&respawned, the code doesnt work,how can i fix this? after respawn,the action menu "teleport"is still present but i execute the "Teleport", then i move to left corner of the map(on the sea) i want to run the correct code on Domination 4.55 ,help me plz Share this post Link to post Share on other sites
sarogahtyp 1109 Posted July 31, 2021 i guess the problem is that nameofthevehicle is not longer the vehicle object after respawn. But xeno - the creator of domination - has a discord where he answers such questions. The discord link is on his stean workshop. Share this post Link to post Share on other sites
Smart Games 76 Posted July 31, 2021 Do you use the vehicle respawn module? Share this post Link to post Share on other sites
donpachiyarou 5 Posted July 31, 2021 no,i only using Domination's default function,that MHQ respawns automatically Share this post Link to post Share on other sites