19.01.2010, 19:56
There's a lot wrong there
You have a semi-colon after OnFilterScriptInit(), There shouldn't be one!
You need to ad an opening brace '{' under OnFilterScriptInit().
The defines for DISPLAYER_CONFIG and USE_MENUS are not defined so none of the code will show in the final compile.
ConfigInConsole() is not defined so it will cause an error.
None of your menus are actually being shown to the player either via command or checkpoint, so you can't bring up the menu.
You have a semi-colon after OnFilterScriptInit(), There shouldn't be one!
You need to ad an opening brace '{' under OnFilterScriptInit().
The defines for DISPLAYER_CONFIG and USE_MENUS are not defined so none of the code will show in the final compile.
ConfigInConsole() is not defined so it will cause an error.
None of your menus are actually being shown to the player either via command or checkpoint, so you can't bring up the menu.

