06.12.2017, 13:34
Use this https://sampwiki.blast.hk/wiki/CreateActor
Then apply any animation you want to the actor with this https://sampwiki.blast.hk/wiki/ApplyActorAnimation
So:
In the Actor variable you stored its id, in the case you want to move it or apply an animation
Then apply any animation you want to the actor with this https://sampwiki.blast.hk/wiki/ApplyActorAnimation
So:
pawn Код:
new Actor;
public OnGameModeInit()
{
Actor = CreateActor(ANY SKIN, X CORDS, Y CORDS , Z CORDS, FACING ANGLE);
}