[Release?] Anti chat spam / Mute players

I did that and same thing,

RegisterCommand("mute", function(s,a,r)
    local user_id = vRP.getUserId({s})
    local license = ""
    local user = GetPlayerIdentifiers(a[1]) local time = a[2]
    for i=1,10 do 
        if user[i] then
            thing = string.find(user[i], "license:")
            if thing then
                license = thing
            end
        end
    end
    -- change the true to your permission system check
    if vRP.hasPermission({user_id,"mute.permission"}) then
        if Get_UserMute(license) ~= 0 then
            TriggerClientEvent("chatMessage", s, "^1User is already muted!")
        else
            Set_UserMute(license, time)
       -- else
         --   TriggerClientEvent("chatMessage", s, "^1you don't have permission")
        end
    end
end, false)

Can you give me all the folder? i can’t put it with only the code

Just create a folder in your resource folder and then add a “fxmanifest.lua” file to it which

resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'

server_script 'server.lua'

fx_version 'adamant'
games { 'gta5', }

Then add the “server.lua” file i provided in that folder.
then add the resource to your server.cfg(or wherever you have your server config)
Bim boom bam, finito.

Or since i just updated the post, download the chatmute.zip

don’t work i have esx

Is for vrp? Because in my esx server don’t work

Not Working Getting error

How can I configure it with ace perms ?