Post: Bo2 gsc help
03-30-2016, 01:12 AM #1
AGS5
Haxor!
(adsbygoogle = window.adsbygoogle || []).push({}); Okay so i know the command to teleport a player to me

( self add_option("pOpt " + i, "Teleport To Me", ::teletome, player); )

But what is the code for me to teleport to a player? That's if there is one.
(adsbygoogle = window.adsbygoogle || []).push({});
03-30-2016, 05:29 PM #2
iiiCenTurY
Gym leader
Originally posted by AGS5 View Post
Okay so i know the command to teleport a player to me

( self add_option("pOpt " + i, "Teleport To Me", ::teletome, player); )

But what is the code for me to teleport to a player? That's if there is one.


    teletome(player)
{
self setOrigin(player.origin);
}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo