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

Solved Custom Admin Menu Player List


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
JoinedSenses
Senior Member
Join Date: Sep 2013
Old 09-10-2013 , 20:12   Custom Admin Menu Player List
Reply With Quote #1

Repost of a thread. Im unsure if i posted in the correct subforum originally.

After searching for over an hour and working on just a simple command to add to the menu, Im still having trouble.

I'd like to add sm_goto to the admin menu, with the list of players to teleport to.
When the goto command is selected, there is no list of players, just the number 1 for the list, with another 1 beside it.

Here is what i have at the moment for the cfg.

Code:
"Commands"
{
		"Go To Player"
		{
			"cmd"		"sm_goto #1"
			"execute"	"player"
			"1"
			{
				"type"		"player"
				"method"	"name"
				"title"	"Player Name"
			}
		}
}

Last edited by JoinedSenses; 06-16-2019 at 11:40.
JoinedSenses is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 09-11-2013 , 08:19   Re: Custom Admin Menu Player List
Reply With Quote #2

Quote:
Originally Posted by JoinedSenses View Post
Repost of a thread. Im unsure if i posted in the correct subforum originally.

After searching for over an hour and working on just a simple command to add to the menu, Im still having trouble.

I'd like to add sm_goto to the admin menu, with the list of players to teleport to.
When the goto command is selected, there is no list of players, just the number 1 for the list, with another 1 beside it.

Here is what i have at the moment for the cfg.

Code:
"Commands"
{
	"PlayerCommands"	// category
	{
		"Go To Player"	// command title
		{
			"cmd"		"sm_goto #1"
			"execute"	"player"
			"1"
			{
				"type"		"player"
				"method"	"name"
				"title"	"Player Name"
			}
		}
	}
}
__________________
Do not Private Message @me
Bacardi 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 11:14.


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