3d text help
#1

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
Reply
#2

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

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
Reply
#4

wiki.sa-mp.com

read the noob tutorials
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)