Ir para baixo
Strein
Strein
MEMBRO

MEMBRO
Mensagens : 41
Data de inscrição : 15/07/2017

Randomize System (Editable) Empty Randomize System (Editable)

Ter Out 03, 2017 6:30 am
First, IMPORT the module ' random '

After, add the code

Under "profil" command(ParseCommands.py)

Código:
           elif command in ["kumaroyna"]:
                if this.client.firstCount >= 10000: # eğer 10000 first varsa
                    this.client.firstCount -= 10000 # 10000 first gidecek şekilde
                    miktarlistesi = range(1, 1000000) # 1 ile 1000000 arasında
    miktar = int(random.choice(miktarlistesi)) # rastgele bir
    this.client.firstCount += int(miktar)# miktar oluşturup ver
                    txt = ''+str(miktar)+' first kazandınız.' # ve bildirmek için
    this.client.sendMessage(txt) # print'le

How can I edit the randomize system?

First, you can edit the cost.

Current cost: 10000 firsts
Código:
this.client.firstCount -= 10000 # 10000 first gidecek şekilde

But you can edit it. as:

Código:
this.client.firstCount -= 500 # 500 first gidecek şekilde


Second, you can edit the amount limit.

Código:
miktarlistesi = range(1, 1000000) # 1 ile 1000000 arasında

Current amount list, between 1 and 1000000.

But you can edit it. as:

Código:
miktarlistesi = range(1, 500) # 1 ile 500 arasında

or you can set it. as:

Código:
miktarlistesi = ["20", "30", "50", "500"] # 20 veya 30 veya 50 veya 500


And finally, you can edit the text.

Código:
txt = ''+str(miktar)+' first kazandınız.' # ve bildirmek için

Current won award message: first kazandınız
 
But you can change it. as:
Código:
txt = 'You won '+str(miktar)+' firsts.' # ve bildirmek için
avatar
weytar
BANIDO

BANIDO
Mensagens : 96
Data de inscrição : 28/05/2016

Randomize System (Editable) Empty Re: Randomize System (Editable)

Sáb Out 28, 2017 1:56 pm
Sen bişey yazma.
Strein
Strein
MEMBRO

MEMBRO
Mensagens : 41
Data de inscrição : 15/07/2017

Randomize System (Editable) Empty Re: Randomize System (Editable)

Seg Out 30, 2017 1:09 pm
Sana ne ? Smile 
Eğer bir yerde faydalandığını görürsem sana kıçımla gülerim.
avatar
weytar
BANIDO

BANIDO
Mensagens : 96
Data de inscrição : 28/05/2016

Randomize System (Editable) Empty Re: Randomize System (Editable)

Seg Out 30, 2017 2:40 pm
Kıçında yüz varda bizim haberimiz mi yok ?

- Tfm bırakalı çok oldu...
Nizant
Nizant
MEMBRO

MEMBRO
Mensagens : 66
Data de inscrição : 06/03/2016
Idade : 21

Randomize System (Editable) Empty Re: Randomize System (Editable)

Seg Out 30, 2017 4:25 pm
Ai você traduz kkkk, 

http://prntscr.com/h40qm4
Andriel9
Andriel9
MEMBRO

MEMBRO
Mensagens : 239
Data de inscrição : 04/06/2017
Idade : 19

Randomize System (Editable) Empty Re: Randomize System (Editable)

Ter Out 31, 2017 7:04 pm
Cover escreveu:Ai você traduz kkkk, 

http://prntscr.com/h40qm4
kkkkkkkkkkkkkkkkkkkkkk
Poeki
Poeki
MEMBRO

MEMBRO
Mensagens : 53
Data de inscrição : 16/09/2015
Idade : 25

Randomize System (Editable) Empty Re: Randomize System (Editable)

Qua Nov 01, 2017 4:36 am
Thx


Cover escreveu:Ai você traduz kkkk, 

http://prntscr.com/h40qm4
Kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk mds, essa hoea sa madeugada (4:35) e eu rindo alto kkkkkkk
Conteúdo patrocinado

Randomize System (Editable) Empty Re: Randomize System (Editable)

Ir para o topo
Permissões neste sub-fórum
Não podes responder a tópicos