Files
Jacob dd6f569620 Revert "iy6ggh"
This reverts commit d4fe71a0263f53a8b407a2a790fc34fbb0e36406.
2023-06-06 22:17:15 +01:00

10 lines
729 B
Lua

Citizen.CreateThread(function()
TriggerEvent('chat:addSuggestion', '/ooc', 'Type in Out-Of-Character mode', { })
TriggerEvent('chat:addSuggestion', '/911', 'Submit a public 911 call', { })
TriggerEvent('chat:addSuggestion', '/ad', 'Send an ad into the chat', { })
TriggerEvent('chat:addSuggestion', '/atc', 'To be used for Air Trafic Control', { })
TriggerEvent('chat:addSuggestion', '/darkweb', 'Send sketchy ads in here :)', { })
TriggerEvent('chat:addSuggestion', '/dispatch', 'To be used by dispatch for first responders', { })
TriggerEvent('chat:addSuggestion', '/drugdeal', 'Used to ad your drugdeal', { })
TriggerEvent('chat:addSuggestion', '/me', 'Used to mention personal actions', { })
end)