help problem with amination
#1

if i use this


public OnPlayerRequestClass(playerid, classid)

{
PlayerPlaySound(playerid,1062,0.0,0.0,0.0);
pClass[playerid] = classid; //Save the players classid to the array to use later.
SetupPlayerForClassSelection(playerid);
gPlayerClass[playerid] = classid;
switch (classid) {
case 0:
{
GameTextForPlayer(playerid, "~g~Leader LS Aztec Gang", 4000, 3);
SetPlayerInterior(playerid,0);
SetPlayerPos(playerid,1803.0720,-1905.3574,13.3997);
SetPlayerFacingAngle(playerid, 90.0);
SetPlayerCameraPos(playerid,1799.7915,-1905.0824,13.3999);
SetPlayerCameraLookAt(playerid,1803.0720,-1905.3574,13.3997);
ApplyAnimation(playerid,"RAPPING ","Laugh_01",4.1,1,1,1,1,1);
}

}

}


the animation wont work Why?
Reply


Messages In This Thread
help problem with amination - by Pawno_Master - 15.10.2009, 18:32
Re: help problem with amination - by Hiitch - 15.10.2009, 19:11
Re: help problem with amination - by Pawno_Master - 15.10.2009, 19:51
Re: help problem with amination - by Peter_Corneile - 15.10.2009, 23:21

Forum Jump:


Users browsing this thread: 1 Guest(s)