SA-MP Forums Archive
3d text help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: 3d text help (/showthread.php?tid=104976)



3d text help - radi - 27.10.2009

i have 3d text on my server but i dont know how delete/update one
like if a house is not sold you see

pawn Код:
new out[128];
format(out,128,"This House is for sale\n Discription: %s\n Cost: $%d \nLevel: %d",HouseInfo[h][hDescription], HouseInfo[h][hValue], HouseInfo[h][hLevel]);
Create3DTextLabel(out,0x008080FF,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez],40.0,0);
and if some one buy's it you will see
pawn Код:
new out[128];
format(out,128,"This House is owned by %s \nLevel: %d",HouseInfo[h][hOwner], HouseInfo[h][hLevel]);
Create3DTextLabel(out,0x008080FF,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez],40.0,0);
but how do i make that there are not comming to 3d texts

greetz . radi

ps . the wiki dont helped me there's no example


Re: 3d text help - V1ceC1ty - 27.10.2009

please dont lie.
https://sampwiki.blast.hk/wiki/Delete3DTextLabel


Re: 3d text help - radi - 27.10.2009

i dont lie there is no example there's only the parameters and i dont get a anything about that
i first need a example before i got the it works


Re: 3d text help - V1ceC1ty - 27.10.2009

wiki.sa-mp.com

read the noob tutorials