Resource icon

Approved ShootTeleport 1.0

No permission to download

ice cold

Active Member
Trusted Member
Member
Oct 24, 2016
606
876
43
Canada
ice cold submitted a new resource:

ShootTeleport - Teleports the admin to where he shoots

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...
Read more about this resource...