[HELP]6 mins timer
#1

As the thread say,i need timer for my TDM server for races.
So i was looking for timer [FS] everywhere and.... nothing.
Can somebody help me and send me codes?

Reply
#2

SetTimer("RaceTimerName", 100000*6, false);

Use it.
Reply
#3

https://sampwiki.blast.hk/wiki/SetTimer

pawn Код:
forward sixmin();

public OnGameModeInit()
{
    SetTimer("sixmin", 6 * 60 * 1000, false);
}

public sixmin()
{
    //Done.
}
Reply
#4

thank you but i also want texdraw to shot it.
any help?
Reply
#5

pawn Код:
SetTimer("RTimer", 1000*60*6, 0);
pawn Код:
forward RTimer();
public RTimer()
{
//Put your code here.
}
For the TextDraw if you mean clickable ones use
OnPlayerClickTextDraw
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)