Linux problem
#7

You can prevent them through the scripts.

An example:
pawn Код:
new
    File: fhandle = fopen(...);

if (fhandle) // Valid file handle
{
    // code.. you can read from/write to the file
    fclose(fhandle);
}
Reply


Messages In This Thread
Linux problem - by FaZeRs - 23.03.2014, 13:42
Re: Linux problem - by Konstantinos - 23.03.2014, 13:44
Re: Linux problem - by FaZeRs - 23.03.2014, 13:50
Re: Linux problem - by Konstantinos - 23.03.2014, 14:05
Re: Linux problem - by FaZeRs - 23.03.2014, 17:57
Re: Linux problem - by Arjanz - 23.03.2014, 18:00
Re: Linux problem - by Konstantinos - 23.03.2014, 18:02
Re: Linux problem - by FaZeRs - 23.03.2014, 18:58
Re: Linux problem - by Konstantinos - 23.03.2014, 19:07
Re: Linux problem - by FaZeRs - 23.03.2014, 21:57

Forum Jump:


Users browsing this thread: 2 Guest(s)