Raised This Month: $32 Target: $400
 8% 

adminmenu_custom - Problem


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
leaffan
Senior Member
Join Date: Jan 2013
Old 03-02-2021 , 08:56   adminmenu_custom - Problem
Reply With Quote #1

I am writing with Google Translate. Unfortunately, I do not have any knowledge of English yet.

Friends, I gave codes according to the following errors, where are there errors? Can you let me know?

PHP Code:
KeyValues ErrorRecursiveLoadFromBuffer:  got in key in file addons/sourcemod/configs/adminmenu_custom.txt
Commands
ServerCommandsLambalar Yarat {YÖNETİCİ}, 1, (*1*), 
KeyValues ErrorRecursiveLoadFromBuffer:  got in key in file addons/sourcemod/configs/adminmenu_custom.txt
Commands
Ölümsüzlük+Lazer+Mermi+Sis Alanları:, {HERKESE} ÖLÜMSÜZLÜK ->, 1, (*1*), 
KeyValues ErrorRecursiveLoadFromBuffer:  got in key in file addons/sourcemod/configs/adminmenu_custom.txt
Commands
C-Kontrol Yönetimi:, 3-HÇözümlenen Botların Ölümsüzlüğünü Pasifleştir, 1, (*1*), 
KeyValues ErrorLoadFromBuffermissing in file addons/sourcemod/configs/adminmenu_custom.txt
(*Commands*), (*D-Takım Yönetimi:*), (*Su anki Harita Puanlarını Sıfırla*), (*execute*), (*2*), 

------

    
"Ölümsüzlük+Lazer+Mermi+Sis Alanları:"
    
{
           
"{HERKESE} ÖLÜMSÜZLÜK ->"
        
{
            
"cmd"            "sm_godmode @all"
            "admin"            "sm_cvar"
            "execute"        "player"
            "1"
        
}
    }
    
-------

    
"ServerCommands"
    
{
        
"Lambalar Yarat {YÖNETİCİ}"
        
{
            
"cmd"            "sm_lamp"
            "admin"            "sm_kick"
            "execute"        "list"
            "1"
        
}
    }

--------

    
"C-Kontrol Yönetimi:"
    
{
           
"3-HÇözümlenen Botların Ölümsüzlüğünü Pasifleştir"
        
{
            
"cmd"            "sm_godmode @all"
            "admin"            "sm_cvar"
            "execute"        "player"
            "1"
        
}
    }
    
---------

        
"D-Takım Yönetimi:"
        
{
        
"Su anki Harita Puanlarını Sıfırla"
        
{
         
"cmd"        "sm_resetscores"
                    "admin"        "sm_kick"
                    "execute"    "server"
            
}
        }
        
---------- 
Thank you.
leaffan is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 03-02-2021 , 16:01   Re: adminmenu_custom - Problem
Reply With Quote #2

attach txt file in your post ("Go Advanced")
__________________
Do not Private Message @me

Last edited by Bacardi; 03-02-2021 at 16:01.
Bacardi is offline
leaffan
Senior Member
Join Date: Jan 2013
Old 03-03-2021 , 08:18   Re: adminmenu_custom - Problem
Reply With Quote #3

I added. Thanks.
Attached Files
File Type: txt adminmenu_custom.txt (25.1 KB, 48 views)
leaffan is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 03-03-2021 , 12:04   Re: adminmenu_custom - Problem
Reply With Quote #4

I fixed your file. Check below.

Errors found:

PHP Code:
    "Ölümsüzlük+Lazer+Mermi+Sis Alanları:"
    
{
           
"{HERKESE} ÖLÜMSÜZLÜK ->"
        
{
            
"cmd"            "sm_godmode @all"
            "admin"            "sm_cvar"
            "execute"        "player"
            "1" 
// ERROR: Remove
        
}
    }
    
-------

    
"ServerCommands"
    
{
        
"Lambalar Yarat {YÖNETİCİ}"
        
{
            
"cmd"            "sm_lamp"
            "admin"            "sm_kick"
            "execute"        "list"
            "1" 
// ERROR: Remove
        
}
    }

--------

    
"C-Kontrol Yönetimi:"
    
{
           
"3-HÇözümlenen Botların Ölümsüzlüğünü Pasifleştir"
        
{
            
"cmd"            "sm_godmode @all"
            "admin"            "sm_cvar"
            "execute"        "player"
            "1" 
// ERROR: Remove
        
}
    }
    
---------

        
"D-Takım Yönetimi:"
        
{
        
"Su anki Harita Puanlarını Sıfırla"
        
{
         
"cmd"        "sm_resetscores"
                    "admin"        "sm_kick"
                    "execute"    "server"
            
// ERROR: Not paired
        
}
        
---------- 
Attached Files
File Type: txt adminmenu_custom.txt (15.9 KB, 40 views)
__________________

Last edited by Psyk0tik; 03-03-2021 at 12:05.
Psyk0tik is offline
leaffan
Senior Member
Join Date: Jan 2013
Old 03-03-2021 , 13:13   Re: adminmenu_custom - Problem
Reply With Quote #5

Quote:
Originally Posted by Crasher_3637 View Post
I fixed your file. Check below.

Errors found:

PHP Code:
    "Ölümsüzlük+Lazer+Mermi+Sis Alanları:"
    
{
           
"{HERKESE} ÖLÜMSÜZLÜK ->"
        
{
            
"cmd"            "sm_godmode @all"
            "admin"            "sm_cvar"
            "execute"        "player"
            "1" 
// ERROR: Remove
        
}
    }
    
-------

    
"ServerCommands"
    
{
        
"Lambalar Yarat {YÖNETİCİ}"
        
{
            
"cmd"            "sm_lamp"
            "admin"            "sm_kick"
            "execute"        "list"
            "1" 
// ERROR: Remove
        
}
    }

--------

    
"C-Kontrol Yönetimi:"
    
{
           
"3-HÇözümlenen Botların Ölümsüzlüğünü Pasifleştir"
        
{
            
"cmd"            "sm_godmode @all"
            "admin"            "sm_cvar"
            "execute"        "player"
            "1" 
// ERROR: Remove
        
}
    }
    
---------

        
"D-Takım Yönetimi:"
        
{
        
"Su anki Harita Puanlarını Sıfırla"
        
{
         
"cmd"        "sm_resetscores"
                    "admin"        "sm_kick"
                    "execute"    "server"
            
// ERROR: Not paired
        
}
        
---------- 
Thank you.
leaffan is offline
leaffan
Senior Member
Join Date: Jan 2013
Old 05-09-2021 , 10:28   Re: adminmenu_custom - Problem
Reply With Quote #6

Quote:
Originally Posted by Crasher_3637 View Post
I fixed your file. Check below.
I also came across the following errors in the Admin Menu, there are in the log records. Where exactly do I not understand the problem?

In the supplement. Thank you from now.

Code:
KeyValues Error: RecursiveLoadFromBuffer:  got } in key in file addons/sourcemod/configs/adminmenu_custom.txt
Commands, ServerCommands, Lambalar Yarat {YÖNETİCİ}, 1, (*1*), 
KeyValues Error: LoadFromBuffer: missing { in file addons/sourcemod/configs/adminmenu_custom.txt
Attached Files
File Type: txt adminmenu_custom.txt (55.5 KB, 53 views)
leaffan is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 05-09-2021 , 10:45   Re: adminmenu_custom - Problem
Reply With Quote #7

Quote:
Originally Posted by leaffan View Post
I also came across the following errors in the Admin Menu, there are in the log records. Where exactly do I not understand the problem?

In the supplement. Thank you from now.

Code:
KeyValues Error: RecursiveLoadFromBuffer:  got } in key in file addons/sourcemod/configs/adminmenu_custom.txt
Commands, ServerCommands, Lambalar Yarat {YÖNETİCİ}, 1, (*1*), 
KeyValues Error: LoadFromBuffer: missing { in file addons/sourcemod/configs/adminmenu_custom.txt
You will have to ask someone else. That file is two times bigger than the previous one. You keep mixing tabs with spaces so it's very hard to read.
__________________
Psyk0tik is offline
leaffan
Senior Member
Join Date: Jan 2013
Old 05-09-2021 , 10:54   Re: adminmenu_custom - Problem
Reply With Quote #8

Quote:
Originally Posted by leaffan View Post
I also came across the following errors in the Admin Menu, there are in the log records. Where exactly do I not understand the problem?

In the supplement. Thank you from now.

Code:
KeyValues Error: RecursiveLoadFromBuffer:  got } in key in file addons/sourcemod/configs/adminmenu_custom.txt
Commands, ServerCommands, Lambalar Yarat {YÖNETİCİ}, 1, (*1*), 
KeyValues Error: LoadFromBuffer: missing { in file addons/sourcemod/configs/adminmenu_custom.txt
I wonder if there are any friends who can help? Thank you very much in advance.
leaffan is offline
notyouraverage
Junior Member
Join Date: Apr 2021
Old 05-09-2021 , 15:36   Re: adminmenu_custom - Problem
Reply With Quote #9

Quote:
Originally Posted by leaffan View Post
I wonder if there are any friends who can help? Thank you very much in advance.
.
Attached Files
File Type: txt adminmenu_custom.txt (55.4 KB, 43 views)

Last edited by notyouraverage; 05-09-2021 at 15:37.
notyouraverage 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 16:27.


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