1. How to call a shell command in the LUA plugin example: teleport.topos
     
  2. Wulf

    Wulf Community Admin

    If you want to run it on a client:
    Code:
    rust.RunClientCommand(player, "teleport.topos argumentshere")
     
  3. I want another plug the LUA, the player writes a certain command in the chat console command to perform teleport.topos
     
  4. Wulf

    Wulf Community Admin

    Okay, the above example should get you started.
     
  5. for C# ???
     
  6. Wulf

    Wulf Community Admin

    Code:
    rust.RunClientCommand(player,"teleport.topos argumentshere");
     
  7. C# lua code same ?
     
  8. Wulf

    Wulf Community Admin

    No, C# has the ; on the end. ;)
     
  9. a ha thx

    and i create quiz plugin

    How do you get it right the paid system answers and I want to try again to prevent?