AMx

New Member
Joined
May 1, 2006
Messages
24
Best answers
0
Dont get it!

I downloaded some AMX plugins.

but i cant add them because in my ESF directory i dont have a folder called addons...

wat do i do?
 
Base belongs to me.
👑 Administrator
🌠 Staff
✔️ HL Verified
🚂 Steam Linked
💎Légéñdārý
Joined
Nov 30, 2002
Messages
10,861
Best answers
0
Location
Netherlands
Get AMXX. You'll need it on order to use the Amxx Plugins. A full installation guide can be found in this thread, just be sure to read everything correctly, and if you still have issues and or problems. Then you can check the AMXX Documental Page. which also includes installation instructions.
 
Senior Member
★ Black Lounger ★
✔️ HL Verified
💻 Oldtimer
Joined
Feb 17, 2003
Messages
1,483
Best answers
0
Baka, AMX is server side. You can not cheat server side options on client side unless you are running the server. Run the server yourslef (after you finish install AMXx).
 
New Member
💻 Oldtimer
Joined
Aug 16, 2004
Messages
2,309
Best answers
0
Location
Sunnyvale, CA
All you'll need to know:

K, heres the guide. I'll start to need to post links after a while, theres going to be a few pictures. Anyways, here's the guide.

Step one:
Go to the download section in http://www.amxmodx.org and download the full install.


Step two:
Get done installing, blah blah blah. Run it, and get to the point where you see this:


I'll give you a quick low-down of what the main things are.

Steam Dedicated server: This is where when you want to run a server where you can have the server up using a program, and not ESF.

Steam Listen Server: This is where you open up ESF, goto create new game.

Step three: Select one of the dedicated or listen server. For this example, I used listen server. A menu of games will pop up. Select Earth's special forces.


Hit Next.

Step four: Let it install. After installation, goto your ESF folder and look at your amx folder (Steam/steamapps/youremail/half-life/ESF/addons/amxmodx)

Step five: To make things easier on yourself, goto the configs folder, and open the modules file in notepad.


Take off all the ; where theres a module. Heres mine.

Code:
; AMX Mod X Modules
; You can specify both linux & win32 modules here
; To enable a module, remove the semi-colon from the line

; ------------------------------
; Fun - provides extra functions
; ------------------------------
fun_amxx_i386.so
fun_amxx.dll
fun_amxx_amd64.so

; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
engine_amxx_i386.so
engine_amxx.dll
engine_amxx_amd64.so

; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
fakemeta_amxx_i386.so
fakemeta_amxx.dll
fakemeta_amxx_amd64.so

; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
mysql_amxx_i386.so
mysql_amxx.dll
mysql_amxx_amd64.so
; PostgreSQL
pgsql_amxx_i386.so
pgsql_amxx.dll
; Microsoft SQL
mssql_amxx.dll
; SQLite
sqlite_amxx.dll
sqlite_amxx_i386.so
sqlite_amxx_amd64.so

; ---------------------------------------------
; GeoIP - determines the country of ip adresses
; ---------------------------------------------
geoip_amxx_i386.so
geoip_amxx.dll
geoip_amxx_amd64.so

; --------------------------------
; Sockets - network socket support
; --------------------------------
sockets_amxx_i386.so
sockets_amxx.dll
sockets_amxx_amd64.so

; --------------------------
; Regular Expression support
; --------------------------
regex_amxx_i386.so
regex_amxx.dll
regex_amxx_amd64.so

; --------------------
; Binary Vault support
; --------------------
nvault_amxx_i386.so
nvault_amxx.dll
nvault_amxx_amd64.so
Step six: Now we got to go get you a plug-in.

I wrote numbers, so follow along:

1. Click Plug-ins.
2. Go to Mods.
3. Go to Earth's Special Forces.
4. Click Search.

Step seven: For the example I'm using, I'm using the plug-in "ESF Powerlevel changer"


Step eight: Download both of these:


Step nine: You're almost there.

Go to your configs folder, shown above, and open the file plugins in notepad.


Step ten: In this folder, at the bottom you want to add the name of the .amxx file you downloaded earlier.

Code:
; Custom - Add 3rd party plugins here
esf_powerlevel_changer.amxx
It should look like that on the end.

Step eleven: go to your plugins folder, and put esf_powerlevel_changer.amxx in there.

Step twelve: Last step.

Go to your scripting folder, and put the esf_powerlevel_changer.sma in there.

Congradulations, you have it.

How to work this particular plugin
Inside console, you want to type:

esf_powerlevel "name" "number of PL you want"

So for example, if my name was Kaination in-game, and I wanted 10,000,000 PL, it'd be:

Esf_powerlevel "Kaination" "10000000"

And there you go. Have fun.

Also note... When you get other plugins, they usually tell you how to work it inside the description.

--------

There you go : )

Made by Kaination
 
New Member
Joined
May 5, 2006
Messages
17
Best answers
0
does the "fusion dance"plugin work
or not cause you can dowload it from there too
 
Active Member
✔️ HL Verified
💻 Oldtimer
Joined
Jul 13, 2004
Messages
1,232
Best answers
0
Location
Germany | Bayern
fusion dance plugin i think is made by LynX.
And it was made for ESF 1.1 so it wont work for ESF 1.2.3
 
New Member
Joined
May 5, 2006
Messages
17
Best answers
0
when will esf 1,3 com
and when will btl com"break the limit"
 
Base belongs to me.
👑 Administrator
🌠 Staff
✔️ HL Verified
🚂 Steam Linked
💎Légéñdārý
Joined
Nov 30, 2002
Messages
10,861
Best answers
0
Location
Netherlands
when will esf 1,3 com
and when will btl com"break the limit"
It's done when it's done, the same counts for Break The Limit.
 
New Member
Joined
May 5, 2006
Messages
17
Best answers
0
that thing "esf_powerlevel"......."10000000" dosen't work
 
Freelance Mappzor
✔️ HL Verified
🚂 Steam Linked
💻 Oldtimer
Joined
Nov 21, 2003
Messages
17,065
Best answers
0
Location
Stairing at the Abyss
Try without the " and remember to put your name in to >.>
 
New Member
💻 Oldtimer
Joined
Sep 11, 2005
Messages
3,746
Best answers
0
Kaination said:
All you'll need to know:

K, heres the guide. I'll start to need to post links after a while, theres going to be a few pictures. Anyways, here's the guide.

Step one:
Go to the download section in http://www.amxmodx.org and download the full install.


Step two:
Get done installing, blah blah blah. Run it, and get to the point where you see this:


I'll give you a quick low-down of what the main things are.

Steam Dedicated server: This is where when you want to run a server where you can have the server up using a program, and not ESF.

Steam Listen Server: This is where you open up ESF, goto create new game.

Step three: Select one of the dedicated or listen server. For this example, I used listen server. A menu of games will pop up. Select Earth's special forces.


Hit Next.

Step four: Let it install. After installation, goto your ESF folder and look at your amx folder (Steam/steamapps/youremail/half-life/ESF/addons/amxmodx)

Step five: To make things easier on yourself, goto the configs folder, and open the modules file in notepad.


Take off all the ; where theres a module. Heres mine.

Code:
; AMX Mod X Modules
; You can specify both linux & win32 modules here
; To enable a module, remove the semi-colon from the line

; ------------------------------
; Fun - provides extra functions
; ------------------------------
fun_amxx_i386.so
fun_amxx.dll
fun_amxx_amd64.so

; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
engine_amxx_i386.so
engine_amxx.dll
engine_amxx_amd64.so

; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
fakemeta_amxx_i386.so
fakemeta_amxx.dll
fakemeta_amxx_amd64.so

; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
mysql_amxx_i386.so
mysql_amxx.dll
mysql_amxx_amd64.so
; PostgreSQL
pgsql_amxx_i386.so
pgsql_amxx.dll
; Microsoft SQL
mssql_amxx.dll
; SQLite
sqlite_amxx.dll
sqlite_amxx_i386.so
sqlite_amxx_amd64.so

; ---------------------------------------------
; GeoIP - determines the country of ip adresses
; ---------------------------------------------
geoip_amxx_i386.so
geoip_amxx.dll
geoip_amxx_amd64.so

; --------------------------------
; Sockets - network socket support
; --------------------------------
sockets_amxx_i386.so
sockets_amxx.dll
sockets_amxx_amd64.so

; --------------------------
; Regular Expression support
; --------------------------
regex_amxx_i386.so
regex_amxx.dll
regex_amxx_amd64.so

; --------------------
; Binary Vault support
; --------------------
nvault_amxx_i386.so
nvault_amxx.dll
nvault_amxx_amd64.so
Step six: Now we got to go get you a plug-in.

I wrote numbers, so follow along:

1. Click Plug-ins.
2. Go to Mods.
3. Go to Earth's Special Forces.
4. Click Search.

Step seven: For the example I'm using, I'm using the plug-in "ESF Powerlevel changer"


Step eight: Download both of these:


Step nine: You're almost there.

Go to your configs folder, shown above, and open the file plugins in notepad.


Step ten: In this folder, at the bottom you want to add the name of the .amxx file you downloaded earlier.

Code:
; Custom - Add 3rd party plugins here
esf_powerlevel_changer.amxx
It should look like that on the end.

Step eleven: go to your plugins folder, and put esf_powerlevel_changer.amxx in there.

Step twelve: Last step.

Go to your scripting folder, and put the esf_powerlevel_changer.sma in there.

Congradulations, you have it.

How to work this particular plugin
Inside console, you want to type:

esf_powerlevel "name" "number of PL you want"

So for example, if my name was Kaination in-game, and I wanted 10,000,000 PL, it'd be:

Esf_powerlevel "Kaination" "10000000"

And there you go. Have fun.

Also note... When you get other plugins, they usually tell you how to work it inside the description.

--------

There you go : )

Made by Kaination
nice job man, nice tut, you should get paid
 

Users who are viewing this thread

Top Bottom