29.04.2015, 05:40
Quote:
NPC'S are not a literal thing in GTA. Characters (and with that, the Player) and Actors are. Pedestrians are indeed actors, as I pointed out before. Have you ever explored the main.scm file? You can learn a lot from it.
Also in the main.scm you see that mission characters are also easily toyed with using actor functions. This is why I figured it'd be very simple to add better NPC natives (like I said above, it'd be a hell of a lot easier than our over complicated recordings and plugins). |
Quote:
RC6- Adds simple static actor system. There are cases where it requires too much effort to create a new NPC, and you don't want to use up an additional player slot. The 'actor' system has been added for these cases. See a_actor.inc for a list of functions. |