SA-MP Forums Archive
Game Mode not loading - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Game Mode not loading (/showthread.php?tid=469544)



Game Mode not loading - JordanSmith - 13.10.2013

When i load my Server up and go to open SA-MP Up it says for Game-Mode "Unknown"

and when i connect to my server it come up with this...


Re: Game Mode not loading - Bingo - 14.10.2013

Is it only for you? or everyone who connects your server?


Re: Game Mode not loading - matyi10012 - 14.10.2013

You should add at least one 'AddPlayerClass'.
If you don't add any, it can cause this problem.


Re: Game Mode not loading - Blademaster680 - 14.10.2013

I had this problem with my gamemode the one time and if I remember correctly it was because my includes and plugins were not up to date. But what matyi10012 said
Quote:

You should add at least one 'AddPlayerClass'.

this also causes this problem. Try add 'AddPlayerClass' under your OnGameModeInit.
https://sampwiki.blast.hk/wiki/AddPlayerClass


Re: Game Mode not loading - InglewoodRoleplay - 14.10.2013

Seems like a problem with one of the plugins to me (If you use plugins)
Make sure your plugins are fine if you're using them, if the problem is not being caused by the plugins you could use the crashdetect plugin to find out if the problem is being caused by the script or by something else.


Re: Game Mode not loading - Blademaster680 - 16.10.2013

I had that problem earlier again today. Make sure that you have the updated version of your plugins in your plugins folder and make sure that you have them in your server.cfg also. If you still lost then use this https://sampforum.blast.hk/showthread.php?tid=249226. It will tell you what plugins your are missing etc.