Posts: 1
Threads: 1
Joined: Jul 2009
Reputation:
0
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
Posts: 3,262
Threads: 30
Joined: Aug 2008
Reputation:
0
SetPlayerCameraLookAt
SetPlayerCameraPos
Posts: 3
Threads: 1
Joined: May 2010
Reputation:
0
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
Posts: 265
Threads: 32
Joined: Sep 2007
Reputation:
0
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.
Posts: 3,793
Threads: 196
Joined: Jan 2010
Reputation:
0
Maybe they hit the New Pawn DOC button?