Merged heads 91e3906787a1 and 3598485c84df.

This commit is contained in:
richard
2009-03-31 00:59:50 +02:00
13 changed files with 545 additions and 245 deletions

View File

@ -333,7 +333,7 @@ public Action:Command_TeleportAbort(client, argc)
return Plugin_Handled;
}
bool:ZTeleClientCheck(client)
bool:ZTele(client)
{
// Check if the teleporter is disabled.
new bool:tele = GetConVarBool(gCvars[CVAR_ZTELE]);