Character Selection Screen - 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: Character Selection Screen (
/showthread.php?tid=86233)
Character Selection Screen -
Ballycrust - 12.07.2009
how do i make it that when someone joins instead of just seeing the skin ids at the bottom of the escolater screen, they can see the skin before they choose it.
thanks
i am new to scripting
Re: Character Selection Screen -
MenaceX^ - 12.07.2009
SetPlayerCameraLookAt
SetPlayerCameraPos
Re: Character Selection Screen -
thekingman100 - 08.08.2010
ive i have done this and i have also seen loads of video on how to do it but still my characters on the selection screen are still invisible
Re: Character Selection Screen -
Lorrden - 08.08.2010
SetPlayerInterior(playerid, interiorid);
SetPlayerVirtualWorld(playerid, worldid);
If he's somewhere in the San Andreas outside map both values should be 0.
Also make sure that SetPlayerPos(playerid, x, y, z); and SetPlayerCameraPos(playerid, x, y, z); have the same values (X, Y, Z).
That will make the camera be "attached" the character = You can't see him.
Re: Character Selection Screen -
Lorenc_ - 08.08.2010
Maybe they hit the New Pawn DOC button?