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 02-11-2020 , 06:44   Re: [Levels Ranks] Core v3.1.5 with 39 Modules + LR Webpanel - [01.16.2020]
Reply With Quote #101

Quote:
Originally Posted by Nocky View Post
It does not write any errors :/ Folder is clear
do you only use the core? Or also modules? If so, which modules do you still use?
freak.exe_uLow is offline
Nocky
Member
Join Date: Oct 2013
Location: Czech Republic
Old 02-11-2020 , 07:29   Re: [Levels Ranks] Core v3.1.5 with 39 Modules + LR Webpanel - [01.16.2020]
Reply With Quote #102

Yes, i use only FakeRank module.
Nocky is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 02-11-2020 , 08:09   Re: [Levels Ranks] Core v3.1.5 with 39 Modules + LR Webpanel - [01.16.2020]
Reply With Quote #103

Quote:
Originally Posted by Nocky View Post
Yes, i use only FakeRank module.
is it the same for every user? I can't explain it to myself because it works for me :/

Last edited by freak.exe_uLow; 02-11-2020 at 08:09.
freak.exe_uLow is offline
Nocky
Member
Join Date: Oct 2013
Location: Czech Republic
Old 02-11-2020 , 14:33   Re: [Levels Ranks] Core v3.1.5 with 39 Modules + LR Webpanel - [01.16.2020]
Reply With Quote #104

Quote:
Originally Posted by freak.exe_uLow View Post
is it the same for every user? I can't explain it to myself because it works for me :/
So i install lastest version, and now it work
Idk where was problem :/
Nocky is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 02-11-2020 , 15:14   Re: [Levels Ranks] Core v3.1.5 with 39 Modules + LR Webpanel - [01.16.2020]
Reply With Quote #105

Quote:
Originally Posted by Nocky View Post
So i install lastest version, and now it work
Idk where was problem :/
I wonder why he hadn't logged it but perfect
freak.exe_uLow is offline
gildevanaraujo
Senior Member
Join Date: Oct 2018
Location: Brazil
Old 02-11-2020 , 17:21   Re: [Levels Ranks] Core v3.1.5 with 39 Modules + LR Webpanel - [01.16.2020]
Reply With Quote #106

Could you tell me if it is possible to change the icons on the fakerank, I would like to put the new faceit icons into the game.
gildevanaraujo is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 02-12-2020 , 02:47   Re: [Levels Ranks] Core v3.1.5 with 39 Modules + LR Webpanel - [01.16.2020]
Reply With Quote #107

Quote:
Originally Posted by gildevanaraujo View Post
Could you tell me if it is possible to change the icons on the fakerank, I would like to put the new faceit icons into the game.
They have often written to me privately, they themselves do not even use google, do not be lazy..this is my last help for you and in the near future use the search engine Google.

addons/sourcemod/configs/levels_ranks/fakerank.ini

here you should already know what you are doing, you can also ask in the Level Ranks Discord and please dont write to me every day privately, I want to have my peace of mind with all the server stuff
freak.exe_uLow is offline
TheFlyingApple
Member
Join Date: Aug 2016
Old 02-14-2020 , 11:40   Re: [Levels Ranks] Core v3.1.5 with 39 Modules + LR Webpanel - [01.16.2020]
Reply With Quote #108

I am trying to create my own custom plugin using level_ranks include files, but i have run into a problem.

The function "LR_ChangeClientValue" doesn't seem to work. I have the client ID as the first paramter and the rank value I want the specific client rank to be set to, but it doesn't execute the command and returns false.. What am I doing wrong?

PHP Code:
public int sellMenuHandler(Menu menuMenuAction actionint param1int param2)
{
    switch(
action)
    {
        case 
MenuAction_Select:
        {
            
char info[32];
            
menu.GetItem(param2infosizeof(info));
            if (
StrEqual(info"#accept"))
            {
                if (
LR_ChangeClientValue(param1200)) 
                {
                    
CPrintToChat(param1"{green}Your rank have been reset.");
                }
            }
        }
    }

TheFlyingApple is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 02-14-2020 , 12:00   Re: [Levels Ranks] Core v3.1.5 with 39 Modules + LR Webpanel - [01.16.2020]
Reply With Quote #109

Quote:
Originally Posted by TheFlyingApple View Post
I am trying to create my own custom plugin using level_ranks include files, but i have run into a problem.

The function "LR_ChangeClientValue" doesn't seem to work. I have the client ID as the first paramter and the rank value I want the specific client rank to be set to, but it doesn't execute the command and returns false.. What am I doing wrong?

PHP Code:
public int sellMenuHandler(Menu menuMenuAction actionint param1int param2)
{
    switch(
action)
    {
        case 
MenuAction_Select:
        {
            
char info[32];
            
menu.GetItem(param2infosizeof(info));
            if (
StrEqual(info"#accept"))
            {
                if (
LR_ChangeClientValue(param1200)) 
                {
                    
CPrintToChat(param1"{green}Your rank have been reset.");
                }
            }
        }
    }

Hey, I only give support for the plugin itself, changes must always be done by the user himself

Maybe you can ask that on the Level Ranks Discord: https://discord.gg/Jc58wjF
freak.exe_uLow is offline
gildevanaraujo
Senior Member
Join Date: Oct 2018
Location: Brazil
Old 02-14-2020 , 17:39   Re: [Levels Ranks] Core v3.1.5 with 39 Modules + LR Webpanel - [01.16.2020]
Reply With Quote #110

Can someone help me?

PHP Code:
L 02/14/2020 19:17:24: [SMCall stack trace:
L 02/14/2020 19:17:24: [SM]   [0ArrayList.GetString
L 02
/14/2020 19:17:24: [SM]   [1Line 291levels_ranks/custom_functions.sp::CheckRank
L 02
/14/2020 19:17:24: [SM]   [2Line 233levels_ranks/custom_functions.sp::NotifClient
L 02
/14/2020 19:17:24: [SM]   [3Line 234levels_ranks/events.sp::Events_Rounds
L 02
/14/2020 19:29:51: [SMException reportedInvalid index -(count18)
L 02/14/2020 19:29:51: [SMBlaminglevelsranks.smx
L 02
/14/2020 19:29:51: [SMCall stack trace:
L 02/14/2020 19:29:51: [SM]   [0ArrayList.GetString
L 02
/14/2020 19:29:51: [SM]   [1Line 291levels_ranks/custom_functions.sp::CheckRank
L 02
/14/2020 19:29:51: [SM]   [2Line 233levels_ranks/custom_functions.sp::NotifClient
L 02
/14/2020 19:29:51: [SM]   [3Line 103levels_ranks/events.sp::Event_PlayerDeath 

Last edited by gildevanaraujo; 02-14-2020 at 17:40. Reason: wrong
gildevanaraujo 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 22:39.


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