ID:163920
 
Code:


Problem description:

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...
Khalspi wrote:
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.

Lummox JR