09.03.2012, 14:06
Here is OnPlayerRequestClass Code
public OnPlayerRequestClass(playerid, classid)
{
PlayerPlaySound(playerid,1097,2050.1995, 1344.5500, 13.237;
SetPlayerPos(playerid,2494.3813,-1666.6300,13.343;
SetPlayerFacingAngle(playerid, 90.1217);
SetPlayerInterior(playerid,0);
SetPlayerCameraPos(playerid,2485.8796,-1666.2290,13.343;
SetPlayerCameraLookAt(playerid,2496.2637,-1662.7610,13.3359);
ApplyAnimation(playerid,"DANCING","DNCE_M_A",4.0,1 ,0,0,0,-1);
return 1;
}
i Want You To Help Me How to add skins into Skin selection
That i can click to the arrow and the skin change than click ok to spawn
Got it
public OnPlayerRequestClass(playerid, classid)
{
PlayerPlaySound(playerid,1097,2050.1995, 1344.5500, 13.237;
SetPlayerPos(playerid,2494.3813,-1666.6300,13.343;
SetPlayerFacingAngle(playerid, 90.1217);
SetPlayerInterior(playerid,0);
SetPlayerCameraPos(playerid,2485.8796,-1666.2290,13.343;
SetPlayerCameraLookAt(playerid,2496.2637,-1662.7610,13.3359);
ApplyAnimation(playerid,"DANCING","DNCE_M_A",4.0,1 ,0,0,0,-1);
return 1;
}
i Want You To Help Me How to add skins into Skin selection
That i can click to the arrow and the skin change than click ok to spawn
Got it