Raised This Month: $12 Target: $400
 3% 

Edit amxx file


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Melan
Junior Member
Join Date: Dec 2019
Old 12-13-2019 , 08:28   Edit amxx file
Reply With Quote #1

Hi !
I recently installed a plugin mod to my hlds but I would like to make a few adjustments to the mode such as editing the round limit, the minimum number players to start the mode or some wrong spelled messages . I edited the .sma file but no changes were made to the server.
I decompiled the amxx file with Lysis and I modified the .txt file but I don't know how to turn it back to an amxx file . I don't even know if this is possible.
All I want to know is how I can actually edit some things from the mod.

Sorry if this is in the wrong thread.

Last edited by Melan; 12-14-2019 at 09:41.
Melan is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 12-13-2019 , 09:12   Re: Edit amxx file
Reply With Quote #2

If you don't have a .sma file, you can't make changes to it. Decompiling an .amxx file won't give you a working .sma file that you can use directly without adjustments.

Long story short - don't use plugins that don't have a source code for various reasons such as this one.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Melan
Junior Member
Join Date: Dec 2019
Old 12-13-2019 , 09:35   Re: Edit amxx file
Reply With Quote #3

Quote:
Originally Posted by OciXCrom View Post
If you don't have a .sma file, you can't make changes to it. Decompiling an .amxx file won't give you a working .sma file that you can use directly without adjustments.

Long story short - don't use plugins that don't have a source code for various reasons such as this one.
I have the .sma file and I edited it but no changes were made when I open the server.
Melan is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 12-13-2019 , 12:10   Re: Edit amxx file
Reply With Quote #4

1. Why this topic supposed to be in Suggestions / Requests instead of Scripting Help?
2. You need to compile the plugin and place into plugins folder lol
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
Melan
Junior Member
Join Date: Dec 2019
Old 12-13-2019 , 15:22   Re: Edit amxx file
Reply With Quote #5

Quote:
Originally Posted by ^SmileY View Post
1. Why this topic supposed to be in Suggestions / Requests instead of Scripting Help?
2. You need to compile the plugin and place into plugins folder lol
I already said I'm sorry for posting the thread in the wrong place. I was rushing.
I'm a new user and it's my first time doing this so would you kindly explain more clearly what am I supposed to do ?
Melan is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 12-13-2019 , 18:11   Re: Edit amxx file
Reply With Quote #6

Quote:
You need to compile the plugin and place into plugins folder
Google is your friend. He won't let you down.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
instinctpt1
Senior Member
Join Date: Dec 2016
Location: Chandigarh, India
Old 12-14-2019 , 06:44   Re: Edit amxx file
Reply With Quote #7

You need to compile the plugin ( Simple words: turning .sma to .amxx ) TUT LINK : https://forums.alliedmods.net/showthread.php?t=130511
Now you need to put this .amxx file for ur plugin in your server's cstrike addons > amxmodx > plugins [ folder ]
Now you need to visit server's addons > amxmodx > configs > plugins.ini
At the last line of plugins.ini add name of your plugin with (.amxx ) extension

Example : myplugin.amxx

Save the plugins.ini file and restart ur server

If you dont understand anything then just google it !

Last edited by instinctpt1; 12-15-2019 at 02:49.
instinctpt1 is offline
Melan
Junior Member
Join Date: Dec 2019
Old 12-14-2019 , 09:40   Re: Edit amxx file
Reply With Quote #8

Quote:
Originally Posted by instinctpt1 View Post
You need to compile the plugin ( Simple words: turning .sma to .amxx ) TUT LINK : https://forums.alliedmods.net/showthread.php?t=130511
Now you need to put this .amxx file for ur plugin in your server's cstrike addons > amxmodx > plugins [ folder ]
Now you need to visit server's addons > amxmodx > configs > plugins.ini
At the last line of plugins.ini add name of your plugin with (.amxx ) extension

Example : myplugin.amxx

If you dont understand anything then just google it !
I did my reasearch on google I just didn't understand anything out there.
Anyways, I understand now. Thanks for explaining.
Melan is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:23.


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