ice cold submitted a new resource:
ShootTeleport - Teleports the admin to where he shoots
ShootTeleport - Teleports the admin to where he shoots
Read more about this resource...ShootTeleport
teleports the admin to where he shoots
/stp = enable/disable
Code
C#:using System; using System.Collections.Generic; using System.Linq; using System.Text; using Fougerite; using Fougerite.Events; using UnityEngine; namespace ShootTeleport { public class ShootTeleport : Fougerite.Module { public override string Name { get { return "ShootTeleport"; } } public override string Author { get { return "ice cold"; } } public override string...