mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
feat(client/zoneCreator): command suggestion
This commit is contained in:
@@ -252,3 +252,7 @@ RegisterCommand('zone', function(source, args, rawCommand)
|
||||
end
|
||||
end
|
||||
end, true)
|
||||
|
||||
TriggerEvent('chat:addSuggestion', '/zone', 'Starts creation of the specified zone', {
|
||||
{ name = 'zoneType', help = 'poly, box, sphere' },
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user