From d90f218ae50ff3e1dca2b64f6df3c00a41fce357 Mon Sep 17 00:00:00 2001 From: DokaDoka Date: Thu, 15 Sep 2022 00:21:16 +1000 Subject: [PATCH] feat(client/zoneCreator): command suggestion --- resource/zoneCreator/client.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resource/zoneCreator/client.lua b/resource/zoneCreator/client.lua index a721aa1..4061036 100644 --- a/resource/zoneCreator/client.lua +++ b/resource/zoneCreator/client.lua @@ -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' }, +})