View Single Post
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 08-29-2023 , 06:53   Re: Auto Team Balance based on K/D ratio
Reply With Quote #6

Quote:
Originally Posted by ksiontop View Post
atb.sp(67) : error 105: cannot find method or property "ArrayList.Sort"
SM1.10 or newer is required to compile

Quote:
Originally Posted by keldra View Post
apparently this can't be blank
please use in plugins for messages English, not Turkish:
PrintToChat(player.iClient, "[SM]Takım eşitlemesi için \x09T \x01takımına atıldın.");
==>
PrintToChat(player.iClient, " \x06[SM] \x01You got kicked into the \x09T \x01team for team equalization.");

or add support for translation files:
PrintToChat(player.iClient, "[SM]Takım eşitlemesi için \x09T \x01takımına atıldın.");
==>
PrintToChat(player.iClient, " \x06[SM] \x01%t", "ChatMsg", "\x09T\x01");
and in translation file:
PHP Code:
"Phrases"
{
    
"ChatMsg"
    
{
        
"#format"    "{1:s}"
        "en"    "You got kicked into the {1} team for team equalization."
        "tr"    "Takım eşitlemesi için {1} takımına atıldın."
    
}

__________________
Grey83 is offline