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' }, +})