12.01.2017, 23:44
Try this.
Код:
for(new playerid=0;playerid<MAX_PLAYERS;playerid++) { CountText[playerid] = TextDrawCreate(192.000000, 416.000000, "0/25 seconds left to capture"); TextDrawBackgroundColor(CountText[playerid], 255); TextDrawFont(CountText[playerid], 1); TextDrawLetterSize(CountText[playerid], 0.460000, 1.900000); TextDrawColor(CountText[playerid], -1); TextDrawSetOutline(CountText[playerid], 1); TextDrawSetProportional(CountText[playerid], 1); }