Scripts/resources/[hp]/hp_loading/server.lua

6 lines
149 B
Lua
Raw Normal View History

2024-12-29 19:48:41 +00:00
AddEventHandler('playerConnecting', function(_, _, deferrals)
local source = source
deferrals.handover({name = GetPlayerName(source)})
end)