SA-MP Forums Archive
I need help ! - 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: I need help ! (/showthread.php?tid=245402)



I need help ! - edwardy - 31.03.2011

So basically , I've load up my gamemode & everything in server.cfg and start my server. I got a problem when I'm in the server. I typed my password down and clicked enter , then suddenly a blackbox appeared with a text saying "loading..".
The background turned white and bright! I don't know whether this is sa-mp problem or gamemode problem. I got into other servers fine.


Re: I need help ! - SchurmanCQC - 31.03.2011

This is a gamemode problem, I've had these before when you attempt to spawn your player without any places to spawn.

For example,

There are no AddPlayerClass functions in your script. Make sure that you have some AddPlayerClass functions in your script, and they have some kind of position.

This happends, like I said above, attempting to spawn without addplayerclass. Because when you spawn you have no actual position, I actually think it will teleport you to like 99999999999999999999999,9999999999999999999999,999 9999999999999999.


Re: I need help ! - edwardy - 31.03.2011

Hey Schurman , I've read your comments and I really appreciate for your help! It works , thank you!


Re: I need help ! - SchurmanCQC - 31.03.2011

No problem!

PM me if you need help any time.


Re: I need help ! - alpha500delta - 31.03.2011

Quote:
Originally Posted by Schurman
Посмотреть сообщение
This is a gamemode problem, I've had these before when you attempt to spawn your player without any places to spawn.

For example,

There are no AddPlayerClass functions in your script. Make sure that you have some AddPlayerClass functions in your script, and they have some kind of position.

This happends, like I said above, attempting to spawn without addplayerclass. Because when you spawn you have no actual position, I actually think it will teleport you to like 99999999999999999999999,9999999999999999999999,999 9999999999999999.
It will teleport you to 0,0,0 >_<


Re: I need help ! - Calgon - 31.03.2011

It doesn't matter if you use classes or not, you can use SetSpawnInfo then SpawnPlayer.