This website requires JavaScript.
Sign in
redstrate
/
kawari
Watch
1
Fork
You've already forked kawari
0
mirror of
https://github.com/redstrate/Kawari.git
synced
2025-04-20 06:37:45 +00:00
Code
Activity
a99b0e7c17
kawari
/
resources
/
scripts
/
test.lua
4 lines
97 B
Lua
Raw
Normal View
History
Unescape
Escape
Pass PlayerData to onBeginLogin function
2025-03-27 19:24:36 -04:00
function
onBeginLogin
(
player
)
print
(
"
Player
"
..
player.content_id
..
"
is connecting!
"
)
Add mlua for server-side scripting support This isn't hooked up to anything yet, just trying it out.
2025-03-27 16:20:33 -04:00
end
Copy permalink