PPC_trucking textdraw
#5

In PPC_Trucking Gamemode.
Look on OnPlayerConnect you going to see a textdraw Call // MissionText TextDraw setup
replace
pawn Код:
// 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
with

pawn Код:
// 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
And see if it work.
Reply


Messages In This Thread
PPC_trucking textdraw - by d0nTtoucH - 24.03.2014, 00:20
Re: PPC_trucking textdraw - by DerickClark - 24.03.2014, 00:32
Re: PPC_trucking textdraw - by d0nTtoucH - 24.03.2014, 00:45
Re: PPC_trucking textdraw - by MP2 - 24.03.2014, 00:47
Re: PPC_trucking textdraw - by DerickClark - 24.03.2014, 00:50
Re: PPC_trucking textdraw - by d0nTtoucH - 24.03.2014, 01:09
Re: PPC_trucking textdraw - by DerickClark - 24.03.2014, 01:51

Forum Jump:


Users browsing this thread: 4 Guest(s)