mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-18 22:36:03 +01:00
fix: version checker
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
NDCore = exports["ND_Core"]:GetCoreObject()
|
NDCore = exports["ND_Core"]:GetCoreObject()
|
||||||
-- NDCore.Functions.VersionChecker("ND_Fuel", GetCurrentResourceName(), "https://github.com/Andyyy7666/ND_Framework", "https://raw.githubusercontent.com/Andyyy7666/ND_Framework/main/ND_Fuel/fxmanifest.lua")
|
-- NDCore.Functions.VersionChecker("ND_Fuel", GetCurrentResourceName(), "https://github.com/ND-Framework/ND_Framework", "https://raw.githubusercontent.com/ND-Framework/ND_Framework/main/ND_Fuel/fxmanifest.lua")
|
||||||
|
|
||||||
RegisterNetEvent("ND_Fuel:pay", function(amount)
|
RegisterNetEvent("ND_Fuel:pay", function(amount)
|
||||||
local player = source
|
local player = source
|
||||||
@@ -17,4 +17,4 @@ RegisterNetEvent("ND_Fuel:jerryCan", function(amount)
|
|||||||
color = {0, 255, 0},
|
color = {0, 255, 0},
|
||||||
args = {"Success", "Paid: $" .. amount .. " for gas."}
|
args = {"Success", "Paid: $" .. amount .. " for gas."}
|
||||||
})
|
})
|
||||||
end)
|
end)
|
||||||
|
|||||||
Reference in New Issue
Block a user