• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Please help me out with a basic job.
#4
Add this line also to your filterscript.
This just shows, if filterscript was even loaded, when you start your server.

Code:
public OnFilterScriptInit()
{
    print("Harvesting job loaded.");
    return 1;
}

Also general rule is that, you should avoid using filterscripts, because they don't provide any benefits and its even hard to communicate with filterscripts.
Systems can be gamemode itself.
  Reply


Messages In This Thread
Please help me out with a basic job. - by x3nt1s - 2024-05-03, 07:19 AM
RE: Please help me out with a basic job. - by carl_anderson - 2024-05-04, 10:07 AM

Forum Jump: