Want to export natives with only amxx file
I have a plugin that without .inc file, and want to know API of this plugin, Any ways????
|
Re: Want to export natives with only amxx file
api is inside of the plugin, for example if u need one native from a module, you don't include the whole Inc of the module, but only native you need.Go to sma file and find native or stocks you need and then copy them to your plugin.
|
Re: Want to export natives with only amxx file
Quote:
|
Re: Want to export natives with only amxx file
Use amxx decompiler and then search your native/stock name and then search it on Google for full code in case it's stock or function, but if it's native you can just extract it from decompiled .amxx file.
|
Re: Want to export natives with only amxx file
Quote:
|
| All times are GMT -4. The time now is 09:27. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.