
01-20-2011, 06:44 PM
|
Registered User
|
Join Date: Jan 2011
Posts: 5
|
|
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;
} |
|
|