24.01.2013, 09:29
(
Последний раз редактировалось Epixha; 24.10.2013 в 17:14.
)
del. pl0x
Thank you!
Thank you!
You have to translate them by yourself. You're really not required to edit the symbols names, function names and other internal stuff mainly because players don't see it, but you should if you don't understand that language and you want to edit the script.
|
Read this It's really simple to use ^^
|
I couldn't translate that whole stuff by myself and that is why I made this post, my friend.
Thank you, friend but I still couldn't understand how that would convert the gamemode's language. I'm not gonna use that gamemode since I understand how hard translating it would be, thanks. |
SendClientMessage(playerid, -1, "Welcome");
It's not that hard since, it's a STRING translation... You have to translate it from file...
E.g I have pawn Код:
I'll name "ITA.lang" file and inside it I'll put "Welcome" = "Benvenuto!" and so on... |