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

XP + Level + Rank System v2.2


Post New Thread Reply   
 
Thread Tools Display Modes
CrAzY MaN
Senior Member
Join Date: Mar 2017
Location: India
Old 03-06-2018 , 06:16   Re: XP + Level + Rank System v1.1
Reply With Quote #51

Quote:
Originally Posted by nicoaraflavius View Post
Code:
unknown            unknown     unknown           cs_rank_system.  bad load
Can't help me please ?

Check your plugins.ini...
Check plugins folder( You may have forgotten to put the .amxx file)
__________________
CrAzY MaN is offline
nicoaraflavius
New Member
Join Date: Oct 2010
Location: Germany
Old 03-06-2018 , 08:23   Re: XP + Level + Rank System v1.1
Reply With Quote #52

Unfortunately I checked , and is there .

I can do something else ?

Last edited by nicoaraflavius; 03-06-2018 at 12:36.
nicoaraflavius is offline
CrAzY MaN
Senior Member
Join Date: Mar 2017
Location: India
Old 03-06-2018 , 12:07   Re: XP + Level + Rank System v1.1
Reply With Quote #53

If not working, you may not have correctly installed the plugin
__________________
CrAzY MaN is offline
nicoaraflavius
New Member
Join Date: Oct 2010
Location: Germany
Old 03-06-2018 , 12:19   Re: XP + Level + Rank System v1.1
Reply With Quote #54

cs_rank_system.sma in scripting
cs_rank_system.amxx in plugins
wm_play in scripting - include
and
cstrike/addons/amxmodx/configs/plugins.ini add cs_rank_system.amxx

Restart server , and the result :

Code:
unknown            unknown     unknown           cs_rank_system.  bad load
in console sv
Quote:
L 03/06/2018 - 180:04: [AMXX] Invalid Plugin (plugin "cs_rank_system.amxx")

Last edited by nicoaraflavius; 03-06-2018 at 12:31.
nicoaraflavius is offline
abdobiskra
Veteran Member
Join Date: Jul 2014
Location: Algeria
Old 03-08-2018 , 03:11   Re: XP + Level + Rank System v1.1
Reply With Quote #55

@nicoaraflavius
cheak fvault.inc
Quote:
#include <fvault>
__________________
abdobiskra is offline
Send a message via Skype™ to abdobiskra
1xAero
Member
Join Date: Feb 2018
Location: Sakha, Russia
Old 03-08-2018 , 03:56   Re: XP + Level + Rank System v1.1
Reply With Quote #56

Code:
	if(level[id] <= 2) rank[id] = RANKS_Noobest
	if(level[id] >= 2) rank[id] = RANKS_Noob
	if(level[id] >= 5) rank[id] = RANKS_Newbiee
	if(level[id] >= 8) rank[id] = RANKS_Easy
	if(level[id] >= 11) rank[id] = RANKS_Normal
	if(level[id] >= 14) rank[id] = RANKS_Hard
	if(level[id] >= 17) rank[id] = RANKS_Expert
	if(level[id] >= 20) rank[id] = RANKS_SuperExpert
	if(level[id] >= 23) rank[id] = RANKS_Specialist
	if(level[id] >= 26) rank[id] = RANKS_Leader
	if(level[id] >= 29) rank[id] = RANKS_Mayor
	if(level[id] >= 32) rank[id] = RANKS_Pro
	if(level[id] >= 33) rank[id] = RANKS_SuperPro
	if(level[id] >= 36) rank[id] = RANKS_Heroic
	if(level[id] >= 43) rank[id] = RANKS_God
}
retard...
At least don't want to save a bit server memory?
Shit coder.

Last edited by 1xAero; 03-08-2018 at 03:56.
1xAero is offline
1xAero
Member
Join Date: Feb 2018
Location: Sakha, Russia
Old 03-08-2018 , 04:00   Re: XP + Level + Rank System v1.1
Reply With Quote #57

Before coding something - learn at least about optimization first.
I don't like bad coded/hardcoded/bad style coded/IMBA coded things
The people think they doing awesome, but as result - trust me it's all shit.
You need to make your code 100% understandable for newbies, optimized.
I still no one found here. Many shitcoders - yep, but no one good skilled with good his code explanation.
Each code step u need explain what it does - this is true coder style.
1xAero is offline
Relaxing
AlliedModders Donor
Join Date: Jun 2016
Location: White Plains
Old 03-08-2018 , 09:00   Re: XP + Level + Rank System v1.1
Reply With Quote #58

Quote:
Originally Posted by 1xAero View Post
Before coding something - learn at least about optimization first.
I don't like bad coded/hardcoded/bad style coded/IMBA coded things
The people think they doing awesome, but as result - trust me it's all shit.
You need to make your code 100% understandable for newbies, optimized.
I still no one found here. Many shitcoders - yep, but no one good skilled with good his code explanation.
Each code step u need explain what it does - this is true coder style.
Chill senior, not anyone can optimize plugins, it all depends on our logical thinking ability.
__________________
Relaxing is offline
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 03-09-2018 , 12:46   Re: XP + Level + Rank System v1.1
Reply With Quote #59

Quote:
Originally Posted by 1xAero View Post
Before coding something - learn at least about optimization first.
I don't like bad coded/hardcoded/bad style coded/IMBA coded things
The people think they doing awesome, but as result - trust me it's all shit.
You need to make your code 100% understandable for newbies, optimized.
I still no one found here. Many shitcoders - yep, but no one good skilled with good his code explanation.
Each code step u need explain what it does - this is true coder style.
Do not be so toxic, if you know how to improve code exemplify instead of bragging.
iceeedr is offline
Send a message via Skype™ to iceeedr
Dvstoqnov89
Junior Member
Join Date: Apr 2018
Old 04-01-2018 , 06:35   Re: XP + Level + Rank System v1.1
Reply With Quote #60

Plugin works perfectly. But I want to go to every player rank in the chat. Example: [CUSTOM] Nickname .. I'm currently only coming to HUD. Greetings
Dvstoqnov89 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 23:34.


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