[Help]Tag Mismatch
#1

PHP код:
warning 213tag mismatch 
the lines are:
PHP код:

new somethingcool;
somethingcool Create3DTextLabel("Test"0xAA3333AA0.00.00.050.00);
Attach3DTextLabelToVehicle(somethingcool 130.00.02.0); 
whats wrong?
Reply
#2

Common mistake. You need to use the Text3D: tag, just like float variables use the Float: tag:
pawn Код:
new Text3D:somethingcool;
Good luck
Reply
#3

pawn Код:
new Text3D:somethingcool;
Reply
#4

THANK YOU VERY MUCH!!! have a nice day!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)