1 Followed
283 Follower
Adrian_chupi
Admin
Aug 13, 2023
3,085 Mesaj
8,183 Reaction
0 Solution
113
First Message
100 Messages
500 Message
1K Message
No reward!
This script allows players to sell vehicles to each other in a realistic and secure way:
Framework:
Dependencies:
['contract'] = {
label = 'Contract',
consume = 0,
stack = false,
close = true,
weight = 1,
client = {
export = 'krs_contract.contract'
}
},
- Detects nearby players and lets you select them through an interface.
- Verifies vehicle ownership and handles the ownership transfer in the database.
- Financial management: transfers money between buyer and seller via inventory.
- Includes custom animations and notifications to enhance the user experience.
- Features a Discord logging system to track every transaction.
Framework:
- ESX
Dependencies:
- ox_lib
- ox_inventory
- File path
- ox_inventory/data/items.lua
['contract'] = {
label = 'Contract',
consume = 0,
stack = false,
close = true,
weight = 1,
client = {
export = 'krs_contract.contract'
}
},
Link hidden for visitors. To see,
Log in or register now.