
09-28-2009, 10:24 PM
|
|
o.o
|
 |
Join Date: Jan 2007
Location: Philadelphia
Posts: 3,038
|
|
Quote:
Originally Posted by Matt
Broadcasting services are an option. By "development", i mean the weapon script, graphics ect, not sure what you think i'm referring to, but development is necessary in order for completion.
|
PHP Code:
//#CLIENTSIDE
function onWeaponFired() {
this.on = !this.on;
if (this.on) {
player.chat = "Radio On!";
play(url);
}
else {
player.chat = "Radio Off!";
stopMusic();
}
}
ezpz |
__________________
Oh squiggly line in my eye fluid. I see you lurking there on the peripheral of my vision.
But when I try to look at you, you scurry away.
Are you shy, squiggly line?
Why only when I ignore you, do you return to the center of my eye?
Oh, squiggly line, it's alright, you are forgiven.
|
|
|
|