Posts: 1,253
Threads: 36
Joined: Aug 2011
Reputation:
0
Do you have any "AddPlayerClass's" in your gamemode?
That could be the reason. Honestly have little experience with this problem, but I think that's a reason why it might.
Posts: 748
Threads: 31
Joined: Dec 2011
Reputation:
0
its cause AddPlayerClass's or maybe a simple bug on OnPlayerRequestClass . . :\
Posts: 285
Threads: 40
Joined: Jun 2012
Reputation:
0
OnPlayerRequestClass is empty
I don't have any AddPlayerClass
Posts: 42
Threads: 15
Joined: Mar 2012
Reputation:
0
Your player possision is x>3000 and y>3000
Posts: 285
Threads: 40
Joined: Jun 2012
Reputation:
0
Yes, it spawn me at farm.
Posts: 199
Threads: 1
Joined: Jul 2012
Reputation:
0
You need to set a player spawn position, or else, the player wont have anyplace to go, at it will appear this message.
Try adding in OnPlayerRequestSpawn a SetSpawnInfo, and then you SpawnPlayer(playerid);