22.12.2015, 07:10
He added bracket.
Код:
} for(new i=0; i<MAX_PLAYERS; i++) { // Fuel and Speedo line 6 VehicleIDraw[i] = TextDrawCreate(513.000000, 386.000000, "IIIIIIIIII"); TextDrawBackgroundColor(VehicleIDraw[i], 255); TextDrawFont(VehicleIDraw[i], 2); TextDrawLetterSize(VehicleIDraw[i], 0.500000, 1.500000); TextDrawColor(VehicleIDraw[i], -1); TextDrawSetOutline(VehicleIDraw[i], 0); TextDrawSetProportional(VehicleIDraw[i], 1); TextDrawSetShadow(VehicleIDraw[i], 1); } }