Commands /decorate - Allows the player decorate the house /createhouse [price] [tier] - Creates a house and saves it to database (Only people with "realestate" job) /addgarage - Adds a garage to nearby house (Only people with "realestate" job) /enter - Enters the nearby house (keys...
QBCore.Commands.Add('dvp', Lang:t('command.dvp.help'), {}, false, function(source) QBCore.Commands.Add('dvp', Lang:t('command.dvp.help'), {}, false, function() local peds = GetAllPeds() for _, ped in ipairs(peds) do DeleteEntity(ped) @@ -209,7 +209,7 @@ end, 'admin'...