View Single Post
  #67  
Old 11-14-2009, 06:11 PM
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
A couple of problems
  • You can't trigger a weapon clientside from itself, e.g.
    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!";

  • Windows are still sticking sometimes when reconnecting (especially client-RC and the playerlist)
  • Resizing my SQL explorer (code that crashes it is on the other page) still crashes the client.
  • Copying and pasting is an awful mess still, you can't copy different lines (they show up as one), and anything with formatting in it shows up as like:
    (Client-RC)
__________________
Reply With Quote