SA-MP Forums Archive
[FilterScript] C_ACTOR (Advanced Actor System) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] C_ACTOR (Advanced Actor System) (/showthread.php?tid=574234)



C_ACTOR (Advanced Actor System) - C4SH - 14.05.2015

Features
• Advanced System using Dialog behaviour.
• Bug free, clean and simple to edit.
• Ability to create actors.
• Ability to edit the pre-created actors world, model id, spawn locations (w/ custom coordinate feature).
• Ability to view the pre-created actors information, such as model id, spawn coord & world.

Preview



Commands
Код:
/actor - Displays the option whether you want to create an actor or not.
Download
http://www.solidfiles.com/d/1eed0f9ad7/C_ACTOR.zip



Re: C_ACTOR (Advanced Actor System) - sammp - 14.05.2015

Good job, maybe this will terminate some of the confusion people are having with the new Actors.


Re: C_ACTOR (Advanced Actor System) - Alex Magaсa - 14.05.2015

Interesting i will test it!


Re: C_ACTOR (Advanced Actor System) - sammp - 14.05.2015

Actually I have second thoughts about it, and with you saying it's advanced, i don't expect to see this:

Код:
Float:act_X,Float:act_Y,Float:act_Z,Float:act_A;
Rather, I'd like to see

Код:
Float:ActorPos[3]
I also thought it'd write the functions to a file instead of directly placing them into the script. However, it is helpful for the most basic of scripts, but could have code optimization


Re: C_ACTOR (Advanced Actor System) - C4SH - 14.05.2015

Quote:
Originally Posted by sammp
Посмотреть сообщение
Actually I have second thoughts about it, and with you saying it's advanced, i don't expect to see this:

Код:
Float:act_X,Float:act_Y,Float:act_Z,Float:act_A;
Rather, I'd like to see

Код:
Float:ActorPos[3]
I also thought it'd write the functions to a file instead of directly placing them into the script. However, it is helpful for the most basic of scripts, but could have code optimization
It's an advanced system, for advanced capabilities. I didn't mention that somewhat of the code wasn't optimized.


Re: C_ACTOR (Advanced Actor System) - Abagail - 14.05.2015

I was going to make a system like this, but I guess I was beaten to it! Maybe I will pursue one that has better code as yours isn't very optimized.


Re: C_ACTOR (Advanced Actor System) - Adejair_Junior - 14.05.2015

It will be useful for testing, you could improve optimization, this pretty messy, good job.


Re: C_ACTOR (Advanced Actor System) - fahlevy - 04.07.2015

very usefull
thank yuo for this
realy2 thank you .God Bless You . .


Respuesta: C_ACTOR (Advanced Actor System) - [DOG]irinel1996 - 04.07.2015

This might help beginners, the "advanced" thing is quite relative. Nice design by the way.


Re: C_ACTOR (Advanced Actor System) - abou3meir - 04.07.2015

Nice i go test


Re: C_ACTOR (Advanced Actor System) - manpreet_singh - 10.07.2015

how to remove actor..


Re: C_ACTOR (Advanced Actor System) - Blacky4Life - 10.07.2015

Nice, good job!


Re: C_ACTOR (Advanced Actor System) - JaydenJason - 12.07.2015

Doesn't work for me, responding to the Would you like to create an actor? does nothing.


Re: C_ACTOR (Advanced Actor System) - JustinAn - 12.07.2015

Quote:
Originally Posted by JaydenJason
Посмотреть сообщение
Doesn't work for me, responding to the Would you like to create an actor? does nothing.
All filterscripts and gamemodes should return 0; in OnDialogResponse, seems to work for me.


Re: C_ACTOR (Advanced Actor System) - Primes007 - 20.05.2017

The link is absolute