Achievements System v1.0.0
.:: Description ::.
- This plugin allows you to open a menu with all the available achievements in it.
- The objective is to get all the avaible achievements completed just for fun!
- Anti-Godmode - Get killed 500 times!
- Grafitty Gangster - Spray 1000 times!
- Prison Breaker - Reach 1000 kills!
- Addict - Connect 500 times to the server!
- HeadHunterz - Get 500 headshot kills!
- The Butcher - Get 100 Knife kills!
- Sprinter - run 1 feet - run 5280 feet (1 mile) - run 52800 feet (10 miles)
- Survivor - Survive 100 rounds
- Grenadier - Get 50 kills using a grenade!
- Officer - Get 250 kills with a USP
- Glocker - Get 250 kills with a Glock18
- Sneaky... - Get 100 kills with a knife while the enemy is wearing an AWP
- Too easy - Get 250 kills with a Deagle
- Download colorchat.inc and Achievements.amxx
- Put the Achievements.amxx in the addons/amxmodx/plugins folder
- Put the colorchat.inc in the addons/amxmodx/scripting/include folder
- Add /achs
to see the achievements of the player! - Add more Achievements
- say /achs - Shows the menu
- say /achievements - Shows the menu
The nVault is a module which helps you saving all the completed Achievements and gets stored in a file.
.:: Natives ::.
Natives are added to the plugin to help you adding and getting the achievements of a player. PHP Code: [left] register_native("get_user_achievements", "_get_achievements")register_native("set_user_achievements", "_set_achievements")
Attached Files

Wyświetl pełny artykuł