Improved teleporter: Per client custom buffers, reset buffers on round start (CVAR), made teleabort chat trigger. Blocked teleport on dead players. Changed ztele to tele in CVAR names.
This commit is contained in:
@ -53,6 +53,11 @@ public Action:SayCommand(client, argc)
|
||||
ZTeleClientCheck(client);
|
||||
}
|
||||
|
||||
else if (StrEqual(args, "!teleabort", false))
|
||||
{
|
||||
AbortTeleport(client, false);
|
||||
}
|
||||
|
||||
else if (StrEqual(args, "!zstuck", false))
|
||||
{
|
||||
ZStuck(client);
|
||||
|
Reference in New Issue
Block a user