Posts: 617
Threads: 6
Joined: Oct 2011
Reputation:
0
What is the default connseedtime?
Posts: 1,773
Threads: 47
Joined: Jan 2015
Reputation:
0
Amazing with the Actor part.
Posts: 4,049
Threads: 85
Joined: Mar 2013
Reputation:
0
LOL I can't wait to check this actor stuff, it can be useful for dead bodies if it's what I'm thinking... When i get to PC I gonna check it out.
Posts: 354
Threads: 24
Joined: Oct 2012
Reputation:
0
Does that mean we can actually have a functional zombie script without using any plugins?
Posts: 1,099
Threads: 79
Joined: Nov 2011
Reputation:
0
PutActorInVehicle?
There are still some missing functions we need. Or are these actors meant to be static?
Posts: 484
Threads: 49
Joined: Feb 2011
27.04.2015, 07:47
(
Последний раз редактировалось Dragony92; 27.04.2015 в 08:19.
)
DestroyActor(actorid); is not working very well, you can't destory actor, you can just recreate him on some other place, and it will appear only if you stream out and stream in again.
What is the limit, home many of them we can create, how many of them can stream properly?
I can properly create 51 actor on 1 place, after that they are not streaming, and they will randomly appear for each player, if you go above that limit.
You can hit them by car and move them, but after re-stream they will be on their original position.
Some functions like IsValidActor(actorid) and GetActorPoolSize() should be nice.
My Army :P
http://www.dodaj.rs/f/3l/kq/4M2kyrYd/sa-mp-092.png
Posts: 1,311
Threads: 39
Joined: Mar 2012
Reputation:
0
27.04.2015, 08:04
(
Последний раз редактировалось stabker; 27.04.2015 в 09:49.
)
Thanks for a_actor functions, really useful!
Would be great to add BULLET_HIT_TYPE_ACTOR.
Some bugs:
- Actor can be killed by parachute.
- Animation doesnt work when player stream out.
- DestroyActor doesnt work correctly when actor streamed in.
Sorry for my bad English!
Posts: 50
Threads: 1
Joined: Dec 2014
Reputation:
0
Now thats what i call an update
Thanks for the actor system!!!!
Posts: 124
Threads: 18
Joined: Dec 2010
Nice update ! Thank's Kalcor. With new functions about PNJ it's awesome.
So, an actor don't take a player slot if I understand ?
Thank you again
Posts: 118
Threads: 4
Joined: Feb 2009
Reputation:
0
How many actors can we create?
Posts: 124
Threads: 18
Joined: Dec 2010
Quote:
Originally Posted by J4Rr3x
Yes! An actor work like a object with a player skin.
Nice update, Kalcor!
|
Thanks for answer
So the NPC become useless?
Quote:
Originally Posted by Nanory
How many actors can we create?
|
Код:
#define MAX_ACTORS (1000)
Posts: 262
Threads: 26
Joined: Dec 2014
Reputation:
0
27.04.2015, 08:24
(
Последний раз редактировалось RaeF; 27.04.2015 в 08:27.
Причина: some question
)
Yay, my dream come true with actor! haha, btw will it takes more ram like NPC?