Timer help.
#2

There is already a ongamdemodeinit.
So put
pawn Код:
print("Starting timer...");
SetTimerEx("message", 1000, false, "is", 1337, "hello!");
to your ongamemodeinit

the
pawn Код:
forward message(second,msg[]);
At the top of your scripts below your a_samp include

the public message anywhere in your script.
I recommend at the bottom
Reply


Messages In This Thread
Timer help. - by ThePwherer - 27.01.2011, 20:11
Re: Timer help. - by bartje01 - 27.01.2011, 22:05

Forum Jump:


Users browsing this thread: 2 Guest(s)