mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
Update commands.lua
This commit is contained in:
@@ -31,7 +31,8 @@ if config.enableAopCommand then
|
|||||||
aop = "Current AOP: " .. aop
|
aop = "Current AOP: " .. aop
|
||||||
})
|
})
|
||||||
TriggerEvent("chat:addMessage", {
|
TriggerEvent("chat:addMessage", {
|
||||||
args = {"~b~Aop has been changed to: " .. aop}
|
color = {0, 150, 250},
|
||||||
|
args = {"Aop has been changed to", aop}
|
||||||
})
|
})
|
||||||
end)
|
end)
|
||||||
RegisterNetEvent("returnAop")
|
RegisterNetEvent("returnAop")
|
||||||
@@ -41,7 +42,8 @@ if config.enableAopCommand then
|
|||||||
aop = "Current AOP: " .. aop
|
aop = "Current AOP: " .. aop
|
||||||
})
|
})
|
||||||
TriggerEvent("chat:addMessage", {
|
TriggerEvent("chat:addMessage", {
|
||||||
args = {"~b~The current AOP is: " .. aop}
|
color = {0, 150, 250},
|
||||||
|
args = {"The current AOP is", aop}
|
||||||
})
|
})
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user