01.10.2011, 00:06
Quote:
Originally Posted by knackworst
it means that every 10 seconds there will be a new sentence in the conversation ...
|
I already stated that that value should be false as it represents whether or not the function should be called repeatedly at the timer interval. Sorry to patronize you but as your posts would predicate your not at full understanding of the functions your using in your code. You need to create a condition in your function to designate whether or not to call the function again at that interval.
pawn Код:
if (TimeVal < 19)
{
SetTimerEx("SumTimer",10000,false,"i",playerid)
}
PS: I don't know why your returning 1 in the jobtalk function and the timer handler, neither is necessary