| 00 | 01 | 02 | 03 | |
| 00 | D3 | C0 | 37 | 13 |
Someone wants to speak some leetspeak :)
btw: this shop has some cool language options ;)
Greetz
BlueC0re
| 00 | 01 | 02 | 03 | |
| 00 | D3 | C0 | 37 | 13 |
lua_replace(L, LUA_ENVIRONINDEX);directly so I must use
lua_setfenv(L, -1);if I want to set the current table as environment table. You will get the same error message if you try to load single libs (luaopen_..) directly. You must use luaL_openlibs or open it during a lua call.