Tag Mismatch
#1

pawn Код:
HouseVar[i][HPickupText] = CreateDynamic3DTextLabel(string, COL_YELLOW, HouseVar[i][hExteriorX], HouseVar[i][hExteriorY], HouseVar[i][hExteriorZ]+0.5,30.0, .testlos = 1);
If anyone could help it would be great.
Reply
#2

Are you sure you have declared "HPickupText" as Text3D in your enum?
Your enum should look like:
pawn Код:
enum hInfo
{
    .....
    Text3D:HPickupText,
    .....
}
new HouseVar[MAX_HOUSES][hInfo];
Reply
#3

Ah, forgot, thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)