Textdraw - 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: Textdraw (
/showthread.php?tid=514263)
Textdraw -
Ananisiki - 20.05.2014
I made statistic filterscript with textdraw, i need player textdraws but i can't create it,
only type i can create is global:
(new Text:Textdraw0
if i try this:
new Text:Textdraw0[MAX_PLAYERS]; ,
new PlayerText:Textdraw0[MAX_PLAYERS];
it dont work, why
It compile fine, without errors and so but it dont show up
Re: Textdraw -
Faisal_khan - 20.05.2014
Show us the code where you are bringing up the textdraw.
Re: Textdraw -
Ananisiki - 26.05.2014
Bump