forked from Simnation/Main
f
This commit is contained in:
parent
56816ae5d4
commit
a45b5da981
2 changed files with 10 additions and 11 deletions
|
@ -27,12 +27,11 @@ Strings = {
|
|||
waiting_bite = 'Awaiting Bite',
|
||||
waiting_bite_desc = 'Please wait for a fish to bite your hook.',
|
||||
cannot_carry = 'Cannot Carry',
|
||||
cannot_carry_desc = 'You cannot carry reward!'
|
||||
Strings.no_knife = 'No Knife'
|
||||
Strings.no_knife_desc = 'You need a knife to process this fish.'
|
||||
Strings.processing_success = 'Fish Processed'
|
||||
Strings.processing_success_desc = 'You obtained %d %s from processing the fish.'
|
||||
Strings.caviar_found = 'Caviar Found!'
|
||||
Strings.caviar_found_desc = 'You found some valuable caviar while processing the fish!'
|
||||
|
||||
cannot_carry_desc = 'You cannot carry reward!',
|
||||
no_knife = 'No Knife',
|
||||
no_knife_desc = 'You need a knife to process this fish.',
|
||||
processing_success = 'Fish Processed',
|
||||
processing_success_desc = 'You obtained %d %s from processing the fish.',
|
||||
caviar_found = 'Caviar Found!',
|
||||
caviar_found_desc = 'You found some valuable caviar while processing the fish!'
|
||||
}
|
|
@ -7,8 +7,8 @@ game 'gta5'
|
|||
lua54 'yes'
|
||||
|
||||
version '2.0.7'
|
||||
author 'wasabirobby'
|
||||
description 'Wasabi ESX/QBCore Skill Based Fishing'
|
||||
author 'wasabi/ edit by nordi'
|
||||
description 'QBCore Skill Based Fishing edit'
|
||||
|
||||
shared_scripts { '@ox_lib/init.lua', 'configuration/*.lua' }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue