Page 1 of 1
Empty gamemode not possible to test
Posted: 03 Sep 2016, 14:34
by BigBang1112
Hello again
When I create an empty gamemode (which means all parts DoNothing()), the map/server will put me into the menu right after I create the server.
How should I stop this? By adding some function?
Thanks for any answers.
Re: Empty gamemode not possible to test
Posted: 03 Sep 2016, 14:46
by ChillyBilli
Hey, ^.^
maybe u didnt choose the matching maptype when creating the map u are trying to open, becuase then the same happens for me

Re: Empty gamemode not possible to test
Posted: 03 Sep 2016, 15:53
by BigBang1112
Im doing it in Trackmania, so only maptype i can have is Race

Re: Empty gamemode not possible to test
Posted: 03 Sep 2016, 21:05
by BigBang1112
Fixed by removing *** *** things and doing it with classic main() and while(True)

Re: Empty gamemode not possible to test
Posted: 04 Sep 2016, 01:06
by Dommy
You should also probably load map when server is starting and unload it when stops.

Re: Empty gamemode not possible to test
Posted: 04 Sep 2016, 12:29
by BigBang1112
That fixed the map loading part.

which i solved by myself xd
Previously it didn't even start.