View Single Post
  #74  
Old 11-15-2009, 04:32 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Everything is fixed that I posted in my last report except the copy and pasting, for example, try to copy and paste this:

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
this.trigger("testFunction"NULL);
}

function 
onTestFunction() { // note, however, that you can trigger this function from another weapon
  
player.chat "received!";

It shows up as:

__________________
Reply With Quote