Skip to content
/ LSPAY Public

簡易的なプリペイドカードシステムです。

Notifications You must be signed in to change notification settings

furomi/LSPAY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSPAY

簡易的なプリペイドカードシステムです。

作者からのメッセージ

日本人向けに開発された、「プリペイドカード」スクリプトです。 カードを使用すると銀行に入金される、という用途不明のスクリプトです。 僕は入ってきた人に現金を渡している人がいて「お?」ってなったので作成しました。 誕生日とかにもいいかもですね。アイテム名、画像はご自由に!

あ、もらえる額はランダムに設定してます。

This script supports Japanese language.

QBCOREにのみ対応しています。

導入

STEP 1 qb-inventory > html > images にimagesフォルダの画像を挿入します。

STEP 2 qb-core > shared > items.lua に以下を追加します。

['lspaya'] 		 	 = {['name'] = 'lspaya', 				['label'] = 'LSPAY プリペイドカード', 			['weight'] = 50, 		['type'] = 'item', 		['image'] = 'LSPAYA.png', 	['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = '$100,000'},
['lspayb'] 		 	 = {['name'] = 'lspayb', 				['label'] = 'LSPAY プリペイドカード', 			['weight'] = 50, 		['type'] = 'item', 		['image'] = 'LSPAYB.png', 	['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = '$500,000'},
['lspayc'] 		 	 = {['name'] = 'lspayc', 				['label'] = 'LSPAY プリペイドカード', 			['weight'] = 50, 		['type'] = 'item', 		['image'] = 'LSPAYC.png', 	['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = '$1,000,000'},
['lspayd'] 		 	 = {['name'] = 'lspayd', 				['label'] = 'LSPAY プリペイドカード', 			['weight'] = 50, 		['type'] = 'item', 		['image'] = 'LSPAYD.png', 	['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = '$5,000,000'},

About

簡易的なプリペイドカードシステムです。

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages