Bunnyhop Skillpoints Mod
.: Description :.
With this plugin you can select a difficulty when you press the button and collect Skillpoints.
The Plugin contains some natives, so you can make your own sub-plugins.
Requested here : http://forums.allied...ad.php?t=215804
.: Commands :.
.: Defines :.
- /points - Shows your current amount of points in the chat.
- /skilltop - Shows the Top15 of Skillpoints
- /rank - Shows your current rank in the Skillpoints Top List
PHP Code:
#define COMMAND_SHOW_POINTS "say /points"
#define COMMAND_SHOW_TOP15 "say /skilltop"
#define COMMAND_SHOW_RANK "say /rank"
.: CVars :.
.: Requirements :.
- bhopskill_easy_aa - Air Accelerate for players on easy mode.
- bhopskill_normal_aa - Same for normal.
- bhopskill_hard_aa - Same for hard.
- bhopskill_easy_pts - Skillpoints you get at easy mode.
- bhopskill_normal_pts - Same for normal.
- bhopskill_hard_pts - Same for hard.
- bhopskill_easy_grav - Gravity at Easy Mode.
- bhopskill_normal_grav - Same for normal.
- bhopskill_hard_grav - Same for hard.
.: Some Information :.
- A Steam Server
- SQL Database
- Orpheu
- Air Accelerate Module : Link
- Custom Version of ProKreedz (only added some forwards, plugin is from fuctionality same)
This Plugin requires my version of ProKreedz Ultimativ, I just added some forwards for my plugin, just install it normally and replace the amxx with mine.
.: Natives :.
PHP Code:
/*
* returns 1 for easy, 2 for normal, 3 for hard, and 0 if you didn't select any */
native get_user_skill(id)
/*
* returns your current skill points */
native get_user_skillpoints(id)
.: Credits :.
- vato loco - For his original ProKreedz Plugin
- Unknown - SQL Code (forgot his name :/)
- ConnorMcLeod - His thread design (lol)
Attached Files



Wyświetl pełny artykuł