18.08.2015, 21:41
Well,i have made a system that loads things from files, well when i use it it shows this in server console:
Timeout close at index 1. i removed the loading thingy and it worked, i am sure there is no bug or...the code is just like this:
i dont know but it seems like the fopen is the problem since i am opening a file depending on the itemid
Timeout close at index 1. i removed the loading thingy and it worked, i am sure there is no bug or...the code is just like this:
pawn Код:
loaditem(itemid)
{
//here i use format(...) for the file name
then i do fopen(string......)
and here load them with a loop....
}