SA-MP Forums Archive
Image 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: Image TextDraw (/showthread.php?tid=363373)



Image TextDraw - Fred_Cole - 27.07.2012

I want to do a dynamic Image TextDraw like:

if(something == something)
{
//show an image textdraw
}
else
{
//show another image textdraw
}


I tried the Image2Textdraw by gamer931215 but it only show a static image in the screen...
I want a example what show how to use the image as dynamic. Or show me another converte.r


Thanks!