Overview
Business Cards is a unique script by Fox & Blicky Development that allows players to create and share custom business cards, adding a personal and professional touch to their interactions. This script is perfect for roleplay servers looking to enhance player engagement with a creative and functional feature.
Features
- Custom Business Cards: Players can design their own business cards with custom information and upload a personal photo to the back of the card.
- Delivery Service: A delivery person will bring the completed business cards to the player within a configurable time frame.
- Interactive Usage: Players can give their business cards to others, enhancing roleplay scenarios.
- Police Business Cards: Law enforcement officers receive their own business cards free of charge, featuring a standard image on the back.
- Custom Edits: Want to personalize the script further? Custom edits are available on our discord for just $5 per edit.
Dependencies
ox_inventory / qb-inventory
ox_target / qb-target
ox_lib / qb-menu
ox_lib / qb-notify
- ox_inventory: Required for the business cards functionality with the following setup:
LUA:
['business_card'] = {
label = 'Business Card',
weight = 1,
stack = true,
close = true,
description = 'A professional business card',
client = {
image = 'business_card.png',
event = 'drop-businesscards:client:viewCard'
}
},
['police_card'] = {
label = 'Police Business Card',
weight = 1,
stack = true,
close = true,
description = 'Official LSPD Business Card',
client = {
image = 'police_card.png',
event = 'drop-businesscards:client:viewPoliceCard'
}
},