Tag mismatch?
#1

Hey whats wrong with this code? i get error:
Код:
warning 213: tag mismatch
Код:
HouseText[houseid] = CreateDynamic3DTextLabel(string, c_y, iconX, iconY, iconZ, 100, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, -1, 20.0);
+rep for the one who helped me
Reply
#2

Show us where you defined the HouseText variable.
Reply
#3

Код:
new HousePickup[MAX_HOUSES];
new HouseText[MAX_HOUSES];
new HouseMap[MAX_HOUSES];
Reply
#4

pawn Код:
new HousePickup[MAX_HOUSES];
new Text3D:HouseText[MAX_HOUSES];
new HouseMap[MAX_HOUSES];
Reply
#5

pawn Код:
new Text3D: HouseText[MAX_HOUSES];
Should fix your warning.
Reply
#6

Oh ofcrouse... forgot about that haha
thank you very much!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)