TextDraw Array Variables - 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 Array Variables (
/showthread.php?tid=311993)
TextDraw Array Variables -
spd_sahil - 19.01.2012
okay so i was trying something with textdraws .. is it possible if i do something like this
pawn Code:
new Text:Textdraw[256];
// and use it later like
for(new i;i<40;i++)
{
TextDrawShowForPlayer(playerid,Textdraw[i]);
}
im writting a huge code.. i dont has time to check it now.. anyone has any idea if this works ??
Re: TextDraw Array Variables -
Vince - 19.01.2012
It should.