zwzsg, good to know, thanks)
abma, nice!)
Search found 3 matches
- 08 Apr 2013, 20:46
- Forum: Lua Scripts
- Topic: Usage of socket in widgets
- Replies: 6
- Views: 894
- 06 Apr 2013, 17:23
- Forum: Lua Scripts
- Topic: Usage of socket in widgets
- Replies: 6
- Views: 894
Re: Usage of socket in widgets
Thank you very much for help, guys! My fault, I just didn't set LuaSocketEnabled=1... But I don't understand why this check was passed: if not Spring.GetConfigInt("LuaSocketEnabled", 0) == 1 then Spring.Echo("LuaSocketEnabled is disabled") return false end Anyway, I added LuaSock...
- 05 Apr 2013, 21:20
- Forum: Lua Scripts
- Topic: Usage of socket in widgets
- Replies: 6
- Views: 894
Usage of socket in widgets
Hello! Could you help me, please? I cann't use socket with widgets. I tried to start example widget, which uses socket (\Spring\engine\91.0\examples\Widgets\luasocket.lua): Error: Error in Initialize(): [string "LuaUI\Widgets\luasocket.lua"]:64: attempt to index upvalue 'socket' (a nil val...