30.07.2015, 11:50
Hello guys, im using this multi-language inc: https://sampforum.blast.hk/showthread.php?tid=363537
and i have problem when i save text as TEST_MSG=Text1\nText2 and i put it in dialog like
and in dialog i get text like this: Text1\nText2
so problem is dont wanna to make new line :S
and i have problem when i save text as TEST_MSG=Text1\nText2 and i put it in dialog like
Код:
ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_MSGBOX, "Test", GetLanguageKey(GetPlayerLanguage(playerid), "TEST_MSG"), "Continue", "Cancel");
so problem is dont wanna to make new line :S