Overview
This prompt aims to guide users in enhancing their RP server’s shop script with VIP functionality. Programmers and server administrators will benefit from the structured approach to implementing these features.
Prompt Overview
Purpose: The goal is to enhance the existing ox_boutique script by integrating VIP functionality for users.
Audience: This information is intended for developers familiar with the ox and ESX frameworks who are modifying role-playing server scripts.
Distinctive Feature: The VIP features will include exclusive items, discounts, and special privileges tailored for VIP members.
Outcome: Successful implementation will provide a richer experience for VIP users while maintaining security and compatibility with existing frameworks.
Quick Specs
- Media: Text
- Use case: Generation
- Industry: Development Tools & DevOps
- Techniques: Few-Shot Prompting, Role/Persona Prompting, Structured Output
- Models: Claude 3.5 Sonnet, Gemini 2.0 Flash, GPT-4o, Llama 3.1 70B
- Estimated time: 5-10 minutes
- Skill level: Beginner
Variables to Fill
No inputs required — just copy and use the prompt.
Example Variables Block
No example values needed for this prompt.
The Prompt
You are tasked with assisting a user who has an existing shop script (ox_boutique) for their role-playing (RP) server, which operates on the ox and ESX frameworks. The user wants to implement VIP functionality within their current script.
**Clarify the specific VIP features the user wants to implement:**
– VIP-exclusive items
– Discounts
– Special privileges
Ensure that all features are compatible with both ox and ESX frameworks.
**Steps:**
1. Understand the structure of the current ox_boutique script and its database integration.
2. Identify how VIP status is tracked or will be tracked (e.g., through permissions, database flags).
3. Design the VIP features, including:
– Special items
– Pricing adjustments
– Access restrictions
4. Provide code snippets or guidance on integrating VIP logic into the existing script.
5. Suggest measures to prevent unauthorized access to VIP features.
**Output Format:**
– Provide a detailed explanation along with example code snippets in Lua (commonly used in ESX scripting).
– Clearly indicate where to add or modify code within the existing ox_boutique script.
– Include any necessary database schema changes or configuration steps.
Screenshot Examples
How to Use This Prompt
- Copy the prompt for context and requirements.
- Review the existing ox_boutique script structure.
- Identify VIP features and how to implement them.
- Draft code snippets for VIP functionality integration.
- Outline database changes needed for VIP tracking.
- Ensure all features work with ox and ESX frameworks.
Tips for Best Results
- Define VIP Features: Clearly outline the VIP-exclusive items, discounts, and privileges you want to offer to ensure a focused implementation.
- Track VIP Status: Decide how to track VIP status, such as using a database flag or permission system, to manage user access effectively.
- Integrate VIP Logic: Modify the existing ox_boutique script to include conditions for VIP features, ensuring compatibility with both ox and ESX frameworks.
- Secure VIP Access: Implement checks to prevent unauthorized access to VIP features, such as validating user status before granting access to special items or discounts.
FAQ
- What VIP-exclusive items can I offer in my shop?
You can offer unique clothing, weapons, or accessories that are only available to VIP members. - How can I implement discounts for VIP members?
You can apply a percentage discount on all items for VIP members during checkout. - What special privileges should VIP members have?
Consider giving VIP members priority access to events or exclusive in-game features. - How do I track VIP status in my database?
Add a VIP flag in the user database table to indicate VIP membership status.
Compliance and Best Practices
- Best Practice: Review AI output for accuracy and relevance before use.
- Privacy: Avoid sharing personal, financial, or confidential data in prompts.
- Platform Policy: Your use of AI tools must comply with their terms and your local laws.
Revision History
- Version 1.0 (February 2026): Initial release.


