Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept #12

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Config.Blips = {
}}

LumberJob = {
LumberModel = `s_m_y_construct_01`, -- Ped model https://wiki.rage.mp/index.php?title=Peds
LumberModel = "s_m_y_construct_01", -- Ped model https://wiki.rage.mp/index.php?title=Peds
LumberHash = 0xD7DA9E99, -- Hash numbers for ped model

ChoppingTreeTimer = 12 * 1000, -- 12 second timer
Expand Down
18 changes: 0 additions & 18 deletions server/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -110,21 +110,3 @@ RegisterServerEvent('esx-lumberjack:lumberprocessed', function()
return false
end
end)

AddEventHandler('onResourceStart', function(resourceName)
if (GetCurrentResourceName() ~= resourceName) then
return
end
print("-------------------------------------------------------------------------------------------------------------")
print("███████╗ ██████╗██╗ ██╗ ██╗ ██╗ ██╗███╗ ███╗██████╗ ███████╗██████╗ ██╗ █████╗ █████╗ ██╗ ██╗ ")
print("██╔═══ ██╔════╝╚██╗██╔╝ ██║ ██║ ██║████╗ ████║██╔══██╗██╔════╝██╔══██╗ ██║██╔══██╗██╔══██╗██║██╔╝ ")
print("█████╗ ╚█████╗ ╚███╔╝ ██║ ██║ ██║██╔████╔██║██████╦╝█████╗ ██████╔╝ ██║███████║██║ ╚═╝█████═╝ ")
print("██╔══╝ ╚═══██╗ ██╔██╗ ██║ ██║ ██║██║╚██╔╝██║██╔══██╗██╔══╝ ██╔══██╗██╗ ██║██╔══██║██║ ██╗██╔═██╗ ")
print("███████╗██████╔╝██╔╝╚██╗ ███████╗╚██████╔╝██║ ╚═╝ ██║██████╦╝███████╗██║ ██║╚█████╔╝██║ ██║╚█████╔╝██║ ╚██╗")
print("╚══════╝╚═════╝ ╚═╝ ╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝╚═════╝ ╚══════╝╚═╝ ╚═╝ ╚════╝ ╚═╝ ╚═╝ ╚════╝ ╚═╝ ╚═╝ ")
print(" Converted By Mycroft (Manager of ESX-Framework) & Benzo (Head Of ESX-Support)")
print(" Website: https://docs.esx-framework.org")
print(" TRClassic: https://dsc.gg/trclassic")
print(" Original Script: https://github.com/trclassic92/tr-lumberjack")
print("---------------------------------------------------------------------------------------------------------------")
end)