Posts: 226
Threads: 20
Joined: Jul 2012
Reputation:
0
I have a problem with my gamemode, the error is unknown. When I start the samp-server.exe it loads and all is fine. When spawning I get a flashing screen displaying "Loading...""Stay inside the world boundaries", does OnPlayerSpawn/OnGameModeInit could cause that problem?
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Most notable causes are not having any AddPlayerClass statements or faulty world bounds.
Posts: 226
Threads: 20
Joined: Jul 2012
Reputation:
0
Both of those are checked and no such problems detected. What else would it be?
Posts: 748
Threads: 31
Joined: Dec 2011
Reputation:
0
show me your OnPlayerRequestClass code
Posts: 1,274
Threads: 54
Joined: Jul 2012
We need to see some coding of the game-mode AddPlayerClass and World Boundaries.