error 075: input line too long (after substitutions)
#2

pawn Код:
stock CargarAuto(vehid, file[])
{
    INI_ParseFile(file, "CargarVehiculo_Data", .bExtra = true, .extra = vehid);//243
    CrearVehiculo(cInformacion[vehid][cModelo], cInformacion[vehid][cx], cInformacion[vehid][cy], cInformacion[vehid][cz], cInformacion[vehid][cAngle], cInformacion[vehid][cCol1], cInformacion[vehid][cCol2], cInformacion[vehid][cRespawn],
        cInformacion[vehid][cOwner], cInformacion[vehid][cLocked], cInformacion[vehid][cSalud], cInformacion[vehid][cPlaca], cInformacion[vehid][cPatente], cInformacion[vehid][cVenta], cInformacion[vehid][cPrecio], cInformacion[vehid][cConce]);//The stock
}
The error/warning is self-explanatory. One of the lines is too long, which is your 'CrearVehiculo' line.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)