Tag Mismatch
#1

What's wrong with this code..

pawn Код:
Houses[Total_Houses_Created][LabelID] = CreateDynamic3DTextLabel(string, COLOR_WHITE, Houses[Total_Houses_Created][enterx],Houses[Total_Houses_Created][entery],Houses[Total_Houses_Created][enterz], 100, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, -1, 10.0);
I spent some time, and I can't figure out whats wrong
Reply
#2

enterx , entery, enterz are Float?
Reply
#3

Yes, they are floats.
Reply
#4

is Houses[Total_Houses_Created][LabelID] are Text3D:

EDIT:

if your LabelID doesn't have Text3D: infront add it something like this

pawn Код:
enum hInfo
{
     Text3D:LabelID
};
new Houses[MAX_HOUSES][hInfo];
Reply
#5

Quote:
Originally Posted by Romel
Посмотреть сообщение
is Houses[Total_Houses_Created][LabelID] are Text3D:
Extreme newbie mistake, thank you for this.
Reply
#6

Quote:
Originally Posted by Abreezy
Посмотреть сообщение
Extreme newbie mistake, thank you for this.
No problem
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)