[0.3b] Help! OnPlayerRequestClass animation isnt working
#1

Hey guys, Ok well OnPlayerRequestClass I have added the code
Код:
public OnPlayerRequestClass(playerid, classid)
{

	ApplyAnimation(playerid,"DEALER","DEALER_IDLE",4.1,0,0,0,0,0,1);

 	SetPlayerPos(playerid, 1877.7783, -1361.9614, 14.6406);
	SetPlayerFacingAngle(playerid, 179.8732);
	SetPlayerCameraPos(playerid, 1877.7006, -1367.4792, 14.6406);
	SetPlayerCameraLookAt(playerid, 1900.6584, -700.2100, 13.3000);


	//Picking what gang the player wishes to join.
	SetPlayerTeamFromClass(playerid, classid);
	return 1;
}
Everything works except for the animation, The players still just stand there motionless. Any ideas on how to fix this?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)