Raised This Month: $ Target: $400
 0% 

Old AMX_Super Posts.


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Bo0m!
Veteran Member
Join Date: Mar 2006
Location: New Jersey
Old 09-24-2006 , 13:37   Re: Amx_Super --Everything You Need!
#901

Quote:
Originally Posted by ancheL View Post
"Then add the following line at the end of the file: amx_super.amxx"
How to open: amx_super.amxx ??
And where to get the following line at the end of the file ??

Quote:
3. Go in the addon/amxmodx/configs and open up plugins.ini
4. Then add the following line at the end of the file: amx_super.amxx
Write amx_super.amxx at the bottom of plugins.ini
__________________
Bo0m! is offline
Send a message via AIM to Bo0m! Send a message via MSN to Bo0m! Send a message via Yahoo to Bo0m!
XploD
New Member
Join Date: Sep 2006
Old 09-29-2006 , 08:43   Re: Amx_Super --Everything You Need!
#902

Quote:
Originally Posted by bmann_420 View Post
Amx_Super -- Finished! No More Updates! ---- So download the latest version!
I can't download the Illama sounds...! pls help!
XploD is offline
Bo0m!
Veteran Member
Join Date: Mar 2006
Location: New Jersey
Old 09-29-2006 , 18:52   Re: Amx_Super --Everything You Need!
#903

The llama sounds download fine for me.
__________________
Bo0m! is offline
Send a message via AIM to Bo0m! Send a message via MSN to Bo0m! Send a message via Yahoo to Bo0m!
shane0087
New Member
Join Date: Aug 2006
Old 09-29-2006 , 22:58   Re: Amx_Super --Everything You Need!
#904

The amx_weapon command ios weird, how doe sit work? i do amx_weapon shane0087 m4a1 or 2 and it doesn't work.
shane0087 is offline
Bo0m!
Veteran Member
Join Date: Mar 2006
Location: New Jersey
Old 09-29-2006 , 23:21   Re: Amx_Super --Everything You Need!
#905

amx_weapon <authid, nick, @all, @team, or #userid> <weapon #>
Weapon numbers:
Code:
11 Glock
12 Usp
13 P228
14 Deagle
15 Fiveseven
16 Elites
17 All Pistols
21 Pump Shotty
22 Auto Shotty
31 TMP
32 Mac10
33 MP5
34 P90
35 Ump45
40 Famas
41 Gali
42 AK47
43 M4A1
44 SG552
45 Aug
46 Scout
47 SG550
48 AWP
49 G3SG1
51 Para
60 Shield/Glock/All Nades/Armor
61 Shield/USP/All Nades/Armor
62 Shield/P228/All Nades/Armor
63 Shield/Deagle/All Nades/Armor
64 Shield/FiveSeven/All Nades/Armor
81 Armor
82 Armor + Helmet
83 HE Grenade
84 Flash Grenades
85 Smoke Grenade
86 Defuse Kit
87 Shield
88 All Ammo
89 All Grenades
91 C4
92 Nightvision Goggles
100 AWP/Deagle/All Nades/Full Armor
160 Full Money
666 Everything
__________________

Last edited by Bo0m!; 04-25-2007 at 21:10.
Bo0m! is offline
Send a message via AIM to Bo0m! Send a message via MSN to Bo0m! Send a message via Yahoo to Bo0m!
shane0087
New Member
Join Date: Aug 2006
Old 09-30-2006 , 00:04   Re: Amx_Super --Everything You Need!
#906

o0 it starts at eleven, ty.
shane0087 is offline
saVkatsumoto
New Member
Join Date: Sep 2006
Old 09-30-2006 , 06:03   Re: Amx_Super --Everything You Need!
#907

ok, ub3r n00b time...

1) yes i read through the forum, and yes i actually learned a lot.
2) my question has been asked in the forum, BUT the answers they received that helped them, have not yet helped me.

i installed everything properly, and put everything in the correct folders. i have been playing/installing plugins, etc since 1.3...so im not entirely a n00b.

amx_plugins....i get it saying bad, yes i know...check my modules... they are all enabled. so i went to next plan...i recompiled the sma file and re-saved it (the .amxx file) in the plugins folder. i restart my server, and still bad. i have tried many things, yettttt...no help.

when i go into the amxmodmenu, i go to page 2, i have teleport and restrict on the menu, which excited me for a moment, but they aren't enabled, as if i dont have the admin access level for the commands. i have full access as, it is my server. i use game servers, which i believe is linux, and all modules for linux are enabled, i know i am putting the files in the correct locations. if someone could check out my ftp and maybe show/or fix the problems? i will lay out what i did, as to show my process...and see if i screwed up something easy, which may be a possibility, thanks for your time. -katsumoto

cstrike/addons/amxmodx/plugins.ini *i added "amx_super.amxx" (minus the quotes) to the file, then resaved and re-sent to my ftp

cstrike/addons/amxmodx/data/lang/amx_super.txt *put this file in*

cstrike/addons/amxmodx/plugins/amx_super.amxx *put this file in*

cstrike/addons/amxmodx/scripting/amx_super.sma *file is in there, used for re-compiling*

cstrike/sound/misc/_____________ *i put the sound files there*

last, is the modules, and it shows as follows...

**************here is my modules file**************
=============================================
; 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

; ----------------------------------------------------------
; Counter-Strike - adds functions specific to Counter-Strike
; ----------------------------------------------------------
cstrike_amxx_i386.so
cstrike_amxx.dll
cstrike_amxx_amd64.so

; -----------------------------------------------------
; CSX - adds functionality for CS statistics and events
; -----------------------------------------------------
csx_amxx_i386.so
csx_amxx.dll
csx_amxx_amd64.so

; -----------------------------------------------------
; Warcraft 3 Frozen Throne - Activates WC3FT
; -----------------------------------------------------
war3ft_amxx_i386.so

again, i hope its a dumb mistake and an easy fix...if not, can i get some help please? as of now 3:07am, im kinda wired and my mind is baked from stress at work, so i may not be thinking straight.

still shows as bad bad. thanks guys...
saVkatsumoto is offline
Bo0m!
Veteran Member
Join Date: Mar 2006
Location: New Jersey
Old 09-30-2006 , 08:40   Re: Amx_Super --Everything You Need!
#908

Quote:
Originally Posted by saVkatsumoto View Post
when i go into the amxmodmenu, i go to page 2, i have teleport and restrict on the menu, which excited me for a moment, but they aren't enabled, as if i dont have the admin access level for the commands. i have full access as, it is my server.
Remove the ; before telemenu.amxx in plugins.ini

Quote:
Originally Posted by saVkatsumoto View Post
again, i hope its a dumb mistake and an easy fix...if not, can i get some help please? as of now 3:07am, im kinda wired and my mind is baked from stress at work, so i may not be thinking straight.
still shows as bad bad. thanks guys...
That modules.ini is old, update to the latest amxx.
__________________
Bo0m! is offline
Send a message via AIM to Bo0m! Send a message via MSN to Bo0m! Send a message via Yahoo to Bo0m!
saVkatsumoto
New Member
Join Date: Sep 2006
Old 09-30-2006 , 16:48   Re: Amx_Super --Everything You Need!
#909

ok, will do on the removal of the ";" i thought the version of amxx i had was the latest? do u know what the latest version is? and how do i check and see what version mine is? amx_help? thank you so much for your help
saVkatsumoto is offline
saVkatsumoto
New Member
Join Date: Sep 2006
Old 09-30-2006 , 23:00   Re: Amx_Super --Everything You Need!
#910

nevermind! thanks bo0m! i installed newer version of amxmodx and it worked, i appreciate it VERY much, thank you!
saVkatsumoto is offline
Closed Thread



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 20:10.


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