07.05.2016, 16:52
Sorry, I forgot 1 line
CMD:actor(playerid)
{
new Floatos[3];
GetPlayerPos(playerid, pos[0], pos[1], pos[2]);
Actor[playerid] = CreateActor(28, pos[0], pos[1], pos[2], 0.0);
SetActorInvulnerable(Actor[playerid], false);
SetActorHealth(Actor[playerid], 100);
ApplyActorAnimation(Actor[playerid], "CRACK", "crckdeth3", 4.1, 0,1,0,1,1);
return 1;
}
So I guess problem is in the animation
CMD:actor(playerid)
{
new Floatos[3];
GetPlayerPos(playerid, pos[0], pos[1], pos[2]);
Actor[playerid] = CreateActor(28, pos[0], pos[1], pos[2], 0.0);
SetActorInvulnerable(Actor[playerid], false);
SetActorHealth(Actor[playerid], 100);
ApplyActorAnimation(Actor[playerid], "CRACK", "crckdeth3", 4.1, 0,1,0,1,1);
return 1;
}
So I guess problem is in the animation