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

View Poll Results: Do your requests in this forum normally get answered by someone ?
Yes 5 62.50%
No, no one never made my request 1 12.50%
I never made a request 2 25.00%
Voters: 8. You may not vote on this poll

[SOLVED] Informative Rank HUD Message


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
BLacking98
Veteran Member
Join Date: Oct 2012
Location: California
Old 08-31-2013 , 19:03   [SOLVED] Informative Rank HUD Message
Reply With Quote #1

So my request is this: (that green left HUD message)



Yeah yeah I know what everyone will say "HUH another Rank request"

My request: that green HUD message at the left with the following information:

The Rank
The Map Timeleft
The Player Status [with c flag is Moderator, with b flag is Admin and with a flag is Leader. And with z flag (normal user) is Standard Player]

Each kill has a 5 points standard, a headshot has 10 points and a knife kill is worth 30 points. Here is the rank list:

Private # 0 - 49
Specialist # 50 - 199
Corporal # 200 - 349
Sargeant # 350 - 599
Staff Sargeant # 600 - 999
Warrant Officer # 1000 - 1499
Chief Warrant Officer # 1500 - 2499
Second Lieutenant # 2500 - 4999
First Lieutenant # 5000 - 8249
Captain # 8250 - 13499
Major # 13500 - 19999
Colonel # 20000 - 29999
General # 30000 - 44999
General of The Army # 45000


This should should be all like this :

[ (Server's name which i can easily change in the .sma just put here "Server Name" ]

[ Rank : -= (rank) =- ]
[ Experience : (current xp) / (xp "finnish line") ]
( now 1 line space)
[ Map Timeleft : (timeleft) ]
( 1 line space )
[ Status : (Standard Player or Admin, etc.) ]

Notice this HUD menu has a space between ['s and the word.
E.g. It's [ Rank, not [Rank.
Alright?

The player's rank should be kept in the server so the player doesn't reset his stats whenever he rejoins or the server reboots or even a map change.

And it MUST have a feature where players type in /ranking (i think amx doesnt use it) to take off the hud ALTOUGH their rank keep on counting the kills. So
the next time player types /ranking he has his rank updated.

Aswell
when spectating a player you see the menu but with his info. When in free view no menu can be displayed

Thank You

- Blacking

[SOLVED] Thanks to Blizzard_87 for this plugin, I'm posting the resources here so people find them more easily

Attached Files
File Type: zip Rank-Mod-LvlUp.zip (94.1 KB, 1797 views)
File Type: sma Get Plugin or Get Source (BLacking98-RankMod.sma - 3397 views - 13.8 KB)
__________________

Last edited by BLacking98; 09-04-2013 at 10:55. Reason: /ranking
BLacking98 is offline
Blizzard_87
Veteran Member
Join Date: Oct 2012
Old 08-31-2013 , 20:18   Re: [REQ] Informative Rank HUD Message
Reply With Quote #2

I'll take a look into it when I get home.

Unless someone does it in mean time.

EDIT: your ranks should be like this...

Private # 0 - 49
Specialist # 50- 199
Corporal # 200 - 349


otherwise you will get errors if you have two ranks with same number in them like this

Private # 0 - 50
Specialist # 50- 200
Corporal # 200 - 350
__________________

Last edited by Blizzard_87; 08-31-2013 at 20:27.
Blizzard_87 is offline
BLacking98
Veteran Member
Join Date: Oct 2012
Location: California
Old 08-31-2013 , 20:23   Re: [REQ] Informative Rank HUD Message
Reply With Quote #3

Quote:
Originally Posted by Blizzard_87 View Post
I'll take a look into it when I get home.

Unless someone does it in mean time.
Thank You ^^
+1

Quote:
Originally Posted by Blizzard_87 View Post
EDIT: your ranks should be like this...

Private # 0 - 49
Specialist # 50- 199
Corporal # 200 - 349


otherwise you will get errors if you have two ranks with same number in them like this

Private # 0 - 50
Specialist # 50- 200
Corporal # 200 - 350
Going to edit ^^
__________________

Last edited by BLacking98; 08-31-2013 at 20:43.
BLacking98 is offline
Blizzard_87
Veteran Member
Join Date: Oct 2012
Old 09-03-2013 , 07:35   Re: [REQ] Informative Rank HUD Message
Reply With Quote #4

this is what ive come up with do far... please let me know if anything needs changing..

client commands

say /hud - turns player HUD [ On / Off ]

admin commands

say /manage - opens players menu with ALL connected players showing there current rank
then after selecting player shows a menu with all available ranks to then select for that player.

you need to put the mp3 file ( found in ZIP ) in new folder in sound folder

cstrike/sound/RankMod/

you can click on the Get Plugin Link as all required stocks for color chat and DHUD are in the code.

Attached Files
File Type: zip Rank-Mod-LvlUp.zip (94.1 KB, 329 views)
File Type: sma Get Plugin or Get Source (BLacking98-RankMod.sma - 1361 views - 13.8 KB)
__________________

Last edited by Blizzard_87; 09-03-2013 at 23:22.
Blizzard_87 is offline
BLacking98
Veteran Member
Join Date: Oct 2012
Location: California
Old 09-03-2013 , 08:21   Re: [REQ] Informative Rank HUD Message
Reply With Quote #5

Quote:
Originally Posted by Blizzard_87 View Post
this is what ive come up with do far... please let me know if anything needs changing..

client commands

say /hud - turns player HUD [ On / Off ]

admin commands

say /manage - opens players menu with ALL connected players showing there current rank
then after selecting player shows a menu with all available ranks to then select for that player.

you need to put the mp3 file ( found in ZIP ) in new folder in sound folder

cstrike/sound/RankMod/

you can click on the Get Plugin Link as all required stocks for color chat and DHUD are in the code.

THANK YOU !
I'm on my phone but saturday ill probably be home and I'll notice you of any bugs ^^
Thanks Man !
__________________
BLacking98 is offline
Blizzard_87
Veteran Member
Join Date: Oct 2012
Old 09-03-2013 , 23:21   Re: [REQ] Informative Rank HUD Message
Reply With Quote #6

Quote:
Originally Posted by BLacking98 View Post
THANK YOU !
I'm on my phone but saturday ill probably be home and I'll notice you of any bugs ^^
Thanks Man !
funny you say that i found a bug myself... after all this i realized i forgot to add the access for the manage player ranks menu... this one is now fixed.. only Leader can use it... admin flag "a"

ive updated the plugin in above post... hope it doesnt bug now lol.
__________________
Blizzard_87 is offline
BLacking98
Veteran Member
Join Date: Oct 2012
Location: California
Old 09-04-2013 , 06:43   Re: [REQ] Informative Rank HUD Message
Reply With Quote #7

Quote:
Originally Posted by Blizzard_87 View Post
funny you say that i found a bug myself... after all this i realized i forgot to add the access for the manage player ranks menu... this one is now fixed.. only Leader can use it... admin flag "a"

ive updated the plugin in above post... hope it doesnt bug now lol.
Lol thanks ;P

EDIT: How do I change the thread's name
__________________

Last edited by BLacking98; 09-04-2013 at 07:03.
BLacking98 is offline
Blizzard_87
Veteran Member
Join Date: Oct 2012
Old 09-04-2013 , 07:04   Re: [REQ] Informative Rank HUD Message
Reply With Quote #8

Quote:
Originally Posted by BLacking98 View Post
Lol thanks ;P

EDIT how doi change the threads name
Goto the suggestions page. Find this thread double click next to word and it should come up letting you edited name
__________________
Blizzard_87 is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 09-04-2013 , 08:35   Re: [REQ] Informative Rank HUD Message
Reply With Quote #9

Quote:
Originally Posted by Blizzard_87 View Post
Goto the suggestions page. Find this thread double click next to word and it should come up letting you edited name
Or edit the first post in Advanced Mode
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
BLacking98
Veteran Member
Join Date: Oct 2012
Location: California
Old 09-04-2013 , 08:50   Re: [SOLVED] Informative Rank HUD Message
Reply With Quote #10

Thanks, Done
__________________
BLacking98 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 20:48.


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