Jump to content

Making ACS Teleport work???


Recommended Posts

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 by pRoJect45yt

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...