Farley120
|
  |
| Joined: 01 Jul 2014 |
| Total Posts: 161 |
|
|
| 01 Apr 2017 04:30 PM |
elseif msg:lower():sub(1,5) == "unlk/" then local name = msg:lower():sub(6) for i,v in pairs(LoopKilled) do if v:sub(1,#name):lower() == name then table.remove(LoopKilled,i) end end
#code print ('Making small progress in Lua >:D') --Farley120 |
|
|
| Report Abuse |
|
|
Farley120
|
  |
| Joined: 01 Jul 2014 |
| Total Posts: 161 |
|
|
| 01 Apr 2017 04:55 PM |
bump
#code print ('Making small progress in Lua >:D') --Farley120 |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2017 05:00 PM |
table.remove(LoopKilled[1])
#code print(string.rep("Lit",5)) |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2017 05:01 PM |
Forget that
#code print(string.rep("Lit",5)) |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2017 05:02 PM |
table.remove(table1,1)
#code print(string.rep("Lit",5)) |
|
|
| Report Abuse |
|
|