SA-MP Forums Archive
What the hack?:| - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: What the hack?:| (/showthread.php?tid=199790)



What the hack?:| - SkizzoTrick - 16.12.2010

Im getting this error

error 075: input line too long (after substitutions)

on this line:

pawn Код:
stock SaveFuelMessage(const string[])
{
    if(SavingToLog == 1)
    {
        new log[128], File:CFile;
        format(log,sizeof(log),"%s\n",string);
        CFile = fopen("Fuel_Log.sav",io_append);
        fwrite(CFile,log);
        fclose(CFile);
    }
}
So what should i do?I never got this error before!