Player not visible?
#1

So i wanna test my server for the gamemode. But the players arent visible when you wanna choose. Is that a bug.. or what is it?
Reply
#2

It's not a bug, You just forgot where the player has to be set to.

Since you are a new coder, what you can do is this.

Go into your sftdm.pwn file (In your gamemodes folder)

after that, go to OnPlayerRequestSpawn

You will see things like, SetCameraPos, SetplayerPos, you can highlight that stuff, and paste that under your OnPlayerRequestSpawn, and just for now anyways, there are different things you can do.

If you have any difficulty, feel free to ask more.
Reply
#3

Quote:
Originally Posted by [NaB
Hiitch - No srsly, Im a NaB ! ]
It's not a bug, You just forgot where the player has to be set to.

Since you are a new coder, what you can do is this.

Go into your sftdm.pwn file (In your gamemodes folder)

after that, go to OnPlayerRequestSpawn

You will see things like, SetCameraPos, SetplayerPos, you can highlight that stuff, and paste that under your OnPlayerRequestSpawn, and just for now anyways, there are different things you can do.

If you have any difficulty, feel free to ask more.
It cant find OnPlayerRequestSpawn on sftdm.pwn
Reply
#4

Hmm,I think it may be

SetUpPlayerForClassSelection(playerid)

Just navigate it in there and it should be something like that.

remember what I said, it has things like the SetPlayerPos, SetCameraPos

so search for things like SetPlayerPos or SetCameraPos, if you cant find SetUpPlayerForClassSelection.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)