Skip to content

Commit

Permalink
Base
Browse files Browse the repository at this point in the history
  • Loading branch information
Giana committed Feb 16, 2023
1 parent 1ed80eb commit 49cdbdd
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .idea/discord.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# G-DrugSelling

G-DrugSelling is a script for FiveM QBCore for selling drugs (or any items) via vehicle and/or walk up, or target, at configurable coordinates.
Empty file added client/main.lua
Empty file.
1 change: 1 addition & 0 deletions config.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Config = {}
25 changes: 25 additions & 0 deletions fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
fx_version 'cerulean'

game 'gta5'

author 'Giana - github.com/Giana'
description 'g-drugselling'

shared_scripts {
'config.lua'
}

client_scripts {
'client/main.lua'
}

server_scripts {
'server/main.lua'
}

dependencies {
'qb-core',
'qb-target'
}

lua54 'yes'
Empty file added server/main.lua
Empty file.

0 comments on commit 49cdbdd

Please sign in to comment.