Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Don't load the map twice
#9
Krloz Wrote:I cant compile this I get errors >,>

"Only comments may appear after End Sub , End Function , or End Property."

And it highlights MAP_PATH , I deleted all comments since it says so but it wont fix it

It didn't ask you to delete all comments, it said that 'only comments may appear after End Sub...'

This means you have something that is not in a sub, and only lines of code with a " ' " may appear outside of a sub (or a function... or a Property)

Make sure all your code is inside a valid sub.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)