Thread: [Help / Support] Please help with plugin time
View Single Post
Depresie
Veteran Member
Join Date: Nov 2013
Old 02-06-2015 , 10:51   Re: Please help with plugin time
Reply With Quote #3

Code:
if (get_gametime() - g_lastHook[id] < cdown) 
{             
client_print(id, print_chat, "[ZP] Wait %.f sec. to drag again!", get_pcvar_float(cvar_cooldown) - (get_gametime() - g_lastHook[id]))             
return PLUGIN_HANDLED         
}
try

Last edited by Depresie; 02-06-2015 at 10:52.
Depresie is offline