What is it?
Simple AOP is a basic script that allows you to update the games AOP.
As you can see the image, it will send a global message when the AOP has changed. You can also see in the middle that there is a privilege check system. You can add/remove people who can update your games AOP in the server.lua script.
What is different about YOUR AOP script?
Fantastic question. I was actually looking for an already made AOP script that allowed you to specify spawn points for new players. Either I am bad at searching, or one just isnât released. So, I made my own. I am a man of giving back, so I figured I would release it as well, because why not. I know a lot of small communities do not have the luxury of having their own developers.
So, this script does just what I mentioned. Did you die? Well, you are spawning in a random spawn point in the AOP (spawn points located in server.lua). Just join in? No problem! You will spawn within the Area of Play!
What is required?
Nothing. Completely standalone.
How do I install it?
Simply drag the file âactiveAOPâ to your resources folder, and add the command
âstart activeAOPâ to your server config.
How do I configure it?
Configuration is extremely easy. There are 2 different scripts that have settings you can change.
The first script is client.lua. This script allows you to customize the text the user will see. At the top of the file, you will see two separate tables. The first table, called text1, is the text that prefaces the Area of Play name (by default, says "Area of Play: "). The second table, called aopTextInfo, is the actual text that will display the active Area of Play.
Those tables have settings such as setting the position, color, transparency, or even the text itself.
You can also change settings in the server.lua script. This script is where the magic happens, so to speak. At the top of the file are the instructions for how to create new AOPs, and how to set the spawn locations. It is all held within a single table, so it is very easy to follow.
Known Bugs
None at this point If you find any, please let me know!
Download
activeAOP.rar (Version 1.0 - None ACE Permissions)
activeAOP.rar (Version 1.0 - ACE Permissions)
Credits
@imsargeâs script helped me get started. Theirs was the first one I saw, and whenever I was stuck, I referred to see how they did it.