Creating a Player
#3

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:

pawn Код:
new Actor;
 
public OnGameModeInit()
{
    Actor = CreateActor(ANY SKIN, X CORDS, Y CORDS , Z CORDS, FACING ANGLE);
}
In the Actor variable you stored its id, in the case you want to move it or apply an animation
Reply


Messages In This Thread
Creating a Player { Please Help :( } - by Cutiexoxo - 06.12.2017, 10:57
Re: Creating a Player - by Cutiexoxo - 06.12.2017, 12:49
Re: Creating a Player - by Lucases - 06.12.2017, 13:34
Re: Creating a Player - by Cutiexoxo - 06.12.2017, 13:38

Forum Jump:


Users browsing this thread: 1 Guest(s)