How to create texdraws
#1

How to create texdraws thats the question
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)