Invalid memory access
#2

Not really sure about your first problem,however for your second problem there are 2 ways to fix it
1) Try to reset everything (including server.cfg)
2) You probably deleted the below code, try adding it again to your script.

Код:
public OnFilterScriptInit()
{
print("\n------------------------");
print("Your Filterscript");
print("---------------------------\n");
return 1;
}

public OnFilterScriptExit()
{
return 1;
}

#else
Reply


Messages In This Thread
Invalid memory access - by DeitY - 24.03.2015, 04:34
Re: Invalid memory access - by Zomboy - 24.03.2015, 06:07
Re: Invalid memory access - by DeitY - 24.03.2015, 11:59
Re: Invalid memory access - by bartekdvd - 24.03.2015, 22:36
Re: Invalid memory access - by DeitY - 24.03.2015, 23:50
Re: Invalid memory access - by DeitY - 25.03.2015, 06:52

Forum Jump:


Users browsing this thread: 1 Guest(s)