Posts: 118
Threads: 4
Joined: Feb 2009
Reputation:
0
Okay thanks for the fast reply guys.
Is there a hittype for OnPlayerWeaponShot or does it behave like BULLET_HIT_TYPE_PLAYER?
Posts: 484
Threads: 49
Joined: Feb 2011
Quote:
Originally Posted by Nanory
Okay thanks for the fast reply guys.
Is there a hittype for OnPlayerWeaponShot or does it behave like BULLET_HIT_TYPE_PLAYER?
|
Bullets are going through actors.
Posts: 292
Threads: 47
Joined: Jul 2010
Reputation:
0
Totally unexpected and really useful for a lot of servers! Is it be possible to detect if someone is aiming at an actor? That'd be great combined with anims for robberies. Lets hope that actors are the first step towards updating the entire NPC system (in 0.4).
EDIT:
Wouldn't IsActorStreamedIn(actorid, forplayerid) be more useful as a callback?
Posts: 213
Threads: 14
Joined: May 2007
Reputation:
0
I wish actors could have some sort of native behaviours in the future, like attacking, following others, or just roaming around city, and stuff like that, just like in a single player. I always found current NPC system very limiting since it used recording and it took extra slot and recources. Also game has pre defined paths where peds can walk, so SA-MP could use that. I hope this will improve in the future versions.
Posts: 1,779
Threads: 126
Joined: Oct 2010
a_actor include looks good, any video?
Posts: 484
Threads: 49
Joined: Feb 2011
Quote:
Originally Posted by MP2
The actor system is definitely the best thing added in this version (although the other features were awesome also). Such a surprise! Thank you Kalcor. Hopefully this is indicative of a fully-fledged actor system in 0.4
If anyone's interested, I've tested and documented all the actor functions on the wiki: https://sampwiki.blast.hk/wiki/Category:Actor
|
Good job for wiki
Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by T-N-Z
I wish actors could have some sort of native behaviours in the future, like attacking, following others, or just roaming around city, and stuff like that, just like in a single player. I always found current NPC system very limiting since it used recording and it took extra slot and recources. Also game has pre defined paths where peds can walk, so SA-MP could use that. I hope this will improve in the future versions.
|
I think it's all just a huge RC system right now. I would love for all of the GTASA actor functions to be used!
Posts: 362
Threads: 46
Joined: Jul 2013
Reputation:
0
Set/GetActorInterior is much needed. I don't see it in a_actor.inc
Posts: 484
Threads: 49
Joined: Feb 2011
27.04.2015, 11:39
(
Последний раз редактировалось Dragony92; 16.05.2016 в 16:43.
)
Quote:
Originally Posted by mirou123
Set/GetActorInterior is much needed. I don't see it in a_actor.inc
|
No need for that function, they don't need to see interiors to be there.
SS:
http://noobot.info/uploader/image.php?di=FI7G
Posts: 1,052
Threads: 46
Joined: Jan 2010
Reputation:
0
Holy shit! At one point he says "SA-MP 0.3.7 is currently in feature lock-down. This will likely be the final RC testing phase for 0.3.7.", at the other moment he adds the most awesome feature yet! Thanks for the actor system!