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

Ranking System


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
nG_getwreck
Senior Member
Join Date: Oct 2020
Location: Philippines from South K
Old 10-30-2020 , 12:05   Ranking System
Reply With Quote #1

Hello, guys. I need a ranking system like this:

Screenshot:
https://i.imgur.com/KljLYlg.jpg


I try to find a plugin like that in this forum but I didn't see anything matches
__________________
nG_getwreck is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 10-30-2020 , 14:11   Re: Ranking System
Reply With Quote #2

https://forums.alliedmods.net/showthread.php?t=308540

Before saying it's not what you're looking for - the HUD message can be modified from the configuration file.
__________________

Last edited by OciXCrom; 10-30-2020 at 14:11.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
tarsisd2
Veteran Member
Join Date: Feb 2016
Location: brazil
Old 10-30-2020 , 14:27   Re: Ranking System
Reply With Quote #3

Quote:
Originally Posted by nG_getwreck View Post
Hello, guys. I need a ranking system like this:

Screenshot:
https://i.imgur.com/KljLYlg.jpg


I try to find a plugin like that in this forum but I didn't see anything matches
and who would get free vip?
tarsisd2 is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 10-30-2020 , 17:12   Re: Ranking System
Reply With Quote #4

Just use another plugin for free VIP. It has nothing to do with a rank system.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
nG_getwreck
Senior Member
Join Date: Oct 2020
Location: Philippines from South K
Old 10-30-2020 , 22:34   Re: Ranking System
Reply With Quote #5

Quote:
Originally Posted by OciXCrom View Post
https://forums.alliedmods.net/showthread.php?t=308540

Before saying it's not what you're looking for - the HUD message can be modified from the configuration file.
How can I configure it like that?
__________________
nG_getwreck is offline
nG_getwreck
Senior Member
Join Date: Oct 2020
Location: Philippines from South K
Old 10-30-2020 , 22:41   Re: Ranking System
Reply With Quote #6

Quote:
Originally Posted by tarsisd2 View Post
and who would get free vip?

Well, they attach a vip plugin into that ranking system. If you're a vip it will indicate as:
Like this: https://i.imgur.com/5YKdd5F.jpg

I'm not sure where did they get that vip plugin. But it looks similar to Dunn0 plugin (not unkolix)
I try to ask the owner but he's selling me for 35$. And he hates me badly as I dominate on the whole server, causing his players to left lmao.
__________________

Last edited by nG_getwreck; 10-30-2020 at 22:42.
nG_getwreck is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 10-31-2020 , 08:30   Re: Ranking System
Reply With Quote #7

My plugin also has a VIP option which allows you to set different rewards for such players and an entire API which you can use for literally anything. Not having a simple "yup" in the HUD message is not a valid reason not to use the plugin.
__________________

Last edited by OciXCrom; 10-31-2020 at 08:30.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
tarsisd2
Veteran Member
Join Date: Feb 2016
Location: brazil
Old 10-31-2020 , 10:23   Re: Ranking System
Reply With Quote #8

Quote:
Originally Posted by nG_getwreck View Post

Well, they attach a vip plugin into that ranking system. If you're a vip it will indicate as:
Like this: https://i.imgur.com/5YKdd5F.jpg

I'm not sure where did they get that vip plugin. But it looks similar to Dunn0 plugin (not unkolix)
I try to ask the owner but he's selling me for 35$. And he hates me badly as I dominate on the whole server, causing his players to left lmao.
you still didn`t answer my question, in which way players get free vip? if i go into your server i get free vip for a time, top15, how is the free vip sorted?

to add free vip: yes or no into hud we need to know how you want to give them to players

Last edited by tarsisd2; 10-31-2020 at 10:30.
tarsisd2 is offline
nG_getwreck
Senior Member
Join Date: Oct 2020
Location: Philippines from South K
Old 10-31-2020 , 11:13   Re: Ranking System
Reply With Quote #9

Quote:
Originally Posted by OciXCrom View Post
My plugin also has a VIP option which allows you to set different rewards for such players and an entire API which you can use for literally anything. Not having a simple "yup" in the HUD message is not a valid reason not to use the plugin.
I know dude, but how can i configure the hud message to be like that.

I want to it be arranged like this:
https://i.imgur.com/KljLYlg.jpg

Not like this:
https://i.imgur.com/98HJdbY.jpg


Quote:
you still didn`t answer my question, in which way players get free vip? if i go into your server i get free vip for a time, top15, how is the free vip sorted?

to add free vip: yes or no into hud we need to know how you want to give them to players
Anyone who join anytime or any day. They will get free VIP.
__________________

Last edited by nG_getwreck; 10-31-2020 at 11:20.
nG_getwreck is offline
tarsisd2
Veteran Member
Join Date: Feb 2016
Location: brazil
Old 10-31-2020 , 11:49   Re: Ranking System
Reply With Quote #10

if you read the description of OciXCrom`s you can figure out how to get exactly what you are asking, but since i`m here i`ll help you

PHP Code:
Part 1HUD information (used in HUDINFO_FORMAT and HUDINFO_FORMAT_FINAL)
$current_xp$: the amount of XP the player currently has
$next_xp
$: the amount of XP that the next level requires
$xp_needed
$: the amount of XP that the player needs for the next level
$level
$: player's current level
$next_level$: the number of the next level
$rank$: player'
s current rank
$next_rank
$: the name of the next rank
$max_levels
$: the number of available levels
$br
$: moves the text on a new line
$name
$: player's name 
i don`t think you need to show kill and death since you can see it on your scoreboard, and i don`t see the point in showing free vip:yes or no if everyone will have it at all times.

i use it like this, under the radar, if you want you can try and change to your liking

PHP Code:
HUDINFO_POSITION 0.02 0.23

HUDINFO_FORMAT 
Rank$rank$br$XP$current_xp$/$next_xp$br$LvL$level$/$max_levels$br$+info /xp, /level, /xplist 

Last edited by tarsisd2; 10-31-2020 at 11:49.
tarsisd2 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 07:18.


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