13.03.2008, 23:11
Did you test this filterscript?
I don't think so, because the object will not load!:
So OnFilterScriptInit will only get called when 'FILTERSCRIPT' is defined.
But did not defined FILTERSCRIPT. (Its commented).
I don't think so, because the object will not load!:
Код:
#if defined FILTERSCRIPT public OnFilterScriptInit() { CreateObject(971, -1571.684082, 661.248901, 9.782433, 0.0000, 0.0000, 91.1003); // Gate 1 - Front (moving) CreateObject(971, -1701.645386, 684.088989, 27.385559, 0.0000, 0.0000, 269.0036); // Gate 2 - Back (moving) CreateObject(971, -1696.932495, 688.375793, 27.460558, 0.0000, 0.0000, 179.6222); // Secondary gate (does not move) CreateObject(971, -1688.062378, 688.283691, 27.435558, 0.0000, 0.0000, 179.6222); // Secondary gate (does not move) return 1; }
But did not defined FILTERSCRIPT. (Its commented).