46 lines
		
	
	
		
			No EOL
		
	
	
		
			1,016 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			No EOL
		
	
	
		
			1,016 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| fx_version 'cerulean'
 | |
| game 'gta5'
 | |
| lua54 'yes'
 | |
| use_experimental_fxv2_oal 'yes'
 | |
| 
 | |
| name 'slashtires'
 | |
| author 'Mads'
 | |
| description 'A script that allows people to slash tires'
 | |
| version '2.0.1'
 | |
| 
 | |
| shared_scripts {
 | |
|     -- '@ox_lib/init.lua', -- Please uncomment this if you want to use ox_core or ox_lib's TextUI with this script
 | |
|     'config.lua',
 | |
|     'shared/variables.lua',
 | |
|     'shared/localization.lua',
 | |
|     'shared/bridge.lua'
 | |
| }
 | |
| 
 | |
| client_scripts {
 | |
|     'client/client.lua',
 | |
|     'client/keylabels.lua'
 | |
| }
 | |
| 
 | |
| server_script 'server/server.lua'
 | |
| 
 | |
| files {
 | |
|     'locales/*.json',
 | |
|     'bridge/**/*.lua'
 | |
| }
 | |
| 
 | |
| dependencies {
 | |
|     '/server:5181', -- Required due to the escrow system. You should probably be using a much newer version then this anyway.
 | |
| }
 | |
| 
 | |
| escrow_ignore {
 | |
|     'config.lua',
 | |
|     'shared/variables.lua',
 | |
|     'shared/localization.lua',
 | |
|     'shared/bridge.lua',
 | |
|     'client/client.lua',
 | |
|     'client/keylabels.lua',
 | |
|     'server/server.lua',
 | |
|     'bridge/**/*.lua'
 | |
| }
 | |
| 
 | |
| dependency '/assetpacks' | 
