Bitcoin Forum
August 26, 2024, 03:28:24 AM *
News: All versions of Windows are affected by a critical security bug; make sure you update.
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: March 11, 2017, 10:24:46 PM
Thanks for the quick response. I was not sure that here and the email is the same person. Thank you.
2  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: March 11, 2017, 09:53:22 PM

Hey.
I'm trying to use a loop in the programming mode, but it does not work (although in LUA-yes), tell me, what could be the problem?

Code:
...
local ta = {}
local ti = {}
 
...
if pq==pz then
    pl=(r .. t .. y .. u .. i .. o)
    print ('pq==pz')
    for s =1, #ta, 1 do
        if(ta[s]) == pl then
            print (ta[s])
            ti[s] = ti[s]+1
            print('value+1')
        else
            table.insert(ta, pl)
            print('in table')
        end;
    end;
end;
...
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!