Players, Employers & Admins

This section provides a full walkthrough on how different roles interact with Quasar Job Center — from players applying for jobs, to bosses managing candidates, to server administrators handling economic integration.


For Players

Finding Jobs

Players can explore job opportunities through the in-game Job Center:

1

Locate the Job Center blip on the map (briefcase icon).

2

Head to the blip location and find the NPC.

3

Interact with the NPC using the targeting system or the default E key.

4

Browse jobs by category through the intuitive UI.

5

Click any job card to see full job details, including salary, description, and requirements.


Applying for Jobs

Depending on the job’s configuration, players can apply in different ways:

  • Instant Jobs: Simply click “Apply Now” and you'll be hired immediately — no approval needed.

  • Chat-Based Jobs: Click the 💬 icon to open a direct conversation with the employer.

  • External Jobs: The system will redirect the player to an external application, like a Discord server or website.


Using the Chat System

For jobs that allow direct communication between players and employers:

1

Click the 💬 icon on the job card.

2

Type your message in the input field.

3

Hit Enter or click Send.

4

Wait for employer replies — they receive live notifications.

5

Keep an eye out for badge indicators showing unread messages.


Getting Job Locations

Players can view the physical location of each job role:

  • Click the “Get Location” button on the job card.

  • A GPS waypoint will automatically be set on the map.

  • Drive or walk to the location to begin your roleplay journey or learn more about the job.


For Employers / Bosses

Accessing the Boss Panel

NOTE: The player must:

  • Be assigned to the job.

  • Have the proper grade level defined in the bossGrades section of the configuration.

Bosses can manage job applications through two methods:

1

Via Command:

/jobchats
2

Via Item:

  • Use the boss_tablet item from your inventory.

  • The item must be present in the inventory to function.


Managing Applications

Once inside the boss panel:

1

View all jobs you are authorized to manage.

2

See the number of pending applicants and unread messages.

3

Click on each applicant to view the full chat history.

4

Respond to messages in real-time using the built-in chat interface.


Boss Panel Features

  • Real-time alerts for new applications.

  • Unread message counters for each job you manage.

  • Persistent chat history for ongoing conversation tracking.

  • Multi-job support – bosses can manage several job roles if permitted.

  • Clean UI navigation for switching between applicant chats quickly.


For Server Administrators

If you're using an economy or shop system like qb-shops, you can make the boss tablet item purchasable:

-- Example qb-shops configuration
{
    name = 'boss_tablet',
    price = 2500,
    amount = 10,
    info = {},
    type = 'item',
    slot = 20,
}

This allows you to monetize or control access to the boss interface through roleplay shops or admin-only vendors.

Last updated