null

edited September 2009 in Mods and Customization
null

Comments

  • //mounted in a vehicle?
       if (%client.player.isMounted())
       {
          commandToClient(%client, 'ControlObjectResponse', false, "can't control objects while mounted in a vehicle.");
          return;
       }
    

    This is built into the Classic scripts, it purposly wont let you,
    Now, to get around it, i dont know how.
  • You can't.
  • I interpreted your question as "hey someone make me a script so i can do this on goon haven" and in that regard it is impossible. You can't write a script on the client side to overcome a hard limitation of the server code. You could sooner carry a cloak pack on a heavy.
  • I interpreted your question as "hey someone make me a script so i can do this on goon haven" and in that regard it is impossible. You can't write a script on the client side to overcome a hard limitation of the server code. You could sooner carry a cloak pack on a heavy.

    He's actually getting someone to script a Mech system for him.
Sign In or Register to comment.