Hi i'm new to programming and learning. I have started a project that will automatically make everyone in your grand theft auto 5 session leave. You can achieve this manually by suspending the GTA5 process for around 7 seconds and resuming, but, I can't seem to find out how to suspend a process with code. I have tried importing System.Diagnostics and other imports but cant seem to find any method of doing so, any help appreciated.
Asked
Active
Viewed 658 times
0
-
Can you show us the code you already have? – Pieter Jan 16 '18 at 07:08
-
Please take time to take the [tour] and read [ask] and to work following the [mcve] – Mederic Jan 16 '18 at 07:26
-
1Not possibe using regular .NET code. Possible duplicate of [How to suspend/resume a process in Windows?](https://stackoverflow.com/questions/11010165/how-to-suspend-resume-a-process-in-windows) – Visual Vincent Jan 16 '18 at 08:45
-
put the process to sleep – Danny James Jan 16 '18 at 12:01