📒
hnta plugins
CtrlK
  • Guide
  • how to
    • calls
      • Void Functions
      • Functions with using
    • Use in build functions
      • Get GUID
      • Random string
      • Wait
    • turn on autorun
  • examples
    • execute powershell comand
    • Using call outside method
    • Simple ip log
Powered by GitBook
On this page

Was this helpful?

  1. how to
  2. Use in build functions

Wait

int one = 1000;
int two = 5000;
some_else.wait.waiting(one,two);

PreviousRandom stringNextturn on autorun

Last updated 4 years ago

Was this helpful?