[HELP]3DTextLabel
#6

Quote:
Originally Posted by Jordman248
View Post
I'm having the same problem. Annoying tag mismatch.
If you think the script is right then consider reading a tutorial for such warnings.

Quote:

Getting rid of stupid tag warnings
When putting Text3Ds, DBResults, and stuff inside functions such as printf, format, SetTimerEx, CallLocalFunction, CallRemoteFunction you might notice you're getting a tag warning.
You're not doing anything wrong!
What you do to get rid of them is you clear the tag - clearing the tag is done by putting an underscore as a tag.
Example:
pawn Code:
new Text3D:t3dTest = Create3DTextLabel( .. ), Text:txTest = TextDrawCreate( .. );

printf( "DEBUG: %d, %d", _:t3dTest, _:txTest );
original link: https://sampforum.blast.hk/showthread.php?tid=216730

Hope this helps.

-FalconX
Reply


Messages In This Thread
[HELP]3DTextLabel - by ]B4E[kengston - 16.01.2011, 15:37
Re: [HELP]3DTextLabel - by Franck_ - 16.01.2011, 15:42
AW: [HELP]3DTextLabel - by ]B4E[kengston - 16.01.2011, 15:45
AW: [HELP]3DTextLabel - by ]B4E[kengston - 19.01.2011, 11:49
Re: [HELP]3DTextLabel - by Jordman248 - 22.02.2011, 20:15
Re: [HELP]3DTextLabel - by FalconX - 27.02.2012, 08:09

Forum Jump:


Users browsing this thread: 1 Guest(s)