23.09.2010, 15:22
You forgot the closing bracket at OnFilterScriptInit().
Should look like this:
I think this should be it.
Should look like this:
pawn Код:
public OnFilterScriptInit()
{
print("\n--------------------------------------");
print(" AFK System by ------");
print("--------------------------------------\n");
}

