Maybe you'll consider me dumb for this...but what is the code to make it choose your map? cause my map won't work...
it's a black screen when I run it...
Maybe you'll consider me dumb for this...but what is the code to make it choose your map? cause my map won't work...
it's a black screen when I run it...
Typically this happens if you create your own Login() proc but never call ..() which does all the regular default login stuff. If you don't either call ..() or do all the steps the regular login would do, you end up with a blank screen.
Typically this happens if you create your own Login() proc but never call ..() which does all the regular default login stuff. If you don't either call ..() or do all the steps the regular login would do, you end up with a blank screen.
Lummox JR