I need a help. - 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: I need a help. (
/showthread.php?tid=618170)
I need a help. -
Maheerali - 02.10.2016
Guys how can i make something like Text:myTd.
Suppose I am creating new type of TextDraw having something different. So how can I make them with tag "PText:".
[Edit]
How can i make two stocks for it.
PTextCreate(textid,Float

osX,Float

osY,string[]);
PTextFont(textid,fontNo);
Re: I need a help. -
AndreiWow - 02.10.2016
try #define PText Text
and #define PTextCreate TextDrawCreate
and same for other one.