How do I add a .amxx plugin?

Post Reply
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

How do I add a .amxx plugin?

Post by Nick|NFo »

Upload the .amxx file to your addons/amxmodx/plugins directory using FTP.

Then open addons/amxmodx/configs/plugins.ini and add a line containing the plugin file name.

Example:
Plugin name is amx_super.amxx

plugins.ini

Code: Select all

amx_super.amxx
-Nick
Post Reply