[HELP] how i make a timer?
#1

hello,

I need a timer for gta samp've tried everything I know someone has a good script for a timer plz help me

sorry for my bad English
Reply
#2

[pawn]
//On any callback
SetTimer("MyTimer",5*1000,0) // MyTimer will be executed in 5 seconds

//not on callback
forward MyTimer();
public MyTimer()
{
//Some code will be executed here after 5 seconds..
}
[/pawm]
Reply
#3

thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)