Removed antistick force cvar, removed more tHandle defines, moved respawn to its own module, moved market menu send function to markethandler.inc, fixed some run-on timers in zhp and spawn protect
This commit is contained in:
@ -128,7 +128,7 @@ public Action:Command_Respawn(client, argc)
|
||||
ZR_LogMessageFormatted(targets[x], "admin commands", "spawn", "\"%s\" spawned player \"%s\".", true, client_name, target_name);
|
||||
}
|
||||
|
||||
RespawnPlayer(targets[x]);
|
||||
RespawnSpawnClient(targets[x]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user