18.02.2014, 20:52
pawn Код:
public gasolina(playerid)
{
new string[128];
new vehicle = GetPlayerVehicleID(playerid);
new Nick[MAX_PLAYER_NAME];
GetPlayerName(playerid, Nick, sizeof(Nick));
new wanted = WantedPoints[playerid];
SendClientMessage(playerid, COLOR_YELLOW2, "-=Computador De Bordo=-");
format(string, sizeof(string), " Motorista: %s", Nick);
SendClientMessage(playerid, COLOR_WHITE, string);
format(string, sizeof(string), " Veiculo: %s", NomeCarro[vehicle]);
SendClientMessage(playerid, COLOR_WHITE, string);
format(string, sizeof(string), " Combustivel: %d", Gas[vehicle]);
SendClientMessage(playerid, COLOR_WHITE, string);
format(string, sizeof(string), " Nivel De Procura: %d", wanted);
SendClientMessage(playerid, COLOR_WHITE, string);
format(string, sizeof(string), " Horas: %d", hour);
SendClientMessage(playerid, COLOR_WHITE, string);
Gas[vehicle]--;
return 1;
}
Como Faзo Para Que a Blindagem Aparece No Velocнmetro ?