What the heck!, 3D on 3D (Create3DTextLabel)
#3

Quote:
Originally Posted by (SF)Noobanatior
Посмотреть сообщение
well your making new onesw over top try going
pawn Код:
Update3DTextLabelText(Text:3D:id,color,text[]);
No because he wouldn't be creating the 3Dtext label.
pawn Код:
stock Create3DHouse()
{
    for(new NewHouseID; NewHouseID<sizeof(Houses); NewHouseID++)
    {
        if(!Houses[NewHouseID][hExteriorY]) continue;
        new string[ 96 ];
        if(strcmp(Houses[NewHouseID][hOwner], "Nobody", true) == 0)
        {
            format(string, sizeof(string), "[House] %d\n buy price: %d (/buyhouse)", NewHouseID, Houses[NewHouseID][HousePrice]);
        }
        else
        {
            format(string, sizeof(string), "[House]\n %d", NewHouseID);
        }
Create3DTextLabel(string,HOUSE_NSELL,Houses[NewHouseID][hExteriorX],Houses[NewHouseID][hExteriorY],Houses[NewHouseID][hExteriorZ],30.0,0);
    }
    return 1;
}
Reply


Messages In This Thread
What the heck!, 3D on 3D (Create3DTextLabel) - by Ben7544 - 22.07.2011, 00:34
Re: What the heck!, 3D on 3D (Create3DTextLabel) - by (SF)Noobanatior - 22.07.2011, 06:25
Re: What the heck!, 3D on 3D (Create3DTextLabel) - by FireCat - 22.07.2011, 09:00
Re: What the heck!, 3D on 3D (Create3DTextLabel) - by Ben7544 - 22.07.2011, 12:07

Forum Jump:


Users browsing this thread: 2 Guest(s)