Quote:
Originally Posted by Diablo1
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");
}