April 4, 20179 yr Hi, i try use robotManager.Products.Products.ProductRestart(); runcode in profile(and i try in plugin also), but after bot try use this command - plugins working, fight class and any other movement not working ) I was expecting stop, start bot after this command )
April 5, 20179 yr Author 1 hour ago, Droidz said: Hello, what profile(product) do you want restart? And why? I want stop/start bot for reload profile )
April 5, 20179 yr 8 hours ago, kpeno said: I want stop/start bot for reload profile ) to do this i use the "loadprofile" pulse... and just point it to the same profile thats running.
April 6, 20179 yr Author 1 hour ago, eeny said: to do this i use the "loadprofile" pulse... and just point it to the same profile thats running. Yes, but i use profile in profile and want restart from plugin for avoid bugs with auto blacklist repair npc after x time )
April 7, 20179 yr Try to run code: new Thread(() => { robotManager.Products.Products.ProductStop(); Thread.Sleep(1000); robotManager.Products.Products.ProductStart(); }).Start();
Create an account or sign in to comment