TextDraws
#1

Hi.i wanna replace dis textdraw


I dont wanna dis one

I wanna dis one

// MissionText TextDraw setup
APlayerData[playerid][MissionText] = TextDrawCreate(320.0, 430.0, " "); // Setup the missiontext at the bottom of the screen
TextDrawAlignment(APlayerData[playerid][MissionText], 2); // Align the missiontext to the center
TextDrawUseBox(APlayerData[playerid][MissionText], 1); // Set the missiontext to display inside a box
TextDrawBoxColor(APlayerData[playerid][MissionText], 0x00000066); // Set the box color of the missiontext
Reply
#2

This*

and use Zamaroht's TextDraw Editor by Zamaroht to create such text draw
Reply
#3

TextDrawFont(APlayerData[playerid][MissionText],2);
Add dis my friend to your textdaw lines
Reply
#4

Quote:
Originally Posted by [HRD]Mar1
Посмотреть сообщение
TextDrawFont(APlayerData[playerid][MissionText],1);
Add dis my friend to your textdaw lines
Where i put it?
Reply
#5

Quote:
Originally Posted by DerickClark
Посмотреть сообщение
Where i put it?
pawn Код:
TextDrawAlignment(APlayerData[playerid][MissionText], 2); // Align the missiontext to the center
TextDrawUseBox(APlayerData[playerid][MissionText], 1); // Set the missiontext to display inside a box
TextDrawBoxColor(APlayerData[playerid][MissionText], 0x00000066); // Set the box color of the missiontext
TextDrawFont(APlayerData[playerid][MissionText],2);
Reply
#6

Quote:
Originally Posted by [HRD]Mar1
Посмотреть сообщение
TextDrawFont(APlayerData[playerid][MissionText],2);
Add dis my friend to your textdaw lines
it work how to make it small?
Reply
#7

Within the the OnGameModeInit callback usually.
Reply
#8

TextDrawLetterSize(APlayerData[playerid][MissionText],0.399998, 1.000000);//
Play on dis cords and test
Reply
#9

Quote:
Originally Posted by [HRD]Mar1
Посмотреть сообщение
TextDrawFont(APlayerData[playerid][MissionText],2);
Add dis my friend to your textdaw lines
Quote:
Originally Posted by [HRD]Mar1
Посмотреть сообщение
TextDrawLetterSize(APlayerData[playerid][MissionText],0.399998, 1.000000);//
Play on dis cords and test
Ty.you really good at dis
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)