i need one little help..
#4

I mean that SetTimer uses as parameter the interval.

pawn Код:
SetTimer(funcname[], interval, repeating);
So if you want it to be called every second instead of 8, you should use 1000 as interval (in milliseconds - it's 1 second).

pawn Код:
SetTimer("OnMapUpdate", 1000, true);
Reply


Messages In This Thread
i need one little help.. - by ReD_HunTeR - 15.11.2013, 14:28
Re: i need one little help.. - by Konstantinos - 15.11.2013, 14:30
Re: i need one little help.. - by ReD_HunTeR - 15.11.2013, 14:48
Re: i need one little help.. - by Konstantinos - 15.11.2013, 14:58
Re: i need one little help.. - by ReD_HunTeR - 15.11.2013, 15:02
Re: i need one little help.. - by Konstantinos - 15.11.2013, 15:19
Re: i need one little help.. - by ReD_HunTeR - 15.11.2013, 16:32
Re: i need one little help.. - by Konstantinos - 15.11.2013, 16:45
Re: i need one little help.. - by ReD_HunTeR - 15.11.2013, 17:42
Re: i need one little help.. - by Konstantinos - 15.11.2013, 17:47

Forum Jump:


Users browsing this thread: 1 Guest(s)