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

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


Post New Thread Reply   
 
Thread Tools Display Modes
Sajmooooon
Senior Member
Join Date: Nov 2018
Location: Slovakia
Old 10-12-2019 , 05:37   Re: [Levels Ranks] Core 3.0 SR1
Reply With Quote #11

I have problem with reset:
Quote:
Unknown command: sm_lvl_reset
Sajmooooon is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 10-12-2019 , 08:42   Re: [Levels Ranks] Core 3.0 SR1
Reply With Quote #12

Quote:
Originally Posted by Sajmooooon View Post
I have problem with reset:
do you want to delete one player or everything?

Edit: you must enter this in the Server Console

Last edited by freak.exe_uLow; 10-12-2019 at 10:41.
freak.exe_uLow is offline
tornike015
Member
Join Date: Aug 2018
Old 10-20-2019 , 17:13   Re: [Levels Ranks] Core 3.0 SR1
Reply With Quote #13

hey, i have latest version sourcemod but when i installed the plugin i got this in console:
"L 10/21/2019 - 01:08:23: [levels_ranks/levelsranks.smx] [Levels Ranks Core] LoadDataPlayer - no such column: round_win"
and in game, 0 players from 4 when server is full
tornike015 is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 10-21-2019 , 02:19   Re: [Levels Ranks] Core 3.0 SR1
Reply With Quote #14

Quote:
Originally Posted by tornike015 View Post
hey, i have latest version sourcemod but when i installed the plugin i got this in console:
"L 10/21/2019 - 01:08:23: [levels_ranks/levelsranks.smx] [Levels Ranks Core] LoadDataPlayer - no such column: round_win"
and in game, 0 players from 4 when server is full
Hey and you upgrade from 2.3.4 to 3.0 SR1?
freak.exe_uLow is offline
bongotrommler
Senior Member
Join Date: Feb 2013
Location: GG-Elite.Net
Old 10-21-2019 , 06:54   Re: [Levels Ranks] Core 3.0 SR1
Reply With Quote #15

Quote:
Originally Posted by tornike015 View Post
hey, i have latest version sourcemod but when i installed the plugin i got this in console:
"L 10/21/2019 - 01:08:23: [levels_ranks/levelsranks.smx] [Levels Ranks Core] LoadDataPlayer - no such column: round_win"
and in game, 0 players from 4 when server is full
Check your SQL-Connection. If all fine, go into your DB and search for Column round_win.
If it isnt preset,create it.
bongotrommler is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 10-21-2019 , 08:37   Re: [Levels Ranks] Core 3.0 SR1
Reply With Quote #16

Quote:
Originally Posted by bongotrommler View Post
Check your SQL-Connection. If all fine, go into your DB and search for Column round_win.
If it isnt preset,create it.
Thanks Lex and it should look like this


Last edited by freak.exe_uLow; 10-21-2019 at 08:42.
freak.exe_uLow is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 11-16-2019 , 09:51   Re: [Levels Ranks] Core v3.1 - [16.11.2019]
Reply With Quote #17

[15.11.2019] - (v3.1) Global Update
  • - kernel source code is optimized globally
  • - the command sm_lvl_del <purpose|steamid> was returned and extended, which allows you to reset statistics for a specific player
  • - the command sm_lvl_reset <all|exp|stats> was returned and extended to reset all statistics data in the Database
  • - Extended and modified API
  • - Added LR_IsLoaded Native to check for full kernel load
  • - Added the LR_GetVersion Native to get the kernel version
  • - Added Native LR_Hook to capture events in the kernel
  • - Added Native LR_Unhook to capture the event
  • - Added LR_MenuHook Native to capture events in the menu
  • - Added LR_MenuUnhook Native to capture the event in the menu
  • - Natives LR_GetParamUsualMessage and LR_GetTypeStatistics were replaced with a more advanced one - LR_GetSettingsValue
  • - Added LR_GetCountPlayers Native to get the total number of players in the statistics
  • - Added Native LR_GetRankNames to get a list of rank names
  • - Added Native LR_GetRankExp to get a list of rank limits by experience points
  • - Extended by LR_GetClientInfo Native, now you can get a place in the top of the time at the player and his data from the session
  • - Is extended by the LR_CheckCountPlayers Native, now if you cannot get experience points at the moment of its call, it will return false
  • - Added Native LR_ResetPlayerStats to reset statistics for a specific player
  • - Added Native LR_RefreshConfigs to reload configuration files
  • - Added Native LR_ShowMenu to show a specific menu item to the player
  • - Replacement of the LR_PrintToChat function by a function extended in functionality
  • - Deleted by LR_GetCountLevels to replace LR_GetRankNames().Length and LR_GetRankExp().Length
  • - Removed the LR_MenuInventory Native to replace LR_ShowMenu
  • - Removed the LR_MenuTopMenu Native to replace LR_ShowMenu
  • - Deleted by LR_MenuAdminPanel to replace LR_ShowMenu
  • - ALL FORWARDS except LR_OnCoreIsReady to replace LR_Hook and LR_MenuHook natives have been removed
  • - The translation files lr_core.phrases.txt and lr_core_old.phrases.txt were updated
  • - The prefix for chat messages is put in a separate phrase "Prefix"
  • - Added, updated and supplemented phrases concerning menu items
  • - Added a new color {BRIGHTRED} for CS:GO and CS:S OB chat messages
  • - Added lr_resetmystats_cooldown parameter to limit the resetting of statistics for a period of time
  • - Added parameter lr_show_ranklist, which is responsible for showing the item "All ranks" in the main statistics menu
  • - Added the lr_cleandb_days parameter, which can be used to regulate the days of a player's absence to hide him/her from the statistics
  • - Added parameter lr_cleandb_banclient, which regulates the hiding of a player from statistics, if he was banned on the server
  • - Added the "Additional statistics" section to "My statistics" for advanced statistics modules
  • - Added a place in the top 10 in the top 10 players [by experience points | for activity]
  • - Added support for writing 4 byte characters from a player's nickname to the Database
  • - Added Safe Mode of kernel operation in case of disconnection from the MySQL database
  • - Removed lr_dbreconnect_count parameter
  • - Removed lr_dbreconnect_time parameter
  • - Fixed Duplicate entry 'STEAM_x' for key 'PRIMARY' when working with slow Databases
  • - The limit of the number of titles specified in settings_ranks.ini has been removed

Requirements now: SourceMod 1.10.6422 or above

Modules for Core v3.1: https://github.com/levelsranks/levels-ranks-modules

Thanks to Romeo and Wend4r
For fast support, join the Official Level Ranks Discord:
[LR] Discord

Last edited by freak.exe_uLow; 11-16-2019 at 10:07.
freak.exe_uLow is offline
Lucky_luck
AlliedModders Donor
Join Date: May 2011
Location: Germany
Old 11-16-2019 , 14:19   Re: [Levels Ranks] Core v3.1 with 39 Modules - [16.11.2019]
Reply With Quote #18

Freak, sind noch mehr Module geplant?
Lucky_luck is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 11-16-2019 , 23:12   Re: [Levels Ranks] Core v3.1 with 39 Modules - [16.11.2019]
Reply With Quote #19

Quote:
Originally Posted by Lucky_luck View Post
Freak, sind noch mehr Module geplant?
Hey General (i think i know you from sourceserver.info) and Unfortunately. I can't write German here in the forum. But if you have questions and can speak English, you are welcome to join the Discord of LR would like to answer you in german, but the admin or mods in the forum don't like that (no hate, its the rule)

Last edited by freak.exe_uLow; 11-16-2019 at 23:38.
freak.exe_uLow is offline
MalachE
Junior Member
Join Date: May 2019
Old 11-17-2019 , 04:22   Re: [Levels Ranks] Core v3.1 with 39 Modules - [16.11.2019]
Reply With Quote #20

Hello, is there a possibility to add a list for the modules with what each they do? Thank you
MalachE is offline
Reply


Thread Tools
Display Modes

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 18:17.


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