02.07.2009, 16:29
First of all, uncomment the line //#define FILTERSCRIPT to make it really a Filterscript
Just remove these two line " // " before the #define FILTERSCRIPT.
And on server.cfg add on the filterscripts thename of the filterscript, so for example the name of the fs is "elevators" so you have to add
' filterscripts elevator'
pawn Код:
#
// uncomment the line below if you want to write a filterscript
#
//#define FILTERSCRIPT
And on server.cfg add on the filterscripts thename of the filterscript, so for example the name of the fs is "elevators" so you have to add
' filterscripts elevator'

