I'm guessing you didn't activate engine module yet, and people are rolling the dice. For those plugins (or atleast fireworks, roll the dice, and kamakazi) you need engine running for it to work properly. To activate engine open modules.ini and remove the ; before engine_amx.dll. It should look something like this
Quote:
; AMX Mod X Modules; You can specify both linux & win32 modules here
; Fun - This has extra functions for "extra" stuff
fun_amx.dll
; Engine - This has engine functions core to half-life
engine_amx.dll
; MySQL - This adds MySQL connection support
;mysql_amx.dll
; Counter-Strike - This adds functions specific to Counter-Strike
cstrike_amx.dll
; CS Stats - This adds functionality for CS statistical information
csstats_amx.dll
|