05.02.2010, 13:16
Hi,
When spawning you can, in most servers, chose of multiple skins.
How to add skins?
When spawning you can, in most servers, chose of multiple skins.
How to add skins?
|
Originally Posted by Don Correlli
|
|
Originally Posted by Rubennnnn
And then when you want to select a skin, you can't see it.
|
|
Originally Posted by Don Correlli
Quote:
|
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);
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;
}
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid, -2721.8162, -318.2610, 7.8438);
SetPlayerCameraPos(playerid, -2721.8162, -318.2610-7, 7.8438);
SetPlayerCameraLookAt(playerid, -2721.8162, -318.2610, 7.8438);
return 1;
}
|
Originally Posted by [ST
Рυтўнвαѕ ]
Because you hvae the camera in your player Try this: pawn Код:
|
|
Originally Posted by Don Correlli
Search for camera script by Sandra, you can save/load the camera positions with it.
|