67 lines
		
	
	
	
		
			2.2 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			67 lines
		
	
	
	
		
			2.2 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # qb-smallresources
 | |
| Base scripts for QB-Core Framework :building_construction:
 | |
| 
 | |
| # License
 | |
| 
 | |
|     QBCore Framework
 | |
|     Copyright (C) 2021 Joshua Eger
 | |
| 
 | |
|     This program is free software: you can redistribute it and/or modify
 | |
|     it under the terms of the GNU General Public License as published by
 | |
|     the Free Software Foundation, either version 3 of the License, or
 | |
|     (at your option) any later version.
 | |
| 
 | |
|     This program is distributed in the hope that it will be useful,
 | |
|     but WITHOUT ANY WARRANTY; without even the implied warranty of
 | |
|     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | |
|     GNU General Public License for more details.
 | |
| 
 | |
|     You should have received a copy of the GNU General Public License
 | |
|     along with this program.  If not, see <https://www.gnu.org/licenses/>
 | |
| 
 | |
| 
 | |
| ## Dependencies
 | |
| - [qb-core](https://github.com/qbcore-framework/qb-core)
 | |
| 
 | |
| ## Features
 | |
| - Consumeable foods/beverages/drinks/drugs (sandwich, water_bottle, tosti, beer, vodka etc.)
 | |
| - Removal of GTA's default weapons drops
 | |
| - Drug effects
 | |
| - Removal of GTA's default vehicle spawns (planes, helicopters, emergency vehicles etc.)
 | |
| - Removal of GTA's default emergency service npcs
 | |
| - Removal of GTA's default wanted system
 | |
| - Useable binoculars
 | |
| - Weapon draw animations (normal/holster)
 | |
| - Ability to add teleport markers (from a place to another place)
 | |
| - Taking hostage
 | |
| - Pointing animation with finger (by pressing "B")
 | |
| - Seatbelt and cruise control
 | |
| - Useable parachute
 | |
| - Useable armor
 | |
| - Weapon recoil (specific to each weapon)
 | |
| - Tackle
 | |
| - Calm AI (adjusting npc/gang npc aggresiveness)
 | |
| - Race Harness
 | |
| - /id to see the id
 | |
| - Adjusting npc/vehicle/parked vehicle spawn rates
 | |
| - Infinite ammo for fire extinguisher and petrol can
 | |
| - Removal of GTA's default huds (weapon wheel, cash etc.)
 | |
| - Fireworks
 | |
| - Automatically engine on after entering vehicle
 | |
| - Discord rich presence
 | |
| - Crouch and prone
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| ## Installation
 | |
| ### Manual
 | |
| - Download the script and put it in the `[qb]` directory.
 | |
| - Add the following code to your server.cfg/resouces.cfg
 | |
| ```
 | |
| ensure qb-core
 | |
| ensure qb-smallresources
 | |
| ```
 | |
| 
 | |
| ## Configuration
 | |
| Each feature has a different file name correlative with its function. You can configure each one by its own.
 | 
