i need one little help..
#10

Because they do not exist. I told you to search for "OnMapUpdate" only (without the quotes "" of course).

pawn Код:
SetTimer(funcname[], interval, repeating);
was an example of the parameters of the SetTimer.

pawn Код:
SetTimer("OnMapUpdate", 1000, true);
is the correct one which calls OnMapUpdate every second. You'll need to find where you set the timer about OnMapUpdate in your script and replace it with the above code.
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: 3 Guest(s)