View Single Post
Glite
Senior Member
Join Date: Sep 2011
Location: Ukraine
Old 07-11-2012 , 11:16   Re: [CS:S] Timer (v1.0.1)
Reply With Quote #18

Add Timer_stop to PlayerTracker to reset timer on start zone(needed as air):
Quote:
if (g_mapZones[zone][Type] == Start)
{
Timer_Stop(client);
Timer_Start(client);
}
Quote:
"No Records"
{
"ru" "Извините, но еще нет рекордов."
}
Glite is offline