feat(client/zoneCreator): command suggestion

This commit is contained in:
DokaDoka
2022-09-15 00:21:16 +10:00
parent c8ecc169ca
commit d90f218ae5

View File

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