make slay zone work without timer on

This commit is contained in:
Shavitush 2015-08-19 03:30:16 +03:00
parent 63b0cf2ad4
commit 2073407cee

View File

@ -741,15 +741,15 @@ public Action OnPlayerRunCmd(int client, int &buttons)
return Plugin_Continue;
}
if(InsideZone(client, gV_MapZones[Zone_Slay][0], gV_MapZones[Zone_Slay][1]))
{
Shavit_StopTimer(client);
ForcePlayerSuicide(client);
}
if(bStarted)
{
if(InsideZone(client, gV_MapZones[Zone_Slay][0], gV_MapZones[Zone_Slay][1]))
{
Shavit_StopTimer(client);
ForcePlayerSuicide(client);
}
if(InsideZone(client, gV_MapZones[Zone_Stop][0], gV_MapZones[Zone_Stop][1]))
{
Shavit_StopTimer(client);