Need help?[NEED HELP]Name 'EndingBanner is not declared. - MPGH - MultiPlayer Game Hacking & Cheats
[NEED HELP]Name 'EndingBanner is not declared.
Posts 1–5 of 5 · Page 1 of 1
[NEED HELP]Name 'EndingBanner is not declared.
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.
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:
"EndingBanner"
Hope this helps
solved fuck i was dumb
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
LOL.. I was gonna say put endingbanner in "" too. he beat me too it D: