-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Made slight changes to the admin menu. - Included the new place command in the admin menu. - Added a readme.
- Loading branch information
N1ckles
committed
May 20, 2016
1 parent
ad9951b
commit 5c1409a
Showing
2 changed files
with
115 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Teleport | ||
A teleport plugin for SourceMod originally made by zaCade. This should work for all games. All commands support filtering (@aim, @ct, @t, @all, etc.). | ||
## Config | ||
### sm_teleport_noblock | ||
Set this to 1, if the server has player collision disabled, otherwise 0. (**Note:** This does not affect collision) | ||
## Commands | ||
### sm_goto [target] | ||
Teleports you to the target player. | ||
### sm_bring [target(s)] | ||
Teleports the target player(s) to you. | ||
### sm_send [target(s)] [destination] | ||
Teleports all target players to a player (destination). | ||
### sm_place [target(s)] | ||
Teleports all target players to where your cursor is aiming. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters