How to add animations when you select a skin?
#1

Yes, how?

Please add here:

Код:
public SetupPlayerForClassSelection(playerid)
{
 	SetPlayerInterior(playerid,0);
	SetPlayerPos(playerid,-3359.1,3008.2,1.7);
	SetPlayerFacingAngle(playerid, 270.0);
	SetPlayerCameraPos(playerid,-3354.9,3004.9,1.7);
	SetPlayerCameraLookAt(playerid,-3359.1,3008.2,1.7);
	PlayerPlaySound(playerid,1076,-3359.1,3008.2,1.7);
}
Animation - Chant
Reply
#2

pawn Код:
if(GetPlayerSkin(playerid) == 167)
Just change '167' to your skin ID.
Reply
#3

https://sampwiki.blast.hk/wiki/ApplyAnimation
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)