Kann mir jemand sagen warum sich der Counter nur auf 1 erhöht und denn nicht weiter ?
Zerbreche mir schon den Kopf
Zerbreche mir schon den Kopf

LUA-Quellcode
- local counter = 0
- setTimer(function()
- local counter = counter+1
- outputChatBox(tostring(counter))
- end, 1000, 0)