You are not logged in.
Pages: 1
comomandos
**********
command = minbots
exec = bot minbots [1]
desc = Sets the minimum number of bots on the server
levels = 5
**********
command = maxbots
exec = bot maxbots [1]
desc = Sets the maximum number of bots on the server
levels = 5
**********
command = addbot
exec = bot addbot [1] [2] [3]
desc = Adciona Bots no Jogo. Escreva: !addbot <Time> <classe> <name>. Nao use Aspas
levels = 5
**********
command = kickbot
exec = bot kickbot [1] [2] [3]
desc = Kicks a bots. Escreva assim: !kickbot <name ou numero>.
levels = 5
**********
===============================================================
these commands do not appear in the game menu!
when I called the command appears a msg the bots
command is not recognized!
/! maxbots 10
/! minibots 5
are not loaded!
what's the problem?
Offline
Check N!tmod 2.2 installation tutorial @ http://etmods.net/forums/viewtopic.php?id=520
You are using
command = kickbot
exec = bot kickbot [1] [2] [3]
desc = Kicks a bots. Escreva assim: !kickbot <name ou numero>.
levels = 5
It should be
name = kickbot
exec = bot kickbot [1] [2] [3]
desc = Kicks a bots. Escreva assim: !kickbot <name ou numero>.
levels = 5
Offline
Check N!tmod 2.2 installation tutorial @ http://etmods.net/forums/viewtopic.php?id=520
You are using
command = kickbot exec = bot kickbot [1] [2] [3] desc = Kicks a bots. Escreva assim: !kickbot <name ou numero>. levels = 5
It should be
name = kickbot exec = bot kickbot [1] [2] [3] desc = Kicks a bots. Escreva assim: !kickbot <name ou numero>. levels = 5
Valeu Obrigado! N!trox N!TROMOD!
Offline
Is this correct?
My point simply add two bots or throw them away, Random two bots
name = addbot
exec = bot addbot [2]
desc = Dodadaje dwa boty.
levels = 16 17 18 19 20
name = kickbot
exec = bot kickbot [2]
desc = Wyrzuca dwa boty
levels = 16 17 18 19 20
Offline
The easiest way i think is to use this , for both :
**********
name = maxbots
exec = bot maxbots [1]
desc = inserez le nombre de bots voulu
levels = 999 998 997
Offline
Pages: 1