View Single Post
  #3  
Old 08-26-2009, 03:00 AM
cyan3 cyan3 is offline
Registered User
cyan3's Avatar
Join Date: Nov 2005
Location: England
Posts: 2,919
cyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant future
if (playerenters) can be used if you've already called a function.

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

Reply With Quote