Quote:
Originally Posted by [ --<-@ ] Black Rose
Code:
set_task(1.0, "display_hud", id)</p><p> </p><p>public display_hud(id) {</p><p> set_hudmessage(...)</p><p> show_hudmessage(...)</p><p>}
|
Shouldn't that be?
Code:
set_task(1.0, "display_hud", id, "", 0, "b");
I thought the "b" flag tells it to loop indefinitely(?)
-Fry