PDA

View Full Version : Timer ?


Stylaa
06-24-2010, 02:47
How can i create a Timer that is running a Public every 3 Secounds ?

GXLZPGX
06-24-2010, 03:02
How can i create a Timer that is running a Public every 3 Secounds ?

set_task( 3.0, "item", _, _, _, "b" )

public item( id )
{
// blah blah blah
}

mottzi
06-25-2010, 16:01
Its amazing how this Guys ask the same questions again and again, instaid of searching!