MonsterMMORPG
Member
- Joined
- Aug 22, 2012
- Messages
- 463
- Reaction score
- 1
Hello. At C# we are able to wait with threading.sleep
but i don't think so that would work well at plugins
i want to add some delay between these 2 lines
Zeta.CommonBot.BotMain.Stop();
Zeta.CommonBot.BotMain.Start();
how can i add delay ? like 5 seconds
ty
but i don't think so that would work well at plugins
i want to add some delay between these 2 lines
Zeta.CommonBot.BotMain.Stop();
Zeta.CommonBot.BotMain.Start();
how can i add delay ? like 5 seconds
ty