10.06.2017, 20:06
(
Последний раз редактировалось GoldenLion; 03.08.2017 в 17:17.
)
GoldenLion's Counter-Strike
I started working on this script around 3 months ago because I was bored. I didn't plan to make a server, but yesterday I made one to see how far it can get. I only got around 5 players, which wasn't too bad, but then I realized I don't even want to have a server plus I got bored of developing the script because there's nothing to add in my opinion. I don't want it to collect dust in my computer either. So now I decided to release it. Hopefully someone gets an use from it. I tried to use as few includes as possible because I wanted to do everything myself. I made my own command processor, my own progress bars and menus. For saving I used SQLite. The gamemode is nicely optimized in my opinion. There's a map based in Montgomery made by me and it's the only one because I'm not a mapping guy and it takes a lot of time to map something. I'd appreciate that if you kept the credits in the gamemode.
Features
* bomb planting and defusing
* server-sided health and armor
* decent anti-cheat
* custom weapon damages
* custom death
* achievements system
* accessories system
* effects in some places (such as screen fading in and out)
* weapon shop
* weapon dropping
* more little stuff that I'm not going to list here
Screenshots
Here's the album: http://imgur.com/a/GvsAI
Plugins/Includes
You only need sscanf, streamer and foreach.
Download
Gamemode: http://www.mediafire.com/file/ksycab...nterstrike.pwn
Database: https://pastebin.com/ms4x79eX
Adding maps
You'll first need to increase TOTAL_MAPS then go to LoadMaps function and add your map's data and then of course add your objects and you're done.
Credits
* SA-MP team for SA-MP
* GoldenLion (me) for the gamemode
* Kar for foreach
* Incognito for streamer
* ****** and Emmet_ for sscanf
I started working on this script around 3 months ago because I was bored. I didn't plan to make a server, but yesterday I made one to see how far it can get. I only got around 5 players, which wasn't too bad, but then I realized I don't even want to have a server plus I got bored of developing the script because there's nothing to add in my opinion. I don't want it to collect dust in my computer either. So now I decided to release it. Hopefully someone gets an use from it. I tried to use as few includes as possible because I wanted to do everything myself. I made my own command processor, my own progress bars and menus. For saving I used SQLite. The gamemode is nicely optimized in my opinion. There's a map based in Montgomery made by me and it's the only one because I'm not a mapping guy and it takes a lot of time to map something. I'd appreciate that if you kept the credits in the gamemode.
Features
* bomb planting and defusing
* server-sided health and armor
* decent anti-cheat
* custom weapon damages
* custom death
* achievements system
* accessories system
* effects in some places (such as screen fading in and out)
* weapon shop
* weapon dropping
* more little stuff that I'm not going to list here
Screenshots
Here's the album: http://imgur.com/a/GvsAI
Plugins/Includes
You only need sscanf, streamer and foreach.
Download
Gamemode: http://www.mediafire.com/file/ksycab...nterstrike.pwn
Database: https://pastebin.com/ms4x79eX
Adding maps
You'll first need to increase TOTAL_MAPS then go to LoadMaps function and add your map's data and then of course add your objects and you're done.
Credits
* SA-MP team for SA-MP
* GoldenLion (me) for the gamemode
* Kar for foreach
* Incognito for streamer
* ****** and Emmet_ for sscanf