pRoJect45yt Posted April 23, 2024 (edited) Plain and simple, I am trying to get my ACS script to teleport the player to another location. How do I do this? What I have isn't working and I'm unsure of what to do. Thanks in advance! So, scratch that: I've figured that out. My question now is how to make the teleport silent if that's even possible. Any help would be much appreciated! --- SetPlayerProperty(1, 1, PROP_TOTALLYFROZEN); FadeTo(0, 0, 0, 1.0, 1.0); Delay(40); LocalAmbientSound("TST17", 127); Teleport(0, 1, 0); Delay(100); FadeTo(0, 0, 0, 0.0, 1.0); SetPlayerProperty(1, 0, PROP_TOTALLYFROZEN); Edited April 23, 2024 by pRoJect45yt 0 Quote Share this post Link to post
jaeden Posted April 23, 2024 Use Teleport_NoFog instead of Teleport. 1 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.