10.07.2010, 21:19
Quote:
Originally Posted by Sky
First off, welcome to my post! I'd like to thank you for checking out this game-mode, and possibly downloading it. I don't care if you give me credits, due to the fact that credits get me no-where. If you have a problem editing this gamemode, please do not hesitate to ask.. I will most likely reply, but if I do not, feel free to Private Message me. Other than that guys, have a good time, and remember: Support SA:MP!
Sincerely, Sky. (.Aztec); |
* About this Script
The idea for this script had been sitting in my head for a while, just a big jumbled mess. One day, I was extremely bored, so I decided to give it a shot. This script was created in three days. There is no registration system, however there is some-what of an administrator system. In order to access this, please login to RCON and type in "/loginoperator"; The script should then display an Operator textdraw below your current money, this is a way to ensure that you are indeed an operator, and to remind yourself whether or not you're logged in.* Script Features
* Coming soon (Maybe)* Weapon PickupsQuote:
Originally Posted by Sky
I'll be quite honest with you, there are not alot of features in this script, nor do I claim there to be. This script is more of a learning-process for me, than anything.
I hope it will help you nearly as much as scripting this has helped me. Now, onto the features..
I know what you're thinking: "Sky, this isn't unique!" Oh, but it is! This does not feature your normal weapon pickup system. With this system, you can control what pickups there are in your game-mode (Not unique), where they are located (Again, not unique), but with this system, you can even control their respawn time! (Unique!)
* Classes
The classes in this game-mode are fairly basic, Grove Street and the Glen Park Ballas. I have tried to keep everything in the script as clean as possible, and as self-explainatory as possible. Each team has its own Textdraw, which can be viewed on the top-right of your screen.
Skinny Character- Classic Gangster:
The foot-soldier, less heavy-duty than the rest.. but still can get the job done.
Fat Character- Heavy Duty:
This character has the weapon guns. Equipped with a Pump-Action Shotgun and an AK-47, this character can do anything!
Other- Foot Soldier with a twist:
This character can do anything; He's equipped with a silenced pistol, and an AK-47. He could sneak behind enemy lines, taking them out with his Silenced Pistol on the way, and then destroy the target with his AK-47, and be back to his base before the enemy knows what hit them!
* Gaming Zones
This script originally started out with "Gaming Zones", when you connected, you would have to select between Deathmatch and Roleplay. Each zone has its own set of commands, and systems associated with it. This has been removed from the final script due to loss of interest. I have just included it here, because maybe one of you like the idea, and would like to re-impliment it into your server.
I will probably be editing the pickup system, and making it easier to edit, and less klunky.. but for now, it's easy enough to edit. See below for details.* How do I edit the Pickup System?
It's actually very simple to edit this system.
First: Open up the script in PAWNO, and press CRTL+F. This should open up a search box.
Second: Type in PickupRespawn, and keep pressing F3 until you find the following piece of code:
Let me help you break this down..pawn Код:SetTimer("PickupRespawn", 15000, 0);
SetTimer -> This sets the timer, and starts it.
"PickupRespawn" -> Just the name of the Function.
"15000,0" -> The timer lasts for 15,000 milliseconds, then executes the function, it also does not loop.
In order to edit the respawn time, just edit the "15000" part to however many milliseconds you want.
* Download
http://sky.pastebin.com/66d0KPme
I do accept mirrors, if you want to provide them, I will use them.
* Closing
Most important thing: Have fun. If you're not having fun scripting, don't do it.
Bye bye.