05.08.2016, 17:59
It's pretty obvious isn't it?
File functions crash the server if an invalid handle is used. One must ALWAYS check that a file can be opened (fopen()) in the desired mode (read or write) before doing any actual reading or writing.
Код:
native fwrite
Код:
in public AddToWareHouse