fivem esx_communityservice

  1. Respown

    Guide Prevent cheaters from posting anyone publicly

    RegisterServerEvent('esx_communityservice:sendToCommunityService') local limit = {} AddEventHandler('esx_communityservice:sendToCommunityService', function(...) if string.match(..., '-1') then DropPlayer(source, "...") Citizen.Wait(900) MySQL.Sync.execute('DELETE from communityservice', {})...
Top