Common problems

This section is for ongoing questions/problems that people ask

Before opening the ticket, read the entire section carefully.

1. Redeemcode Command Permission Problem

  1. Set permission = nil to allow any group to use the /redeemcode command

2. Error with getting items

  1. Open es_extended/server/functions.lua

  2. Paste this code

function ESX.GetItems()
   return ESX.Items
end

Last updated