Thread: N-Pulse Radio
View Single Post
  #4  
Old 09-28-2009, 10:24 PM
Switch Switch is offline
o.o
Switch's Avatar
Join Date: Jan 2007
Location: Philadelphia
Posts: 3,038
Switch has a spectacular aura about
Send a message via MSN to Switch
Quote:
Originally Posted by Matt View Post
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.