Installing Plugins
-
- A regular
- Posts: 53
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Fri Oct 24, 2003 1:30 pm
- Location: Seattle
- Contact:
Installing Plugins
http://amxmod.net/forums/viewtopic.php?p=183875#183875
I am trying to follow that tutorial on how to install a plugin but I get stuck when I try to find the compile.bat file in examples directory. I see one called sc.bat, when I press it there is no "compiled" amx file. Anyone can help me out?
Thanks
I am trying to follow that tutorial on how to install a plugin but I get stuck when I try to find the compile.bat file in examples directory. I see one called sc.bat, when I press it there is no "compiled" amx file. Anyone can help me out?
Thanks
Basically same problem, I'm unable to install this profanity plugin. It is
http://amxmod.net/amx-showplugin.php?id=29607
Here's what I did according to the AMX site I am suppose to:
Copy that plugin. Save it as an sma file, then put it into addons/amx/examples
Then I compile it by pressing...(this is where I'm stuck). But I pressed sc.bat anyways.
But then no compiled AMX file is produced and I don't even have a folder called compiled until I manually made it?
Lastly, I of course made wordlist.ini and put it under amx with my list of swear words I wanted to star out. The file swear.amx was also put in my plugins.ini file under addons/amx/plugins
Something along that way went wrong. Anyone care to shed some light?
http://amxmod.net/amx-showplugin.php?id=29607
Here's what I did according to the AMX site I am suppose to:
Copy that plugin. Save it as an sma file, then put it into addons/amx/examples
Then I compile it by pressing...(this is where I'm stuck). But I pressed sc.bat anyways.
But then no compiled AMX file is produced and I don't even have a folder called compiled until I manually made it?
Lastly, I of course made wordlist.ini and put it under amx with my list of swear words I wanted to star out. The file swear.amx was also put in my plugins.ini file under addons/amx/plugins
Something along that way went wrong. Anyone care to shed some light?
Don't forget to tell potentially curious readers what his problem was and what the solution was.
His problem was that he was trying to do the compile on our server, which is not possible. Instead, it is necessary to download AMX to your personal machine and perform the compile there; then you can upload the resulting .amx file to the server.
His problem was that he was trying to do the compile on our server, which is not possible. Instead, it is necessary to download AMX to your personal machine and perform the compile there; then you can upload the resulting .amx file to the server.
-
- New to forums
- Posts: 4
- Joined: Mon Dec 01, 2003 5:42 pm
When you paste it into your text editor (presumably copied from the AMX mod forums), you just save it as pluginname.sma. There is no conversion process other than that -- the code you are seeing is in Small language format already. Then you put that sma file in addons/amx/examples and run compile.bat.
Yeah but it's still a piece of text document...it looks different from others sma files...will it still work?Edge100x wrote:When you paste it into your text editor (presumably copied from the AMX mod forums), you just save it as pluginname.sma. There is no conversion process other than that -- the code you are seeing is in Small language format already. Then you put that sma file in addons/amx/examples and run compile.bat.