![]() |
![]() ![]() « Consul » 1423066500000
| 0 | ||
Safwanrockz a dit : thanks a lot! |
![]() ![]() « Consul » 1423224660000
| 0 | ||
os.date() doesn't work correctly. When I tried to get current date(day month year) print(os.date("%d.%m.%Y")) I have got Fri Feb 06 13:06:14 CET 2015 not 06/02/2015 What's the problem? Are there any other variants to get current date? upd: I made this, but I'm not sure, will it work correctly or not. a dit : Dernière modification le 1423246200000 |
![]() ![]() « Censeur » 1423323900000
| 0 | ||
Your script is working but I don't see why you're nesting functions. :x |
0 | ||
Help! tfm.exec.newGame('#0') xml='' function eventNewGame() xml=tfm.get.room.xmlMapInfo.xml end tfm.exec.newGame(xml:gsub('/><Z>','G="0" /><Z>')) |
![]() ![]() « Citoyen » 1423659420000
| 0 | ||
byersackn a dit : This won't work since you are using tfm.exec.newGame twice. You have to do something so it must work three seconds later from the last newGame. Also you can't use # tag in your tribe house.
tfm.exec.newGame(333333) function eventNewGame()
function eventLoop()
lastLoadTime = nil |
0 | ||
Kmlcan a dit : If I wanted to strip tfm.exec.newGame(333333) |
![]() ![]() « Censeur » 1424887140000
| 0 | ||
I'm or lua is broken? |
![]() ![]() « Consul » 1424888760000
| 0 | ||
Minstens a dit : It's fixed now. |
![]() ![]() « Citoyen » 1424988000000
| 0 | ||
Lua is broken again. And commands in #utility aren't working, Shamousey. Dernière modification le 1424989260000 |
![]() « Citoyen » 1425246900000
| 0 | ||
Randomly getting this error at times, Runtime Error : Destruction demandée par la partie. Doesnt seem to be anything since i can re-run the script with no errors... |
![]() ![]() « Censeur » 1425249120000
| 0 | ||
Some module functions/features aren't working at the meantime. They were fixed but apparently seem to be broken yet again. |
![]() ![]() « Consul » 1425258780000
| 0 | ||
velspar a dit : That particular issue seems to be when the server tries to close the script when there's no-one in the room. It's a recent thing that's not the script's fault, hopefully it'll be fixed soon. |
![]() ![]() « Citoyen » 1426179300000
| 0 | ||
Lua broken. |
![]() ![]() « Citoyen » 1426346580000
| 0 | ||
CAN SOMEONE FIX LUA ALREADY??? |
![]() ![]() « Citoyen » 1426347480000
| 0 | ||
viliusr a dit : It usually fixes eventually, so be patient. |
![]() ![]() « Consul » 1426360560000
| 0 | ||
It should be working fine now - if it's not working in your tribehouse then it's temporarily broken on the satellite server the room is running on. Try making sure the room is empty from other people, then rejoin it and try again. |
![]() ![]() « Citoyen » 1426365480000
| 0 | ||
Still does not work. I am alone in the tribehouse. What do you mean 'satellite server'? |
![]() « Citoyen » 1426795320000
| 0 | ||
"The function table.getn is deprecated!" Cant seem to find any reason for this, good nor bad(Everything runs perfectly fine)... Wondering if this is some sorta bug, or my script needs fixing. Id share the script, but I prefer finding my own mistakes, if any :P |
![]() ![]() « Citoyen » 1426795620000
| 0 | ||
try replace « table.getn(xyz) » to « #xyz » |
![]() « Citoyen » 1426796220000
| 0 | ||
Alexpp a dit : Gives me this error: "Init Error : Velspar.lua:87: attempt to get length of number" |