I fail to see the command, explain plz
Code:
#include "clanmembers.cfg"
"UserFile"
{
"Groups"
{
"Default"
{
"AllowedCommands"
{
"say",
"psay",
"reply",
"say_team",
"nm_help",
"nm_listmaps",
"respawn",
"motd",
"top15",
"statsme",
"rank",
"playerstats",
"nm_who",
"nm_version",
"admin_version",
"PublicSounds",
"scream",
"votezombie",
"votemap",
"votekick",
"nm_spec",
"nm_groups",
"nm_listsounds",
// lets users say @msg to send message to admins
"MessageAdmin",
}
"DefaultGroup",
}
"MyClan"
{
"AllowedCommands"
{
"ReservedSlot",
"voteban",
"voterocket",
"nm_vote",
"voteff",
"nm_cancelvote",
"gsay",
}
}
"Admin"
{
"AllowedCommands"
{
"nm_color",
"nm_airboat_create",
"servercmd_menu",
"convar_menu",
"nm_ad_add",
"nm_ad_list",
"nm_ad_del",
"nm_task_add",
"nm_task_list",
"nm_task_del",
"nm_restrict",
"nm_unrestrict",
"nm_hostages_follow",
"nm_hostages_kill",
"nm_zombie_player",
"nm_alltalk_player",
"nm_teleport_set",
"nm_teleport",
"nm_model",
"nm_grenademode",
"nm_stats_save",
"nm_stats_load",
"nm_stats_del",
"nm_stats_reset",
"nm_stats_sort",
"nm_reloadadmins",
"nm_reloadnamebans",
"nm_reloadbadwords",
"nm_reloadgoodwords",
"nm_reloadpubsounds",
"nm_reloadcmdmenuitems",
"nm_reloadadminsounds",
"nm_reloadadvertisements",
"nm_reloadconvarmenuitems",
"nm_reloadhiddenactions",
"nm_kick",
"nm_ban",
"nm_unban",
"nm_unbanid",
"nm_banlist",
"nm_banip",
"nm_baniplist",
"nm_unbanip",
"nm_noclip",
"nm_god",
"nm_slap",
"nm_slay",
"nm_team",
"nm_swap_teams",
"nm_setkills",
"nm_setdeaths",
"nm_teamscore",
"nm_freeze",
"nm_unfreeze",
"nm_blind",
"nm_unblind",
"nm_fade",
"nm_stopfade",
"nm_shake",
"nm_stopshake",
"nm_map",
"nm_rocket",
"nm_ignite",
"nm_exec",
"nm_play",
"nm_play_player",
"nm_listmaps",
"nm_endround",
"nm_spawn",
"nm_rates",
"nm_ip",
"nm_screenshot",
"nm_name",
"nm_give",
"nm_gag",
"nm_ungag",
"nm_mute",
"nm_unmute",
"nm_tsay",
"nm_say",
"nm_msay",
"nm_csay",
"nm_timelimit",
"nm_winlimit",
"nm_roundtime",
"nm_alltalk",
"nm_bot_add",
"nm_bots_remove",
"nm_cfg",
"nm_ff",
"nm_password",
"nm_restartgame",
"nm_gravity",
"nm_money",
"nm_zombies",
"nm_accuracy",
"menu",
"Immunity",
"AllowBannedNames",
"NoPingKick",
"MessageAnyGroup",
"NoVoteWait",
"RecieveAdminMsgs",
}
"Groups"
{
"MyClan",
}
}
"CoolClan"
{
"AllowName"
{
"[CoolClan]",
}
}
}
"Users"
{
"some guy"
{
"ID" "STEAM_0:0:12"
"AllowedCommands"
{
"nm_rcon",
"nm_motd_reload",
}
"DeniedCommands"
{
}
"Groups"
{
"Admin",
"CoolClan",
}
"Model" "breen"
}
"GhostCheaters"
{
"Address" "123.123.123.123"
"AllowedCommands"
{
// forces player to only spectate teammates when they die
"ForceTeamCamera",
}
}
//"PasswordUser"
//{
// If you specify a password, the password will only work if the user is using the name listed here.
// "Password" "g92t5kkih1"
// "Groups"
// {
// "Admin",
// }
//}
}
}
|