Raised This Month: $12 Target: $400
 3% 

Bunnyhop Skillpoints Mod (1.0.6 - 17.07.2013)


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Gameplay       
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 05-13-2013 , 12:23   Bunnyhop Skillpoints Mod (1.0.6 - 17.07.2013)
Reply With Quote #1

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.alliedmods.net/showthread.php?t=215804

.: Commands :.
  • /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

.: Defines :.

PHP Code:
#define COMMAND_SHOW_POINTS        "say /points"
#define COMMAND_SHOW_TOP15        "say /skilltop"
#define COMMAND_SHOW_RANK        "say /rank" 
.: CVars :.
  • 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.

.: Requirements :.
  • A Steam Server
  • SQL Database
  • Orpheu
  • Air Accelerate Module : Link
  • ProKreedz Ultimative : Link
  • Custom Version of ProKreedz (only added some forwards, plugin is from fuctionality same)

.: Some Information :.

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.
Also don't forget to insert your SQL Information in the .sma

.: 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)

/* sets user skillpoints to "value" */

native set_user_skillpoints(idvalue
.: Credits :.
  • vato loco - For his original ProKreedz Plugin
  • Unknown - SQL Code (forgot his name :/)
  • ConnorMcLeod - His thread design (lol)

.: Changelog :.

Quote:

Version 1.0.6
  • Fixed SQL Saving Bug

Version 1.0.5
  • Fixed Bug with Gravity in Menu

Version 1.0.4
  • Added cvar "bhopskill_easy_autobhop" (Default : 0) - Toggles auto. Bunnyhopping at Easy
  • Added cvar "bhopskill_easy_nsl" (Default : 0) - Toggles No Slow Down at Easy

Version 1.0.3
  • Fixed a typo.

Version 1.0.2
  • Added native "set_user_skillpoints"

Version 1.0.0
  • First release.
.: Additional Stuff :.
Top15 PHP Script
Spoiler

Attached Files
File Type: inc skillpoints.inc (716 Bytes, 193 views)
File Type: sma Get Plugin or Get Source (ProKreedzModified.sma - 781 views - 96.9 KB)
File Type: sma Get Plugin or Get Source (Bunnyhop_Skillpoints.sma - 758 views - 14.8 KB)
__________________

Last edited by Kia; 07-17-2013 at 06:21.
Kia is offline
Serkan Kischa
Member
Join Date: Dec 2012
Old 05-13-2013 , 12:31   Re: Bunnyhop Skillpoints Mod (1.0.0 - 13.05.2013)
Reply With Quote #2

Thanks for the Plugin!!
Good job Kia.
Serkan Kischa is offline
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 05-13-2013 , 14:44   AW: Bunnyhop Skillpoints Mod (1.0.0 - 13.05.2013)
Reply With Quote #3

Nice to hear you like it.
If you have suggestions, feel free to post them here.
__________________
Kia is offline
quilhos
Veteran Member
Join Date: Jun 2010
Old 05-13-2013 , 15:28   Re: Bunnyhop Skillpoints Mod (1.0.0 - 13.05.2013)
Reply With Quote #4

Nice job son ^^ thx for sharing
__________________
ELO RATING SYSTEM - SQL [COMPLETE]
Quote:
Originally Posted by Liverwiz View Post
DDDRRRRAAAAMMMMAAAAA!!!???

Put this shit on pause while i go get some popcorn!!
quilhos is offline
Groven
AlliedModders Donor
Join Date: Apr 2011
Location: Sweden
Old 05-13-2013 , 15:35   Re: Bunnyhop Skillpoints Mod (1.0.0 - 13.05.2013)
Reply With Quote #5

Looks nice.
__________________
Groven is offline
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 05-13-2013 , 15:51   AW: Bunnyhop Skillpoints Mod (1.0.0 - 13.05.2013)
Reply With Quote #6

Thanks.
__________________
Kia is offline
Jhob94
AMX Mod X Donor
Join Date: Jul 2012
Old 05-13-2013 , 15:58   Re: AW: Bunnyhop Skillpoints Mod (1.0.0 - 13.05.2013)
Reply With Quote #7

Quote:
Originally Posted by Kia View Post
If you have suggestions, feel free to post them here.
Bro i dont understand you.
First only nvault, now only sql.
What about put both and we decide what use?

EDIT:
Register that natives in plugin and stop using include.
Doesnt makes sence use include, forcing compile localy, just for that 2 natives

Btw:
#include <airaccelerate>
The name of include you uploaded is skillpoints x)
__________________

Last edited by Jhob94; 05-13-2013 at 16:05.
Jhob94 is offline
hosimosi
Senior Member
Join Date: Apr 2013
Old 05-13-2013 , 16:10   Re: Bunnyhop Skillpoints Mod (1.0.0 - 13.05.2013)
Reply With Quote #8

Hi Sir , Nice Plugin , Gratz

Last edited by hosimosi; 05-13-2013 at 16:14.
hosimosi is offline
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 05-13-2013 , 16:20   AW: Bunnyhop Skillpoints Mod (1.0.0 - 13.05.2013)
Reply With Quote #9

As you can read in my first post the airaccelerate include is required for my plugin.
__________________
Kia is offline
Jhob94
AMX Mod X Donor
Join Date: Jul 2012
Old 05-13-2013 , 16:43   Re: AW: Bunnyhop Skillpoints Mod (1.0.0 - 13.05.2013)
Reply With Quote #10

Quote:
Originally Posted by Kia View Post
As you can read in my first post the airaccelerate include is required for my plugin.
So why you didnt uploaded it?
__________________
Jhob94 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:11.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode