How to simply add one NPC to just stand in one position?
#3

Use the new "actor system." Check out the list of functions in the a_actor.inc file (normally in /pawno/includes). I'd imagine you would only need to use:

pawn Код:
native CreateActor(modelid, Float:X, Float:Y, Float:Z, Float:Rotation);
native DestroyActor(actorid);
But, depending on what else you MAY want to use the actor for, there's a lot of other functions too!
Reply


Messages In This Thread
How to simply add one NPC to just stand in one position? - by freddiebox - 18.08.2015, 00:17
Re: How to simply add one NPC to just stand in one position? - by Abagail - 18.08.2015, 01:21
Re: How to simply add one NPC to just stand in one position? - by Scenario - 18.08.2015, 01:23
Re: How to simply add one NPC to just stand in one position? - by freddiebox - 18.08.2015, 11:33
Re: How to simply add one NPC to just stand in one position? - by freddiebox - 19.08.2015, 22:02

Forum Jump:


Users browsing this thread: 1 Guest(s)