27.11.2010, 09:50
Modified so it fits, it crashes with the code on OnGameModeInit:
The server just closes itself after loading the (0) filterscripts. Nothing in server_log.
pawn Код:
new File:UsedNumbers;
if(UsedNumbers == fopen("Numbers.txt",io_read))
{
while(fread(UsedNumbers,string))
{
PhoneNumbers[strval(string)] = 1;
}
}

