SA-MP Forums Archive
Player not visible? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Player not visible? (/showthread.php?tid=102620)



Player not visible? - Shamdin - 16.10.2009

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?


Re: Player not visible? - Hiitch - 16.10.2009

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.


Re: Player not visible? - Shamdin - 16.10.2009

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


Re: Player not visible? - Hiitch - 16.10.2009

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.