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

Help Me plz!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
bubba 805
Member
Join Date: Sep 2005
Location: US, West coast
Old 09-24-2005 , 01:07   Help Me plz!
Reply With Quote #1

I down loaded amxmod n i got it up n running on my server but how do i add plugins and respawn mod? I got 3 plugins already downloaded and i put them in my plugins.amxx file, but i dont know what to do after that.
I also need a Engine moduel but i duno where to get one. I need instructions on how to use the plugins and where to get an engine modual. Please help me! i dont know how to make the plugins work on the server. Also one last thing, How do i add myself as the number 1 admin and give myself full acess?causewhenever i follow the instructions something dosent register in the counsil; Also i dont know how to upload maps or commands onto the server.

Thank you for listening to this noobie story lol but im a beginner on starting a server and replies are appreciated even if you dont know all of my answers thanks!
bubba 805 is offline
Send a message via AIM to bubba 805
joka69
Senior Member
Join Date: Apr 2005
Old 09-24-2005 , 01:38  
Reply With Quote #2

After that go into addons/amxmodx/configs find plugins.ini and then add the names of the plugins you want to run.Here is what my plugins.ini looks like.
Code:
; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx		; admin base (required for any admin-related)

; Basic
admincmd.amxx		; basic admin console commands
adminhelp.amxx		; help command for admin console commands

; Menus
menufront.amxx		; front-end for admin menus
cmdmenu.amxx		; command menu (speech, settings)
plmenu.amxx		; players menu (kick, ban, client cmds.)
;telemenu.amxx		; teleport menu (Fun Module required!)
mapsmenu.amxx		; maps menu (vote, changelevel)
weaponmenu.amxx

; Chat / Messages
adminchat.amxx		; console chat commands
antiflood.amxx		; prevent clients from chat-flooding the server
imessage.amxx		; displays information messages
adminvote.amxx		; vote commands

; Map related
;nextmap.amxx		; displays next map in mapcycle
;mapchooser.amxx	; allows to vote for next map
;timeleft.amxx		; displays time left on map

; Configuration
pausecfg.amxx		; allows to pause and unpause some plugins
statscfg.amxx		; allows to manage stats plugins via menu and commands

; Counter-Strike
restmenu.amxx		; restrict weapons menu
miscstats.amxx		; bunch of events announcement for Counter-Strike
stats_logging.amxx
statsx.amxx

; Custom Plugins
;oob_builder.amxx
;amx_god.amxx
;maphandler.amxx
mapconfigs.amxx
weaponarena.amxx 
he_arena.amxx
gore3.amxx 
glow2.amxx 
grentrail.amxx
killerbeam.amxx
amx_ejl_nukem.amxx
adminlisten.amxx 
kamikazi.amxx
info.amxx
loadingsound.amxx
voteaccess.amxx
mute.amxx
afkkicker.amxx
pbk.amxx
tracer.amxx
;chatban.amxx
amx_lights.amxx
amx_strip.amxx
amx_fire-1.amxx
admin_alltalk.amxx
admin_bury.amxx
amx_exec.amxx
deagsmapmanage227d.amxx
admin_stack.amxx
admin_gravity.amxx
admin_money.amxx
oob_protector.amxx
anticamping.amxx
amx_deathglow.amxx
mapconfigs.amxx
ac_spinhackdetector.amxx
__________________
joka69 is offline
Send a message via MSN to joka69
bubba 805
Member
Join Date: Sep 2005
Location: US, West coast
Old 09-24-2005 , 02:05   Ty A lot!
Reply With Quote #3

THanks so much i will try it i hope i can ask u if it dosent work about it.
THanks!
bubba 805 is offline
Send a message via AIM to bubba 805
Lazarus Long
Senior Member
Join Date: Oct 2004
Old 09-24-2005 , 03:04  
Reply With Quote #4

bubba 805:

For the Engine module, edit "addons/amxmodx/configs/modules.ini" and remove the semi-colon from it.

Make this:
Code:
; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
;engine_amxx_i386.so
;engine_amxx.dll
;engine_amxx_amd64.so
into this:
Code:
; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
engine_amxx_i386.so
engine_amxx.dll
engine_amxx_amd64.so
For the admin part either use this or read AMX Mod X Documentation: 4. Configuration: Admins.

For the maps you should get the map, extract it to your server (read the map instructions that eventualy came with it to know where to put each file), for simple maps the *.wad files go on your server mod folder (for instance cstrike for CS or czero for CS:CZ), the <map name>.bsp, <map name>.res and <map name>.txt go in the maps subfolder under your mod folder and the *.tga files go in the gfx/env subfolder under your mod folder, and you should list your map name either in your mapcycle.txt or addons/amxmodx/configs/maps.ini file. For more on this you should go here or read AMX Mod X Documentation: 6. Configuration: Maps.

Regards,
__________________
Lazarus Long is offline
Lazarus Long
Senior Member
Join Date: Oct 2004
Old 09-24-2005 , 03:31  
Reply With Quote #5

bubba 805:

Also you may want to check if the plugins you are trying to run need other modules besides Engine, for instance Fakemeta is a very common one also. Check your logs for error messages, since they often tell you what is missing.

Regards,
__________________
Lazarus Long 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 14:14.


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