View Single Post
  #12  
Old 01-29-2011, 06:21 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Diablo1 View Post
mhm thx fro correting my scipt but i don't get it when you talk about the 'class'. should i put

function onCreated() {
this.join("classname");
}
in the level or in the 'class' folder in the rc?
Just use this:

PHP Code:
//#CLIENTSIDE 
function onPlayerEnters(){ 
  
playlooped("stef12.mid"); 

__________________
Reply With Quote