How to add skins?
#5

Quote:
Originally Posted by Don Correlli
Quote:
Originally Posted by Rubennnnn
And then when you want to select a skin, you can't see it.
You need to set the correct code for the player camera, check the wiki.
pawn Код:
AddPlayerClass(0,-2721.8162, -318.2610, 7.8438, 45.9776, 0, 0, 0, 0, 0, 0);
    AddPlayerClass(1, -2721.8162, -318.2610, 7.8438, 45.9776, 0, 0, 0, 0, 0, 0);
and
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SetPlayerPos(playerid, -2721.8162, -318.2610, 7.8438);
    SetPlayerCameraPos(playerid, -2721.8162, -318.2610, 7.8438);
    SetPlayerCameraLookAt(playerid, -2721.8162, -318.2610, 7.8438);
    return 1;
}
It doesn't show the skin
Reply


Messages In This Thread
How to add skins? - by Rubennnnn - 05.02.2010, 13:16
Re: How to add skins? - by Correlli - 05.02.2010, 13:21
Re: How to add skins? - by Rubennnnn - 05.02.2010, 13:25
Re: How to add skins? - by Correlli - 05.02.2010, 13:26
Re: How to add skins? - by Rubennnnn - 05.02.2010, 13:33
Re: How to add skins? - by Rzzr - 05.02.2010, 13:35
Re: How to add skins? - by Rubennnnn - 05.02.2010, 13:38
Re: How to add skins? - by Correlli - 05.02.2010, 14:06
Re: How to add skins? - by Rubennnnn - 05.02.2010, 15:24
Re: How to add skins? - by Rubennnnn - 05.02.2010, 18:38

Forum Jump:


Users browsing this thread: 1 Guest(s)