SA-MP Forums Archive
Tag Mismatch? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Tag Mismatch? (/showthread.php?tid=105972)



Tag Mismatch? - HydraX - 01.11.2009

MyTD = TextDrawCreate(40.0, 140.0,"_~N~~r~Example text!~N~_");
TextDrawUseBox(MyTD , 1);
TextDrawFont(MyTD , 1);
TextDrawLetterSize(MyTD ,0.3,1);
TextDrawSetShadow(MyTD ,1);
TextDrawSetOutline(MyTD ,1);
TextDrawBackgroundColor(MyTD ,0x000000FF);
TextDrawBoxColor(MyTD ,0x00000066);
TextDrawColor(MyTD ,0x000000FF);
TextDrawTextSize(MyTD , 200.0, 200.0);

This is right off the wiki
Im getting the warnings in 0.3


Re: Tag Mismatch? - Correlli - 01.11.2009

Have you setted a Text: tag for MyTD variable?


Re: Tag Mismatch? - Famas - 01.11.2009

Sometimes, when i copy paste i have this warning.


Re: Tag Mismatch? - HydraX - 01.11.2009

Quote:
Originally Posted by Don Correlli
Have you setted a Text: tag for MyTD variable?
Ok thanks it worked


Re: Tag Mismatch? - HydraX - 01.11.2009

Can i Make the Box any bigger? Maybe i can adjust TextDrawLetterSize?


Re: Tag Mismatch? - HydraX - 02.11.2009

Bump
EDIT: Never mind i found out how