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:
