How to create texdraws
#2

pawn Код:
new Text:Myfirsttextdraw; // at the top of your script

Under OnGameModeInit
Myfirsttextdraw = TextDrawCreate(x,y,"Text"); // To get x,y coords = http://samp.nsg-page.de/textdraw.php

Under OnPlayerConnect
TextDrawShowForPlayer(playerid,Myfirsttextdraw);
To customize your textdraw, check this links

https://sampwiki.blast.hk/wiki/TextDrawColor
https://sampwiki.blast.hk/wiki/TextDrawBoxColor
https://sampwiki.blast.hk/wiki/TextDrawBackgroundColor
https://sampwiki.blast.hk/wiki/TextDrawAlignment
https://sampwiki.blast.hk/wiki/TextDrawFont
https://sampwiki.blast.hk/wiki/TextDrawLetterSize
Reply


Messages In This Thread
How to create texdraws - by AMEENAMEEN - 01.05.2012, 10:01
Re: How to create texdraws - by newbienoob - 01.05.2012, 10:08

Forum Jump:


Users browsing this thread: 1 Guest(s)