View Single Post
allenelson
Junior Member
Join Date: May 2008
Old 06-02-2008 , 19:19   Re: how do i add more options to the adminmenu ?
Reply With Quote #9

im hosting on a dedicated linux machine. editing via a plain text editor. everything is pretty much default except for 2 addons that i've added in there, ads and TF2respawn. i'm trying to move away from mani but this seems to be more of a hassle than anything. i thrive on documentation, and feel this mod is lacking it.

19:15:28 Listing 3 plugins:
[01] SourceMod (1.1.0.2184) by AlliedModders LLC
[02] TF2 Tools (1.1.0.2183) by AlliedModders LLC
[03] SDK Tools (1.1.0.2157) by AlliedModders LLC

19:15:57 [SM] Listing 19 plugins:
01 "Fun Votes" (1.1.0.2184) by AlliedModders LLC
02 "Basic Votes" (1.1.0.2184) by AlliedModders LLC
03 "Ads" (1.0.4.0) by Shane A. ^BuGs^ Froebel
04 "Nextmap" (1.1.0.2184) by AlliedModders LLC
05 "Basic Comm Control" (1.1.0.2184) by AlliedModders LLC
06 "Basic Chat" (1.1.0.2184) by AlliedModders LLC
07 "Basic Ban Commands" (1.1.0.2184) by AlliedModders LLC
08 "Admin Help" (1.1.0.2184) by AlliedModders LLC
09 "Cloak Syphon" (1.1) by Muridias
10 "TF2 Fast Respawns" (1.0.5) by WoZeR
11 "Admin Menu" (1.1.0.2184) by AlliedModders LLC
12 "Reserved Slots" (1.1.0.2184) by AlliedModders LLC
13 "Admin File Reader" (1.1.0.2184) by AlliedModders LLC
14 "Fun Commands" (1.1.0.2184) by AlliedModders LLC
15 "Basic Info Triggers" (1.1.0.2184) by AlliedModders LLC
16 "Basic Commands" (1.1.0.2184) by AlliedModders LLC
17 "Anti-Flood" (1.1.0.2184) by AlliedModders LLC
18 "SlapSlay Commands" (1.1.0.2184) by AlliedModders LLC
19 <Failed> "Client Preferences" (1.1.0.2184) by AlliedModders LLC

right now this is the example i've currently tried which has also failed:

adminmenu_custom.txt

"Commands"
{
"PlayerCommands"
{
"Uberslap"
{
"cmd" "sm_uberslap #1"
"execute" "player"
"1"
{
"type" "teamplayer"
"method" "name"
"title" "Player:"
}
}
}
}

please note i'm only trying these examples to see if anything appears in the menu at all. thanks in advance.

Last edited by allenelson; 06-02-2008 at 19:20. Reason: edit, 3 mods that i've added in
allenelson is offline