View Single Post
jRaven
AMX Mod X Beta Tester
Join Date: Jan 2006
Location: IA, USA
Old 09-12-2006 , 12:43   Re: Need Help Amx Prob
Reply With Quote #10

To install an AMXX plugin (assuming lasersight is AMXX not metamod plugin) do what you did before... save the source (.sma file) into addons/amxmodx/scripting/ and compile.

Compiled .amxx plugins will be in the scripting/compiled/ folder, and you need to move or copy them to addons/amxmodx/plugins/. Then make sure the plugin is listed in addons/amxmodx/configs/plugins.ini on it's own line with the filename of the .amxx compiled plugin.

You can check if your plugin loaded successfully with either:
Server console...
Code:
amxx plugins
Client (w/ADMIN_RCON) console?...:
Code:
amx_plugins
Or if that fails... one of these two:
amx_showrcon amxx plugins
amx_showrcon "amxx plugins"
jRaven is offline
Send a message via ICQ to jRaven Send a message via AIM to jRaven