20 lines
459 B
Markdown
20 lines
459 B
Markdown
|
|
How to setup
|
||
|
|
1 - start ld-target
|
||
|
|
|
||
|
|
|
||
|
|
TARGET:
|
||
|
|
-Target exprots same with qb-target you can directly change the exports name ld-target instead qb-target
|
||
|
|
|
||
|
|
|
||
|
|
DRAWTEXT:
|
||
|
|
- For drawtext go to interaction/interaction.lua
|
||
|
|
- Put your coord inside Coords table that's it.
|
||
|
|
|
||
|
|
DrawUI:
|
||
|
|
|
||
|
|
Without Press UI -> exports['ld-target']:OpenDraw('Garage')
|
||
|
|
With Press UI -> exports['ld-target']:OpenDraw('Garage', 'E')
|
||
|
|
For Close -> exports['ld-target']:CloseDraw()
|
||
|
|
|
||
|
|
|
||
|
|
-- LUNNY DEVELOPMENTS
|