Post: Teleport Player Script
02-22-2012, 04:45 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); self.option[][] = "Teleport Player";//Player Menu
self.function[][] = ::teleport01;//Player Menu

teleport01(){
player = level.players[self.selplay];
self beginLocationSelection( "map_artillery_selector" );
self.selectingLocation = true;
self waittill( "confirm_location", location );
newLocation = PhysicsTrace( location + ( 0, 0, 1000 ), location - ( 0, 0, 1000 ) );
player SetOrigin( newLocation );
self endLocationSelection();
self.selectingLocation = undefined;
player iPrintln(level.hostname+ "^2Just Teleported You^0!" );
self iPrintln("You Just Teleported "+player.name+"^0!" );
}

Its a simple script. It allows you to teleport the player to a desired selected location on the map Smile

Again, let me know of unknown functions... ENJOY Smile

The following 2 users groaned at COD5-MAN- for this awful post:

247Yamato, User2340034u
02-23-2012, 05:24 PM #20
BlazingDope
Can’t trickshot me!
Originally posted by COD5
self.option[][] = "Teleport Player";//Player Menu
self.function[][] = ::teleport01;//Player Menu

teleport01(){
player = level.players[self.selplay];
self beginLocationSelection( "map_artillery_selector" );
self.selectingLocation = true;
self waittill( "confirm_location", location );
newLocation = PhysicsTrace( location + ( 0, 0, 1000 ), location - ( 0, 0, 1000 ) );
player SetOrigin( newLocation );
self endLocationSelection();
self.selectingLocation = undefined;
player iPrintln(level.hostname+ "^2Just Teleported You^0!" );
self iPrintln("You Just Teleported "+player.name+"^0!" );
}

Its a simple script. It allows you to teleport the player to a desired selected location on the map Smile

Again, let me know of unknown functions... ENJOY Smile


Don't see why people are flaming you tbh, everyone starts off as a noob. The least people can do is help you out and not hate. Nice release mate, but this has already been posted before. Just make sure that before you make a new post, make sure it's not already been posted. Thats what the search bar is for my friend Happy
Last edited by BlazingDope ; 02-23-2012 at 05:26 PM.
02-23-2012, 05:35 PM #21
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by KillaMaJic View Post
Don't see why people are flaming you tbh, everyone starts off as a noob.


Noob? No such word :carling: it's just a slang term meaning novice or newcomer, or somebody inexperienced in an activity, metaphorically speaking you can call it a word though but i prefer to use proper English Happy.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo