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

Help... I don't know if is Parsefile or stock...

Quote:

C:\Users\***\Desktop\SAMP\***.pwn(243) : error 075: input line too long (after substitutions)
C:\Users\***\Desktop\SAMP\***.pwn(244) : error 017: undefined symbol "cInf"

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
}
Thanks...
Reply
#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
#3

Quote:
Originally Posted by Threshold
Посмотреть сообщение
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.
Thanks, what is the max number of variables of one stock?...
Reply
#4

It has nothing to do with the amount of variables, it just depends on how long the line is...
Reply
#5

Quote:
Originally Posted by Threshold
Посмотреть сообщение
It has nothing to do with the amount of variables, it just depends on how long the line is...
Oh.. Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)