10.05.2014, 16:54
(
Последний раз редактировалось iRaiDeN; 10.05.2014 в 18:59.
)
Introduction
Include is intended primarily syllabus famous throughout the world, that it can be translated into a message or dialogue, then he is so useful.
Features
Simple Code
this code translate the text from English to Hebrew.
All the Langauge
Download
Pastebin.
SoilidFiles.
Enjoy!
Include is intended primarily syllabus famous throughout the world, that it can be translated into a message or dialogue, then he is so useful.
Features
PHP код:
SendClientMessageTL(clientid,color,msg[],langauge[],tolangauge[]);
ShowPlayerDialogTL(clientid,dialogid,dialog_style,title[],msg[],button1[],button2[],langauge[],tolangauge[]);
PHP код:
CMD:translate(playerid,params[])
{
iTranslate[128];
if(sscanf(params,"s",iTranslate))
return SendClientMessage(playerid,-1,"[Usage]: /translate [Text]");
SendClientMessageTL(playerid,-1,iTranslate,"en","iw");
}
All the Langauge
PHP код:
en - English
iw - Hebrew
ar - Arbic
ru - Russian
es - Spanish
Pastebin.
SoilidFiles.
Enjoy!