20.09.2017, 16:16
PHP Code:
for(new i = 0; i < GetMaxPlayers(); i++) // looping through connected players
PHP Code:
for(new i = 0; i < 4; i++) // new PlayerText:p_Speedo[MAX_PLAYERS][4];
for(new i = 0; i < 18; i++) // new Text:g_Speedo[18];
PHP Code:
new speed;
speed = GetPlayerSpeed(playerid);
PHP Code:
if(speed == 0)
{
}
else
{
if(speed > 0) Gear[playerid] = "D";
}
-_-
PHP Code:
if(speed > 0) Gear[playerid] = "D";
if(IsVehicleDrivingBackwards(GetPlayerVehicleID(playerid))) Gear[playerid] = "R";
PHP Code:
if(speed > 200) speed = 205;
-----
https://cdn.discordapp.com/attachmen.../sa-mp-087.png
- Speed will never go over 999, the extra zero (0) in "0099 KM/H" is useless.
- "Test Server Name" is not centered.
- The alignment of the bar is terrible and inaccurate.
- I have no idea why "Gear:" is in a different font than the speed.
- The number in the middle is just horrendous.
Overall, 2 stars. And I don\'t see why you feel the need to reply "thanks" or "thank you" to every positive post.