Quote:
Originally Posted by Gambet
So just add...
PHP Code:
function onPlayerEnters()
{
onCreated();
}
...to the bottom.
|
This would be more efficient.
HTML Code:
function onCreated()
{
this.onPlayerEnters();
}
function onPlayerEnters()
{
showStats(1024);
}