Interaction Settings
This page covers how players interact with crafting stations - either through key press or target system (ox_target,qb-target,).
π§ Configuration Options
-- ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
-- INTERACTION SETTINGS
-- ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Config.Target = {
enabled = false,
resource = 'ox_target',
icon = 'fas fa-sign-in-alt'
}
Config.Interact = {
key = 'E',
text = 'Press ~INPUT_CONTEXT~ to open crafting'
}π Setting Descriptions
Target System Configuration
Setting
Type
Description
Default
Key Press Configuration
Setting
Type
Description
Default
π§ Configuration Examples
Example: Using ox_target
1
2
3
4
Example: Traditional Key Press
π¨ Font Awesome Icons
Popular Icons for Crafting
Icon Class
Visual
Use Case
Icon Syntax
π― Help Text Formatting
Text Formatting Options
Color Codes
Code
Color
Example
Control Input Codes
Code
Result
Display
π Related Documentation
π Useful Resources
Last updated