Posts: 11
Threads: 2
Joined: Dec 2010
Reputation:
0
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.
Posts: 1,739
Threads: 53
Joined: Oct 2010
Reputation:
0
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.
Posts: 11
Threads: 2
Joined: Dec 2010
Reputation:
0
Hey Schurman , I've read your comments and I really appreciate for your help! It works , thank you!
Posts: 1,739
Threads: 53
Joined: Oct 2010
Reputation:
0
No problem!
PM me if you need help any time.
Posts: 6,129
Threads: 36
Joined: Jan 2009
It doesn't matter if you use classes or not, you can use SetSpawnInfo then SpawnPlayer.