Thread
:
Health for HUD
View Single Post
#
4
09-18-2010, 11:51 PM
cbk1994
the fake one
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
You should use
PHP Code:
function
onCreated
() {
onTimeOut
();
}
instead of
PHP Code:
function
onPlayerEnters
() {
onTimeOut
();
}
Timeouts don't cancel when you enter a level.
__________________
cbk1994
View Public Profile
View GraalOnline Profile
Visit cbk1994's homepage!
Find all posts by cbk1994