View Single Post
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 02-03-2018 , 07:05   Re: Fixing timer on plugin
Reply With Quote #3

Quote:
Originally Posted by Crasher_3637 View Post
Not sure if this is the issue, but change:

PHP Code:
CreateTimerg_cvTime.FloatValueTimer_Muteevent.GetInt"userid" ) ); 
to

PHP Code:
CreateTimerg_cvTime.FloatValueTimer_Muteclient ); 
Uh... that violates the first rule of timers: Never pass a client index through a timer.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline