07.08.2015, 06:38
(
Последний раз редактировалось zDivine; 07.08.2015 в 17:55.
)
zDivines Actor Studio
Current Version: 1.1
Release Date: 20150807 (YYYYMMDD)
Information:Current Version: 1.1
Release Date: 20150807 (YYYYMMDD)
This filterscript is designed to created Actors' in game, and make them perform a certain action when someone gets near them. This script requires that you log into RCON. As Actors' are fairly limited in this stage, there is only a number of things this script will be able to accomplish until the Actors' get more functions.
> This script uses the default file loading/saving system to help decrease script includes, and make it more universally compatible. I will either update it to y_ini or MySQL in a future update if it's requested.
Commands:
/zahelp - Shows you a list of commands that you can use.
/©reate(a)ctor - Allows you to create an Actor.
/(d)elete(a)ctor - Allows you to delete an Actor.
/(l)ist(a)ctors - Allows you to list all created Actors'.
/(e)dit(a)ctor - Allows you to edit an Actor to alter it's functionality.
Plugins/Includes Needed:
1. sscanf2 - Credits to ******
2. zcmd - Credits to Zeex
3. streamer - Credits to Incognito
Installation:
1. Download "ActorStudio.amx".
2. Move "ActorStudio.amx" into your filterscripts folder.
3. Add "ActorStudio" to your filterscripts line in your "server.cfg" file.
4. Restart your server and enjoy!
* The script automatically creates the scriptfiles needed, so don't worry!
Pictures:
Contact and Other:
I am open to all suggestions related to this filterscript. Please let me know what you would like to be added!
Skype: mercenary.usa
*** Source (.pwn) has been released!
Changelog:
v1.0 - Initial release
v1.1 - Fixed a small bug with the execution radius upon creating an Actor.