0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

QBcore ラジアルメニューにモバイルレジ追加方法

Posted at

用意
QBcore用意し

jim-payments

落としてくる
ここの位置行ってresources[qb]\qb-radialmenu\config.lua
これをコピペ↓

[3] = 
{
    id = 'cashregister',
    title = "モバイルレジ",
    icon = "users",
    type = "client",
    event = "jim-payments:client:Charge",
    shouldClose = true
},

20250301003335_1.jpg
これでラジアルメニューに新たにモバイルレジとして運用が可能になります。
ただしJOBの出勤しないと使えないだけです

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?