What could cause that problem? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: What could cause that problem? (
/showthread.php?tid=362268)
What could cause that problem? -
L.Hudson - 23.07.2012
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?
Re: What could cause that problem? -
Vince - 23.07.2012
Most notable causes are not having any AddPlayerClass statements or faulty world bounds.
Re: What could cause that problem? -
L.Hudson - 23.07.2012
Both of those are checked and no such problems detected. What else would it be?
Re: What could cause that problem? -
L.Hudson - 24.07.2012
bump
Re: What could cause that problem? -
Devilxz97 - 24.07.2012
show me your OnPlayerRequestClass code
Re: What could cause that problem? -
Akira297 - 24.07.2012
We need to see some coding of the game-mode AddPlayerClass and World Boundaries.
Re: What could cause that problem? -
L.Hudson - 24.07.2012
Quote:
Originally Posted by Devilxz97
show me your OnPlayerRequestClass code
|
OnPlayerRequest class has just SetPlayerPos, and the basics of the starting script, it's not that.
About AddPlayerClass, It's added and I didnt set any world boundaries