13.04.2014, 22:53
olha como o meu ta...
pawn Код:
APlayerData[playerid][MissionText] = TextDrawCreate(320.0, 430.0, "2"); // Setup the missiontext at the bottom of the screen
TextDrawAlignment(APlayerData[playerid][MissionText], 2); // Align the missiontext to the center
TextDrawBackgroundColor(APlayerData[playerid][MissionText], 255);
TextDrawFont(APlayerData[playerid][MissionText], 2);
TextDrawLetterSize(APlayerData[playerid][MissionText], 0.390000, 1.300000);
TextDrawSetOutline(APlayerData[playerid][MissionText], 1);
TextDrawSetProportional(APlayerData[playerid][MissionText], 1);