mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-18 06:16:02 +01:00
fixed grammar/spelling errors
This commit is contained in:
@@ -209,8 +209,8 @@ RegisterNUICallback("tpDoNot", function()
|
|||||||
TriggerServerEvent("getMoney", selectedCharacter.id)
|
TriggerServerEvent("getMoney", selectedCharacter.id)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
-- discord rich precense will show on a users profile.
|
-- discord rich presence will show on a users profile.
|
||||||
if config.enableRichPrecence then
|
if config.enableRichPresence then
|
||||||
Citizen.CreateThread(function()
|
Citizen.CreateThread(function()
|
||||||
while true do
|
while true do
|
||||||
SetDiscordAppId(config.appId)
|
SetDiscordAppId(config.appId)
|
||||||
@@ -263,4 +263,4 @@ TriggerEvent("chat:addSuggestion", "/" .. config.changeCharacterCommand, "Switch
|
|||||||
if config.enableMoneySystem then
|
if config.enableMoneySystem then
|
||||||
TriggerEvent("chat:addSuggestion", "/" .. config.payCommand, "Transfer money to player", {{name="id", help="Player server id" }, {name="amount", help="amount to pay"}})
|
TriggerEvent("chat:addSuggestion", "/" .. config.payCommand, "Transfer money to player", {{name="id", help="Player server id" }, {name="amount", help="amount to pay"}})
|
||||||
TriggerEvent("chat:addSuggestion", "/" .. config.giveCommand, "Give money to closeby player", {{name="amount", help="amount to give"}})
|
TriggerEvent("chat:addSuggestion", "/" .. config.giveCommand, "Give money to closeby player", {{name="amount", help="amount to give"}})
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user