добавлены скрипты eluna в докер контейнер
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
local PLAYER_EVENT_ON_LOGIN = 3
|
||||
|
||||
local function OnLogin(event, player)
|
||||
player:SendBroadcastMessage("Eluna greetings you")
|
||||
end
|
||||
|
||||
RegisterPlayerEvent(PLAYER_EVENT_ON_LOGIN, OnLogin)
|
||||
Reference in New Issue
Block a user