[Ajuda] FazerLabel 3D ..........
#1

Como faзo para isso virar 3DtextLabel ? Eu ja tentei mas fica um por cima do outro ...

Code:
for(new c = 0; c < MAX_CASAS; c++)
{
format(string, sizeof(string), "/Casas/casa%d.ini", c);
if(dini_Exists(string)){
if(pickupid == dini_Int(string, "Id")){
if(dini_Int(string, "TDono") == 1){
format(STRX, sizeof(STRX), "~w~~h~]Casa]~n~~p~~h~Dono:~w~%s~n~~r~~h~ENTER", dini_Get(string, "Dono"));
GameTextForPlayer(playerid, STRX, 5000, 5);
//format(STRX, sizeof(STRX), "Dono da casa: %s, Pagou nela: R$%d", dini_Get(string, "Dono"), dini_Int(string, "Preco"));
//SendClientMessage(playerid, Azul, STRX);
} else {
//format(STRX, sizeof(STRX), "Casa a venda, Valor de compra: R$%d, use /comprarcasa", dini_Int(string, "Preco"));
//SendClientMessage(playerid, Verde, STRX);
format(STRX, sizeof(STRX), "~w~~h~]Casa]~n~~p~~h~Dono:~w~~h~Ninguem~n~~p~~h~Valor:~g~~h~R$%d~n~~g~~h~/comprarcasa~n~~r~ENTER", dini_Int(string, "Preco"));
GameTextForPlayer(playerid, STRX, 5000, 5);
}
}
}
}
Reply


Messages In This Thread
FazerLabel 3D .......... - by LucasTadeu - 01.03.2014, 00:06
Re: FazerLabel 3D .......... - by Dieguinho - 01.03.2014, 00:56
Re: FazerLabel 3D .......... - by LucasTadeu - 01.03.2014, 01:06
Re: FazerLabel 3D .......... - by yNexus - 01.03.2014, 01:10
Re: FazerLabel 3D .......... - by LucasTadeu - 01.03.2014, 01:24
Re: FazerLabel 3D .......... - by LucasTadeu - 01.03.2014, 01:32
Re: FazerLabel 3D .......... - by yNexus - 01.03.2014, 01:59
Re: FazerLabel 3D .......... - by LucasTadeu - 01.03.2014, 02:05
Re: FazerLabel 3D .......... - by LucasTadeu - 01.03.2014, 02:07
Re: FazerLabel 3D .......... - by N3XTMapper - 01.03.2014, 02:10

Forum Jump:


Users browsing this thread: 2 Guest(s)