06.04.2018, 19:16
In SAMP 0.3.DL-R1, actors can move by using this animations:
But they can move only by using
Actors can move, but their coords don't change. I don't know how it does work, but it work)
Does it bug or feature?
Code:
ApplyActorAnimation(actorid, !"ped", !"WALK_drunk" ,4.1,1,1,1,0,0); ApplyActorAnimation(actorid, !"ped", !"Crouch_Roll_L" , 4.1,1,1,1,0,0);
Code:
SetActorInvulnerable(actorid, 0);
Does it bug or feature?