[Help] TextDraw on Click! - 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)
+--- Thread: [Help] TextDraw on Click! (
/showthread.php?tid=467179)
[Help] TextDraw on Click! -
AlmirDelic - 01.10.2013
Hi
I have problems with the built up textdraw's to click, pictures:
Re: [Help] TextDraw on Click! -
Pottus - 01.10.2013
You need to set TextDrawTextSize() correctly.
Re: [Help] TextDraw on Click! -
AlmirDelic - 01.10.2013
TextDrawTextSize(TDName,
?);
Re: [Help] TextDraw on Click! -
Pottus - 01.10.2013
Everything about it is explain here.
https://sampwiki.blast.hk/wiki/TextDrawTextSize
Re: [Help] TextDraw on Click! -
Lidor124 - 01.10.2013
Quote:
Originally Posted by AlmirDelic
TextDrawTextSize(TDName, ?);
|
Try TextDrawSize(TDName, 5);
Do it for your TextDraws you want the click.
Re: [Help] TextDraw on Click! -
AlmirDelic - 01.10.2013
I tried everything possible and again the same signs again mixed colors
Re: [Help] TextDraw on Click! -
Lidor124 - 01.10.2013
Try the link Pottus posted