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

[Levels Ranks] Core v3.1.6 with 39 Modules + LR Webpanel - [01.23.2021]


Post New Thread Reply   
 
Thread Tools Display Modes
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 06-12-2020 , 09:38   Re: [Levels Ranks] Core v3.1.5 with 39 Modules + LR Webpanel - [01.16.2020]
Reply With Quote #241

Quote:
Originally Posted by NickischLP View Post
Because I only need english and german.
There is a parameter in the translation missing.
If you have no idea, just leave the plugin like this or the translation file Original

Quote:
Originally Posted by gildevanaraujo View Post
Hello everyone!

I have a problem with the exp count on my deathmatch server, I can reset the stats, but when I kill someone, I don't apply the necessary score, it stays at 0.

But I realized that in the game time it is counting normally. I would like assistance.
Which Level Ranks Core version and list the modules is used? What do the logs in addons/sourcemod/logs/error_*****.lo say
freak.exe_uLow is offline
gildevanaraujo
Senior Member
Join Date: Oct 2018
Location: Brazil
Old 06-12-2020 , 10:38   Re: [Levels Ranks] Core v3.1.5 with 39 Modules + LR Webpanel - [01.16.2020]
Reply With Quote #242

Quote:
Originally Posted by freak.exe_uLow View Post
If you have no idea, just leave the plugin like this or the translation file Original



Which Level Ranks Core version and list the modules is used? What do the logs in addons/sourcemod/logs/error_*****.lo say
Code:
  
25 "[Levels Ranks] Core" (v3.1.5) by RoadSide Romeo & Wend4r
26 "[LR] Module - ExStats Hits" (v3.1) by Wend4r
27 "[LR] Module - ExStats Weapons" (v3.1) by RoadSide Romeo & Wend4r
28 "[LR] Module - FakeRank" (v3.1) by Wend4r
29 "[LR] Module - TOP by KDR" (v3.1) by Wend4r
There is no error log, which is the problem, but I can usually reset my status and when I checked the database it was actually reset.
gildevanaraujo is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 06-12-2020 , 11:37   Re: [Levels Ranks] Core v3.1.5 with 39 Modules + LR Webpanel - [01.16.2020]
Reply With Quote #243

Quote:
Originally Posted by gildevanaraujo View Post
Code:
  
25 "[Levels Ranks] Core" (v3.1.5) by RoadSide Romeo & Wend4r
26 "[LR] Module - ExStats Hits" (v3.1) by Wend4r
27 "[LR] Module - ExStats Weapons" (v3.1) by RoadSide Romeo & Wend4r
28 "[LR] Module - FakeRank" (v3.1) by Wend4r
29 "[LR] Module - TOP by KDR" (v3.1) by Wend4r
There is no error log, which is the problem, but I can usually reset my status and when I checked the database it was actually reset.
If you delete your stats you can only do it again after one day, it has a cool down you can set yourself, otherwise I don't quite understand your question or maybe your database is too slow?

addons/sourcemod/configs/levels_ranks/settings.ini

Quote:
// Enable players to reset their statistics in the Statistics menu? [ 0 - no, 1 - yes].
"lr_show_resetmystats" "1"

// How many seconds will it take to reset your statistics again?
"lr_resetmystats_cooldown" "86400‬"

Last edited by freak.exe_uLow; 06-12-2020 at 11:39.
freak.exe_uLow is offline
gildevanaraujo
Senior Member
Join Date: Oct 2018
Location: Brazil
Old 06-13-2020 , 12:48   Re: [Levels Ranks] Core v3.1.5 com 39 Módulos + Webpanel LR - [01.16.2020]
Reply With Quote #244

Quote:
Originally Posted by freak.exe_uLow View Post
If you delete your stats you can only do it again after one day, it has a cool down you can set yourself, otherwise I don't quite understand your question or maybe your database is too slow?

addons/sourcemod/configs/levels_ranks/settings.ini
The only problem is that it is not scoring after the player kills.
gildevanaraujo is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 06-13-2020 , 16:22   Re: [Levels Ranks] Core v3.1.5 com 39 Módulos + Webpanel LR - [01.16.2020]
Reply With Quote #245

Quote:
Originally Posted by gildevanaraujo View Post
The only problem is that it is not scoring after the player kills.
Then the problem will be with your database that it is too slow, I can't explain it otherwise. I have often tested this with myself and had no problems afterwards
freak.exe_uLow is offline
starcs
Member
Join Date: Nov 2018
Old 06-13-2020 , 17:47   Re: [Levels Ranks] Core v3.1.5 com 39 Módulos + Webpanel LR - [01.16.2020]
Reply With Quote #246

It would be a good idea to add a command to give xp and level instead of just a menu
__________________
Founder of ⭐ STRTEAM
starcs is offline
maexane
New Member
Join Date: Apr 2020
Old 06-22-2020 , 07:21   Re: [Levels Ranks] Core v3.1.5 with 39 Modules + LR Webpanel - [01.16.2020]
Reply With Quote #247

hey

is there a native in your plugin similar to rankme's RankMe_GetRank

would also appreciate an example on how to use it, im not really proficient, it would make it a lot easier for me
this is what i used to do with rankme

Code:
new rankmeRank[MAXPLAYERS + 1] = 0;

...

RankMe_GetRank(client, GetClientRankCallback);

...

public int GetClientRankCallback(int client, int rank, any data)
{
	rankmeRank[client] = rank;
}

Last edited by maexane; 06-22-2020 at 07:23.
maexane is offline
Effeff
AlliedModders Donor
Join Date: Jan 2019
Location: discord: ff#0533
Old 06-22-2020 , 07:45   Re: [Levels Ranks] Core v3.1.5 with 39 Modules + LR Webpanel - [01.16.2020]
Reply With Quote #248

Quote:
Originally Posted by maexane View Post
hey

is there a native in your plugin similar to rankme's RankMe_GetRank
Code:
levelranksRank[client] = LR_GetClientInfo(client, ST_RANK);
Try this. From reading the lvl_ranks.inc file.
Effeff is offline
Juck
New Member
Join Date: Sep 2016
Old 06-25-2020 , 11:08   Re: [Levels Ranks] Core v3.1.5 with 39 Modules + LR Webpanel - [01.16.2020]
Reply With Quote #249

Code:
L 06/25/2020 - 17:56:19: [SM] Blaming: levelsranks.smx
L 06/25/2020 - 17:56:19: [SM] Call stack trace:
L 06/25/2020 - 17:56:19: [SM]   [0] ArrayList.GetString
L 06/25/2020 - 17:56:19: [SM]   [1] Line 291, levels_ranks/custom_functions.sp::CheckRank
L 06/25/2020 - 17:56:19: [SM]   [2] Line 233, levels_ranks/custom_functions.sp::NotifClient
L 06/25/2020 - 17:56:19: [SM]   [3] Line 234, levels_ranks/events.sp::Events_Rounds
L 06/25/2020 - 17:58:04: [SM] Exception reported: Invalid index -1 (count: 18)
L 06/25/2020 - 17:58:04: [SM] Blaming: levelsranks.smx
L 06/25/2020 - 17:58:04: [SM] Call stack trace:
L 06/25/2020 - 17:58:04: [SM]   [0] ArrayList.GetString
L 06/25/2020 - 17:58:04: [SM]   [1] Line 291, levels_ranks/custom_functions.sp::CheckRank
L 06/25/2020 - 17:58:04: [SM]   [2] Line 233, levels_ranks/custom_functions.sp::NotifClient
L 06/25/2020 - 17:58:04: [SM]   [3] Line 103, levels_ranks/events.sp::Event_PlayerDeath
sm plugins list
"[Levels Ranks] Core" (v3.1.5) by RoadSide Romeo & Wend4r
Attached Files
File Type: log errors_20200625.log (112.1 KB, 63 views)

Last edited by Juck; 06-25-2020 at 11:10. Reason: add sm plugins list
Juck is offline
bongotrommler
Senior Member
Join Date: Feb 2013
Location: GG-Elite.Net
Old 06-29-2020 , 06:23   Re: [Levels Ranks] Core v3.1.5 with 39 Modules + LR Webpanel - [01.16.2020]
Reply With Quote #250

check:
https://forums.alliedmods.net/showth...318782&page=12
bongotrommler 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:54.


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