Raised This Month: $32 Target: $400
 8% 

Teleport command


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
kessler12
Junior Member
Join Date: May 2006
Old 06-03-2006 , 13:00   Teleport command
Reply With Quote #1

My friend looked and u told me to tell him to see if its enbled and he said it is is there any other way he can get my telport to work?
kessler12 is offline
hitme
Senior Member
Join Date: May 2006
Old 06-03-2006 , 13:10  
Reply With Quote #2

tell him to go into his amx/plugins.ini folder and remove the ; from the ;telemenu.amxx ; teleport menu (Fun Module required!)
__________________


+ Karma
hitme is offline
Send a message via AIM to hitme
Kensai
Veteran Member
Join Date: Aug 2005
Location: San Diego, California
Old 06-04-2006 , 13:56  
Reply With Quote #3

Fun Module is enabled by default.

To elaborate and what he said.


Go into your addons/amxmodx/configs folder. Open up "plugins.ini"

Without any custom plugins installed it should look something like this(for CS 1.6)

Quote:
; AMX Mod X plugins

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

; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management

; 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)

; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
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
statsx.amxx ; stats on death or round end (CSX Module required!)
;miscstats.amxx ; bunch of events announcement for Counter-Strike
;stats_logging.amxx ; weapons stats logging (CSX Module required!)


; Custom - Add 3rd party plugins here

When a plugin has a ";" in front of it, it means its commented, and AMXX won't read it. SO, take out the ";" from in front of "telemenu.amxx"

So it looks like this.

Quote:
; AMX Mod X plugins

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

; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management

; 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)

; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
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
statsx.amxx ; stats on death or round end (CSX Module required!)
;miscstats.amxx ; bunch of events announcement for Counter-Strike
;stats_logging.amxx ; weapons stats logging (CSX Module required!)


; Custom - Add 3rd party plugins here
Kensai is offline
Send a message via AIM to Kensai Send a message via MSN to Kensai
Old 12-30-2012, 22:21
Soapaosin
This message has been deleted by Soapaosin. Reason: Realized I was using amx_telemenu not amx_teleportmenu
Old 01-15-2013, 00:31
dseo
This message has been deleted by YamiKaitou. Reason: spambot
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 09:30.


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