; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
engine_amxx_i386.so
engine_amxx.dll
engine_amxx_amd64.so
like that right? yes I have it like that, and I also have 2 other plugins that work perfectly:
1) amx_super.amxx
2) aim_practice.amxx
all the commands work when I type in a command from these plugins. Also, many WILL know this, that amx_super.amxx runs on amxmodx, amxmisc, and engine (which are the modules needed to run the script that I am having troubles with) AS WELL AS cstrike and fun
also just for a try, I plugged in:
Code:
register_concmd("amx_skinmenu","fnSkinMenu",ADMIN_LEVEL_H,"Changes your knife skin.")
in the public plugin_init() section, just adding this command, not deleting anything, and trying again, and it still says that amx_skinmenu is an unknown command.. To make matters worse, when I type in /skinmenu and press enter, or go to console and type in "say /skinmenu" it just goes through as if i typed something during game play....