View Single Post
  #1  
Old 01-20-2011, 06:44 PM
Diablo1 Diablo1 is offline
Registered User
Join Date: Jan 2011
Posts: 5
Diablo1 is on a distinguished road
song only heard by me

here is what i scripted but why am i the only one to hear it?
is there a prob?
I just want it to be heard from all peepz thx

//#CLIENTSIDE
function onCreated(){
timeout=.1;
}
function onTimeout(){
play stef12.mid;
timeout=.1;
}
Reply With Quote