View Single Post
  #4  
Old 08-26-2009, 03:03 AM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
Quote:
Originally Posted by cyan3 View Post
if (playerenters) can be used if you've already called a function.

PHP Code:
//#CLIENTSIDE
function onCreated() {
 if (
playerenters) {
   
//Stuff
 
}

Don't do this, just use onPlayerEnters() to detect if a player has entered a level.
Reply With Quote