17-09-2008, 04:57 PM
In MS4, when you change stuff around in the properties, and push Ok. It doesn't auto-submit. So, if you try to leave the map, that you have recently linked, and haven't saved, it'll boot you from the game. This is a really easy, fix.
In the MapProperties Form, double click the OK. Button. Add this code, before
Hope this helps.
Credit goes to Dave, for inspiring me to do this.
In the MapProperties Form, double click the OK. Button. Add this code, before
Code:
Unload Me
Code:
Call MapEditorSend
frmMirage.Width = 10080
Hope this helps.
Credit goes to Dave, for inspiring me to do this.