01.05.2011, 14:42
No it wont.
The language is saved on MySQL for each player.. so he dont have to type /english everytime he join
Just you know it the usage of the funcion should work like this:
i belive i have to do something like
idk..
and i think this will fail
The language is saved on MySQL for each player.. so he dont have to type /english everytime he join
Just you know it the usage of the funcion should work like this:
pawn Код:
SetPlayerLanguage(playerid, "EN"); //EN = English
pawn Код:
stock SetPlayerLanguage(playerid, language[]) PlayerData[playerid][Language] = strval(language);
and i think this will fail
pawn Код:
if(!strcmp("EN", PlayerData[playerid][Language], false))