23.09.2012, 20:41
what I can recognize from you , is you want to be able to see the available skins when player is in "OnPlayerRequestClass " In Game, if so, then change the camera cords.
Change all the cords correctly "I recommend you to see tutorial about that if you don't know how to get them"
pawn Код:
SetPlayerPos(playerid, X, Y, Z);
SetPlayerCameraPos(playerid, X, Y, Z);
SetPlayerCameraLookAt(playerid, X, Y, Z);