View Single Post
  #1  
Old 01-15-2009, 10:18 PM
[email protected] jamerson61894@yahoo.com is offline
Banned
Join Date: Jul 2008
Posts: 83
jamerson61894@yahoo.com is an unknown quantity at this point
Smile Scripting problem! Help needed!

Ok, So I scripted a car on my server and it works fine. I have a script to where if you press "f", it will play the horn noise I made. here is the script.

function onKeyPressed() {
if (keydown2(getkeycode("f"), true)) {
playlooped carhorn-1.wav;
}
}


I hear it fine, But I ask other people if they hear it, and they dont. How can I make this to where others can hear my horn noise to?

Please help.

thanks

-jamerson
Reply With Quote