View Single Post
retsam
Veteran Member
Join Date: Aug 2008
Location: so-cal
Old 11-09-2009 , 15:27   Re: [TF2] Engineer Metal Regen
Reply With Quote #11

I could be wrong on this, but im not sure you need to kill the timer and do plugin_stop at the same time.

I believe Plugin_Stop does actually kill the timer as well. If im wrong, lmk.

Code:
if (!IsClientInGame(client) || !IsPlayerAlive(client))
       return Plugin_Stop;
else
{
//other junk
}

Last edited by retsam; 11-09-2009 at 15:29.
retsam is offline