Mapping Filterscript
#1

Hi. i know nothing about filterscripts but im a mapper. I need to be able to create simple filterscripts to add my maps to. i know how to convert them i just dont know how to make the filterscript. if you could show me how to do this ill give you +1 rep. thanks in advance -JE
Reply
#2

Create a blank filterscript with only one callback, OnFilterScriptInit.

pawn Код:
public OnFilterScriptInit()
{
    //Objects go here
    return 1;
}
Then save that. Put it in your filterscripts folder and add it to your server.cfg. Make sure that if you have over the object limit to use a Object Streamer.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)