SN-Applicaions

Start Here

  1. Download the SN-Applicaions file from keymaster.

  2. Unzip the file and drag the resource anywhere inside your server files while keeping the name "SN-Applicaions" (If the name is changed the resource will not function)

  3. Head to the config.lua and set your framework as true.

  4. Proceed depending on your framework.

Frameworks:

In [qb] > qb-core > shared > items.lua add the following:

['job_application'] 			 = {['name'] = 'job_application', 				['label'] = 'Job Application', 			['weight'] = 0, 		['type'] = 'item', 		['image'] = 'job_application.png', 		['unique'] = true, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Job Application'},
['application_results'] 		 = {['name'] = 'application_results', 			['label'] = 'Application Results', 		['weight'] = 0, 		['type'] = 'item', 		['image'] = 'application_results.png', 	['unique'] = true, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Application results'},

Options:

Use these inside Questions = {}

Usage:

Used for questions that require a text answer.

Customizing:

(Optional) Webhooks:

if you would like to use discord webhooks add:

under any application

Example Application:

Last updated