Turret: oops
This commit is contained in:
parent
96752a7b8c
commit
ed681ea810
@ -130,7 +130,7 @@ public void OnRound(Event hEvent, const char[] sEvent, bool bDontBroadcast)
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
public Action Command_Turret(int client, int args)
|
||||
{
|
||||
if (!ZR_IsClientHuman(client))
|
||||
if (!(IsPlayerAlive(client) && ZR_IsClientHuman(client)))
|
||||
{
|
||||
ReplyToCommand(client, "[ZR] You need to be human to use this command.");
|
||||
return Plugin_Handled;
|
||||
|
Loading…
Reference in New Issue
Block a user