View Single Post
EpicMonkey
buttmonkey
Join Date: Feb 2012
Old 02-25-2012 , 03:38   Re: x number of times per day
Reply With Quote #9

Quote:
Originally Posted by Devil259 View Post
if( get_gametime() > 300.0)
->
if( g_slap <= get_gametime() )

g_slap[id] = g_slap[id] + 10
->
g_slap[id] = get_gametime() + 300
what is it that you are doing?
EpicMonkey is offline