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

How to get player's personal language ?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
BaD CopY
Senior Member
Join Date: Oct 2014
Location: Home
Old 08-31-2018 , 12:15   How to get player's personal language ?
Reply With Quote #1

I tried like this but it's showing server's language:

PHP Code:
public client_putinserver(id) {
    new 
lang_idlang[3];

    
get_user_info(id"lang"langcharsmax(lang));
        
    
lang_id get_lang_id(lang);
        
    
get_lang(lang_idlang);
}

get_lang_id(lang[])
{
    new 
tLang[3], g_langNum;
    
    for (new 
0g_langNumi++)
    {
        
get_lang(itLang)
        if (
equali(tLanglang))
            return 
i
    
}

    return 
0


Last edited by BaD CopY; 08-31-2018 at 12:16.
BaD CopY is offline
Send a message via Yahoo to BaD CopY Send a message via Skype™ to BaD CopY
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 08-31-2018 , 13:01   Re: How to get player's personal language ?
Reply With Quote #2

Why are you doing all of that looping when get_user_info already returns what you need? Delete everything after the third line of code.
__________________

Last edited by OciXCrom; 08-31-2018 at 13:01.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
BaD CopY
Senior Member
Join Date: Oct 2014
Location: Home
Old 08-31-2018 , 18:14   Re: How to get player's personal language ?
Reply With Quote #3

Because it's always showing DE but my language is set to EN
BaD CopY is offline
Send a message via Yahoo to BaD CopY Send a message via Skype™ to BaD CopY
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 09-01-2018 , 07:57   Re: How to get player's personal language ?
Reply With Quote #4

The multilingual plugin uses set_user_info(id, "lang") to set the player's language, so you should be able to get it with get_user_info(id, "lang").
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
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 10:41.


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