0% found this document useful (0 votes)
9 views2 pages

Commandmenu 21

The document outlines a customized command menu for a game server, detailing various commands and their associated actions. It includes options for admin controls, chat commands, announcements, and gameplay features like changing maps and managing player interactions. The commands utilize AMX scripting to execute in-game actions and communicate with players.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views2 pages

Commandmenu 21

The document outlines a customized command menu for a game server, detailing various commands and their associated actions. It includes options for admin controls, chat commands, announcements, and gameplay features like changing maps and managing player interactions. The commands utilize AMX scripting to execute in-game actions and communicate with players.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

// Commandmenu personalizado

"*" "Adm ON" "amx_tsay red Admin [ON] ; amx_tsay Admin [ON] ; amx_execall speak
administration ; speak administration"
"*" "Atalhos"
{
"*" "Votar p/ mudar mapa" "amx_csay --= Mudar de Mapa? =--;amx_vote
Mudar_de_Mapa? Sim Nao"
"*" "Pegar Steam/Valve" "status; toggleconsole"
"*" "Espectador" "kill;jointeam 6"
}

"*" "CHAT"
{
"*" "Rir" "amx_tsay green hUSHsuhSUhsusHUshsUhsuhsU _!!!; amx_tsay
HsuhsuhSUHsusHUShusH _!!!; amx_execall speak hgrunt/c2a3_hg_laugh"
"*" "Voa Pardal" "amx_tsay green [ VOoa ] [ Pardal ] ; amx_execall speak
ambience/Birds9.wav; amx_tsay red [ VOoa ] [ Pardal ] ; amx_execall speak
ambience/Birds9.wav; amx_tsay blue [ VOoa ] [ Pardal ] ; amx_execall speak
ambience/Birds9.wav;"
"*" "Chora nao bebe" "amx_tsay green [ CHORA ] [ NAO ] [ BEBE ]; amx_tsay
[ CHORA ] [ NAO ] [ BEBE ]; amx_execall speak i.i.woop"
"*" "Nao Vai Nao" "amx_execall spk nice.nice;amx_csay green -- [ Nao Vai
Nao!!!] --"

"*" "Avisos"
{
"*" "Entra Spec" "say @r SPEC ENTRA OU KICK; say @y SPEC ENTRA OU
KICK;amx_execall speak sound/ambience/ratchant.wav"
"*" "Objetivo" "amx_csay red -{ Go Go Go }- -{ Objetivo }-; amx_csay
yellow -{ Go Go Go }- -{ Objetivo }-; amx_execall speak amigo.objective.go"
}
"*" "Anuncio"
{
"*" "Vip" "amx_tsay orange ll G.T ll Seja VIP por 5 reais: beneficios
exclusivos por 30 dias!; amx_execall speak events/task_complete.wav; amx_say ll G.T
ll Seja VIP por 5 reais: beneficios exclusivos por 30 dias!"
"*" "Whatsapp" "say Entre no grupo de whatsapp da G.T, use o link:
https://chat.whatsapp.com/HH8Vwyujhff5uAeF9oL1MN"
}
"*" "Dispenser"
{
"*" "Colocar Dispenser" "amx_tsay white Para colocar o dispenser,
você coloca a faca na mão e aperta G, custa $2000"
"*" "Tirar Dispenser" "amx_tsay white Para remover o dispenser,
você aperta letra O 1 1"
}
}

"*" "Alltalk"
{
"*" "Alltalk ON" "amx_tsay green Alltalk: [ON]; amx_tsay green Alltalk: [ON];
amx_rcon sv_alltalk 1 ; amx_execall speak fvox/communications_on ; speak
fvox/communications_on"
"*" "Alltalk OFF" "amx_tsay red Alltalk: [OFF]; amx_tsay red Alltalk: [OFF];
amx_rcon sv_alltalk 0 ; amx_execall speak of ; speak of"
}
"*" "Destroyer" "say /destroyer"
"*" "Menu de Player" "say /menu"
"*" "Menu de Admin" "amxmodmenu"
"*" "Restart Round" "amx_tsay [ Restart Round ] ; amx_tsay red [ Restart Round ] ;
amx_rcon sv_restartround 2 ; amx_execall speak deeoo ; speak deeoo"
"10" "Fechar" ""

You might also like