PHP Code:
public thirtyone( id )
{
set_hudmessage(255, 0, 0, -1.0, 0.0, 0, 6.0, 1.0)
show_hudmessage(id, "NightCrawlers: 0:31")
set_task(1.0, "thirty")
}
public thirty( id )
{
set_hudmessage(255, 0, 0, -1.0, 0.0, 0, 6.0, 1.0)
show_hudmessage(id, "NightCrawlers: 0:30")
set_task(1.0, "thirty")
}
Any more effect timer than doing this 130 times?
__________________