View Single Post
  #5  
Old 09-11-2011, 09:25 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Quote:
Originally Posted by Hezzy002 View Post
PHP Code:
function onActionServerside(action) {
  if (
action == "play") {
    
song params[1];
    for (
pl players) {
      
pl.triggerClient("gui"name"play"song);
    }
  }
}
//#CLIENTSIDE
function onPlayerChats() {
  
temp.toks player.chat.tokenize();
  if (
temp.toks[0] == "/playsong") {
    
triggerserver("gui"nametemp.toks[1]);
  }
}

function 
onActionClientside(action) {
  if (
action == play) {
    
song params[1];
    
play(song);
  }

Ya?
Yours seems shorter and more efficient. :3
__________________
Reply With Quote