gta-chaos-mod / Trilogy-ASI-Script

The ASI script for the GTA Trilogy (SA only for now, 3 and VC may follow later on)
GNU General Public License v3.0
141 stars 21 forks source link

[New effect] Back here again #202

Closed Jersukai closed 1 year ago

Jersukai commented 1 year ago

This teleports you to a location you were just a moment ago. I have 2 different ways to implement this

  1. Teleport when the effect happens. This means that the player coordinates need to saved regularly and used only then the effect happens. One time effect

  2. Save current coordinates at the start of the effect and teleport when it ends. Though this means player knows beforehand they are going to get teleported. Timed effect, 1x cooldown