View Single Post
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 10-02-2015 , 10:20   Re: OciXCrom's Admin Chat
Reply With Quote #8

Quote:
After every change made in the .sma file, you need to compile the plugin locally and replace the plugin with the new .amxx file.
No, just check AMXX_VERSION_NUM if lower than 1.8.3. If so include the inc file, else do nothing.

Quote:
A new and improved version of the default admin chat plugin.
I did not read your code(so remember this, I am not talking about the modifications you made), but I can tell you it's a bad ideea to just take a default amxx plugin, edit and release it. You should instead make a pull request on github with your changes. This is because AMXX is updated from time to time and plugins are likely updated. This means that your plugin will be stuck in time and probably not compatible or missing new amxx version features. Take this as an example: https://forums.alliedmods.net/showthread.php?t=27855
__________________

Last edited by HamletEagle; 10-02-2015 at 10:23.
HamletEagle is offline