-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update 1.0.5 - Added new command for selling insurances.
- Added locals for better user experience. - Added a new export for looking if a player has an active insurance: `exports['muhaddil_insurance']:hasValidInsurance()` or exports['muhaddil_insurance']:hasValidInsurance(playerId)`. Both clientside and serverside.
- Loading branch information
Showing
6 changed files
with
274 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"no_nearby_players": "No nearby players.", | ||
"select_nearby_player": "Select Nearby Player", | ||
"select_nearby_player_label": "Nearby Player", | ||
"configure_custom_insurance": "Configure Custom Insurance", | ||
"insurance_type": "Insurance Type", | ||
"insurance_type_description": "For example: basic, weekly, full, premium", | ||
"insurance_duration": "Duration (days)", | ||
"insurance_duration_description": "Duration of the insurance in days.", | ||
"insurance_price": "Price ($)", | ||
"insurance_price_description": "Price of the insurance in dollars.", | ||
"invalid_data": "Invalid data provided.", | ||
"player_not_available": "The selected player is not available.", | ||
"insurance_assigned": "Insurance assigned to player %s by %s", | ||
"sell_custom_insurance": "Sell Custom Insurance", | ||
"custom_insurance_description": "Configure a custom price for the insurance and sell it.", | ||
"insurance_menu_title": "Insurance Menu", | ||
"current_insurance": "Current Insurance", | ||
"time_left": "Time Left", | ||
"no_current_insurance": "You have no current insurance", | ||
"basic_insurance": "Basic Insurance", | ||
"weekly_insurance": "Weekly Insurance", | ||
"full_insurance": "Full Insurance", | ||
"premium_insurance": "Premium Insurance", | ||
"sell_discount_insurance": "Sell Discount Insurance", | ||
"duration": "Duration", | ||
"days": "days", | ||
"price": "Price", | ||
"discount": "discount" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"no_nearby_players": "No hay jugadores cerca.", | ||
"select_nearby_player": "Seleccionar Jugador Cercano", | ||
"select_nearby_player_label": "Jugador Cercano", | ||
"configure_custom_insurance": "Configurar Seguro Personalizado", | ||
"insurance_type": "Tipo de Seguro", | ||
"insurance_type_description": "Por ejemplo: básico, semanal, completo, premium", | ||
"insurance_duration": "Duración (días)", | ||
"insurance_duration_description": "Duración del seguro en días.", | ||
"insurance_price": "Precio ($)", | ||
"insurance_price_description": "Precio del seguro en dólares.", | ||
"invalid_data": "Datos inválidos proporcionados.", | ||
"player_not_available": "El jugador seleccionado no está disponible.", | ||
"insurance_assigned": "Seguro asignado al jugador %s por %s", | ||
"sell_custom_insurance": "Vender Seguro Personalizado", | ||
"custom_insurance_description": "Configura un precio personalizado para el seguro y véndelo.", | ||
"insurance_menu_title": "Menú de Seguros", | ||
"current_insurance": "Seguro Actual", | ||
"time_left": "Tiempo Restante", | ||
"no_current_insurance": "No tienes seguro actualmente", | ||
"basic_insurance": "Seguro Básico", | ||
"weekly_insurance": "Seguro Semanal", | ||
"full_insurance": "Seguro Completo", | ||
"premium_insurance": "Seguro Premium", | ||
"sell_discount_insurance": "Vender Seguro con Descuento", | ||
"duration": "Duración", | ||
"days": "días", | ||
"price": "Precio", | ||
"discount": "descuento" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters