SA-MP Forums Archive
Gas Bar - 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: Gas Bar (/showthread.php?tid=327188)



Gas Bar - Cruncy - 20.03.2012

i want to make an gas bar with this bar:
iSGAS = TextDrawCreate(524.000000, 373.000000, "Gas:");
TextDrawBackgroundColor(iSGas, 255);
TextDrawFont(iSGas, 2);
TextDrawLetterSize(iSGas, 0.170000, 1.000000);
TextDrawColor(iSGas, -1);
TextDrawSetOutline(iSGas, 1);
TextDrawSetProportional(iSGas, 1);
but i don't know how i can do this...can you help me?