Thread: Help
View Single Post
  #5  
Old 02-08-2007, 05:28 PM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
Quote:
Originally Posted by Gambet View Post
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);
}
Reply With Quote