AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Module Coding (https://forums.alliedmods.net/forumdisplay.php?f=9)
-   -   [REQ] Read Directly From Source (https://forums.alliedmods.net/showthread.php?t=140355)

TechZilla 10-11-2010 07:29

[REQ] Read Directly From Source
 
I was wondering if its possible to code a module for amxmodx so it can read from sma files, It would be easier for me instead of compiling every time I make a tweak to my plugins etc..

so like:

plugin_source.ini

Thanks in advance. :wink:

fysiks 10-12-2010 00:21

Re: [REQ] Read Directly From Source
 
You need to get a program that will make compiling easier for you. My system let's me hit one button to compile and it automatically moves the compiled plugin to the amxmodx/plugins/ folder. Then all I have to do is restart my server.

Check out my Notepad++ thread.

The answer to your actual question: No.

TechZilla 10-12-2010 04:29

Re: [REQ] Read Directly From Source
 
Thanks.

Bugsy 10-12-2010 22:52

Re: [REQ] Read Directly From Source
 
If you use AMX Mod X Studio, set the 'Default Output Directory' to '[dir]\addons\amxmodx\plugins\' - [dir] being the full directory path.

When you hit the compile button, the newly compiled .amxx file will be in your plugins folder. Do a map change or restart and your newly compiled source will be running in your game.


All times are GMT -4. The time now is 07:48.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.