01.03.2017, 13:11
Linhas:
ERROS:
Код HTML:
public UpdatePlayerVelocimetro(playerid) { new playervehicle; if ( (playervehicle = GetPlayerVehicleID(playerid)) != INVALID_VEHICLE_ID) { new string_velo[15]; format(string_velo, sizeof (string_velo), "%02d km/h", GetVehicleSpeed[playervehicle]); PlayerTextDrawSetString(playerid, textPlayerVelocimetro[1][playerid], string_velo); format(string_velo, sizeof (string_velo), "%.0f%", GetVehicleHealthEx[playervehicle]); PlayerTextDrawSetString(playerid, textPlayerVelocimetro[3][playerid], string_velo); format(string_velo, sizeof (string_velo), "%02d Litros", Gas[playervehicle]); PlayerTextDrawSetString(playerid, textPlayerVelocimetro[2][playerid], string_velo); */ } return 1; }
ERROS:
PHP код:
C:\Users\Pc\Desktop\GM By Eiffel Usando\filterscripts\Velocimetro.pwn(34) : warning 235: public function lacks forward declaration (symbol "UpdatePlayerVelocimetro")
C:\Users\Pc\Desktop\GM By Eiffel Usando\filterscripts\Velocimetro.pwn(42) : error 028: invalid subscript (not an array or too many subscripts): "GetVehicleSpeed"
C:\Users\Pc\Desktop\GM By Eiffel Usando\filterscripts\Velocimetro.pwn(42) : warning 215: expression has no effect
C:\Users\Pc\Desktop\GM By Eiffel Usando\filterscripts\Velocimetro.pwn(42) : error 001: expected token: ";", but found "]"
C:\Users\Pc\Desktop\GM By Eiffel Usando\filterscripts\Velocimetro.pwn(42) : error 029: invalid expression, assumed zero
C:\Users\Pc\Desktop\GM By Eiffel Usando\filterscripts\Velocimetro.pwn(42) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.