Quote:
Originally Posted by enum djlobo
Quote:
Originally Posted by happyface
hello, having a bit of trouble here. I simply want it to spawn players immediately as they connect, and it keeps passing me to the class selection screen.
maybe someone here already knows how to do this and can help me out.
ive tried SpawnPlayer(playerid); in OnPlayerConnect, OnPlayerClassSelection, it will not get me out of it, it still shows the SAMP logo and the class selection info under it.
|
remove OnPlayerRequestClass(playerid, classid) but you might use setplayerpos*(maybe with a random spawns) in onplayerconnect
|
i forgot to mention, i have tried removing OnPlayerRequestClass, and i've tried setting POS in OnPlayerSpawn, OnPlayerConnect, and OnPlayerRequestClass, i've tried anything i could think of, different variations.