SA-MP Forums Archive
[AJUDA] 3DTextLabel - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA] 3DTextLabel (/showthread.php?tid=313211)



[AJUDA] 3DTextLabel - jeanmon357 - 24.01.2012

Ola pessoal, estava criando um sistema de casa (usando dini para o salvamento) e entгo me deparei com um problema, sempre quando tentava salvar o 3DText, dava 1 warning. Entгo, alguem poderia me passar o cуdigo para o salvamento do 3DText?
Obrigado desde ja,

jeanmon357.

OBS.: Valendo Reputation!


Re: [AJUDA] 3DTextLabel - Lucas_Alemao - 24.01.2012

LoL nгo entendi oq vocк precisa

vocк quer salvar um 3DText?
usa
pawn Код:
new Text3D: IDdoTexto
ai pega o ID e salva


Re: [AJUDA] 3DTextLabel - jeanmon357 - 24.01.2012

Poderia me explicar melhor?


Re: [AJUDA] 3DTextLabel - Lucas_Alemao - 24.01.2012

ok, mas eu tbm preciso saber oque vc quer exatamente


Re: [AJUDA] 3DTextLabel - dPlaYer_ - 24.01.2012

eu acho q text3d nao salva '-'
criar text na casa й facil..


Re: [AJUDA] 3DTextLabel - Don_Speed - 24.01.2012

Mais o Menos Isso Voce Esta Falando?

pawn Код:
public SaveProperty()
{
    new file[32];

    for(new h=0; h < MAX_HOUSES;h++)
    {
        format(file, sizeof(file), "/Casas/%d.ini", h);

        HouseInfo[h][hLevel] = dini_Int(file, "Level");
        format(hOwner[h],32,"%s", dini_Get(file, "Dono"));
        HouseInfo[h][hDate] = dini_Int(file, "Data");
        HouseInfo[h][hEntrancex] = dini_Float(file, "EntradaX");
        HouseInfo[h][hEntrancey] = dini_Float(file, "EntradaY");
        HouseInfo[h][hEntrancez] = dini_Float(file, "EntradaZ");
        HouseInfo[h][hExitx] = dini_Float(file, "SaidaX");
        HouseInfo[h][hExity] = dini_Float(file, "SaidaY");
        HouseInfo[h][hExitz] = dini_Float(file, "SaidaZ");
        format(hDiscription[h],32,"%s", dini_Get(file, "Descricao"))
ele ira salvar a entrada onde ficara o texdraw


Re: [AJUDA] 3DTextLabel - jeanmon357 - 24.01.2012

Obrigado pessoal Repu ao don


Re: [AJUDA] 3DTextLabel - jeanmon357 - 24.01.2012

a e mais uma unica coisa, como posso Getar o nome do player e salvar no arquivo (em dini pls)


Re: [AJUDA] 3DTextLabel - Don_Speed - 24.01.2012

Esse Geito Que Te Passei Ele Salva O Nome Do Dono No Arquivo .


Re: [AJUDA] 3DTextLabel - jeanmon357 - 24.01.2012

Obrigado denovo xD