Files

7 lines
188 B
Lua
Raw Permalink Normal View History

2023-02-08 11:34:43 -07:00
function reloadElunaEngine(event, player, command)
2023-03-06 05:51:14 -07:00
if command == "reload scripts" or command == "reloadscripts" then
ReloadEluna()
end
2023-02-08 11:34:43 -07:00
end
RegisterPlayerEvent(42, reloadElunaEngine)