error 035: error 035: argument type mismatch (argument 1)
#3

pawn Код:
//oncommandtext
new file[50]

//savetofile
CopyToFile(file[], string[])
{
    new entry[128];
    format(entry, sizeof(entry), "%s\r\n", string);
    new File:hFile = fopen(file, io_append);
    if(hFile)
    {
        fwrite(hFile, entry);
        fclose(hFile);
    }
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)