Dim TargetProcess As Process() = Process.GetProcessesByName(EndingBanner)
If TargetProcess.Length <> 0 Then
Kill("C:\Nexon\Combat Arms\Filename")
End
End If
Error: Name 'EndingBanner' is not declared.
EndingBanner is a .exe which starts when game combat arms ends.
Originally Posted by porhaxn
Solve please.
Code:
Dim TargetProcess As Process() = Process.GetProcessesByName(EndingBanner)
If TargetProcess.Length <> 0 Then
Kill("C:\Nexon\Combat Arms\Filename")
End
End If
Error: Name 'EndingBanner' is not declared.
EndingBanner is a .exe which starts when game combat arms ends.
This is what happens when you Copy/Paste code. You need to enclose EncodingBanner in double quotes, so it becomes like this:
LOL.. I was gonna say put endingbanner in "" too. he beat me too it D:
Originally Posted by porhaxn
solved fuck i was dumb
LOL in your other thread I specifically stated you need the double quotes, I wrote two examples, one of what NOT to do and one with what you SHOULD do.
READ PLEASE