Text 3D in different languages?
#1

Hello , i want to know if is possible to create something like this:


If playerlanguage[playerid] == 1)
to create an text 3d in english.
if playerlanguage[playerid] == 2)
to create an text 3d in spanish.


I mean , i want to translate my server in 2 languages , there's a problem only about these 3d texts... so , i can do this?
Reply
#2

Yes, You can do that.
Reply
#3

HOW : <!!! ?
Reply
#4

pawn Код:
new Float:X, Float:Y, Float:Z;
GetPlayerPos( playerid, X, Y, Z );
if(playerlanguage[playerid] == 1)   CreatePlayer3DTextLabel(playerid,"English",0x008080FF,X,Y,Z,40.0, playerid);
if(playerlanguage[playerid] == 2)   CreatePlayer3DTextLabel(playerid,"Spanish",0x008080FF,X,Y,Z,40.0, playerid);
Reply
#5

Umm ,yeah but don't will that create lag on server? ..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)