SA-MP Forums Archive
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=594243)



textdraw - sanamalik400 - 15.11.2015

hi guys.. i have done my team and class system with dialogs .but now i want to change dialogs with textdraws..i made my textdraws.but i wanna know.i should remove my all work or i can replace them with textdraws. i mean can i edit them? i have stocks for teamdialog and classdialog.for every team class .i m using teamdialog(playerid); and classdialog(playerid); should i change stocks or change all work?
sorry for my bad english i hope u understand


Re: textdraw - sanamalik400 - 15.11.2015

no one


Re: textdraw - Karan007 - 15.11.2015

You must wait 24 hours to bump again.

On-Topic: I think, you should change only the stock.


Re: textdraw - sanamalik400 - 15.11.2015

and one more thing bro can i use textdrawsetselectable with textdraw or i add this line bootom in ongamemodeinit
Quote:

zb = TextDrawCreate(407.200012, 347.200103, "PILOT");
TextDrawLetterSize(zb, 0.449999, 1.600000);
TextDrawAlignment(zb, 1);
TextDrawColor(zb, -1);
TextDrawSetShadow(zb, 0);
TextDrawSetOutline(zb, 1);
TextDrawBackgroundColor(zb, 51);
TextDrawFont(zb, 2);
TextDrawSetProportional(zb, 1);
TextDrawSetSelectable(zb, true);




Re: textdraw - sanamalik400 - 15.11.2015

problem solved anyone tell me how can i add the player model with textdraws i mean i have team america and his skin is 217. how can i show skin with textdraw america?
guys help me.