diff --git a/resource/zoneCreator/client.lua b/resource/zoneCreator/client.lua index 6eafb8f..ac6ef3d 100644 --- a/resource/zoneCreator/client.lua +++ b/resource/zoneCreator/client.lua @@ -476,7 +476,7 @@ end, true) CreateThread(function() Wait(1000) - exports.chat:addSuggestion('/zone', 'Starts creation of the specified zone', { + TriggerEvent('chat:addSuggestion', '/zone', 'Starts creation of the specified zone', { { name = 'zoneType', help = 'poly, box, sphere' }, { name = 'useLast', help = 'duplicates the last created zone of the specified type (box and sphere only, optional)' } })