File tree Expand file tree Collapse file tree
[gamemodes]/basic-gamemode
money-fountain-example-map Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11-- This resource is part of the default Cfx.re asset pack (cfx-server-data)
22-- Altering or recreating for local use only is strongly discouraged.
33
4- version (" 2.0.0 " )
4+ version (" 2.0.1 " )
55author (" Cfx.re <root@cfx.re>" )
66description (" A basic freeroam gametype that uses the default spawn logic from spawnmanager." )
7- repository (" https://github.com/citizenfx /cfx-server-data" )
7+ repository (" https://github.com/bitpredator /cfx-server-data" )
88
99resource_type (" gametype" )({ name = " Freeroam" })
1010
1111client_script (" basic_client.lua" )
1212
1313game (" common" )
14- fx_version (" adamant " )
14+ fx_version (" cerulean " )
Original file line number Diff line number Diff line change 11-- This resource is part of the default Cfx.re asset pack (cfx-server-data)
22-- Altering or recreating for local use only is strongly discouraged.
33
4- version (" 2.0.0 " )
4+ version (" 2.0.1 " )
55description (" An example money system fountain spawn point." )
6- repository (" https://github.com/citizenfx /cfx-server-data" )
6+ repository (" https://github.com/bitpredator /cfx-server-data" )
77author (" Cfx.re <root@cfx.re>" )
88
99fx_version (" cerulean" )
Original file line number Diff line number Diff line change 11-- This resource is part of the default Cfx.re asset pack (cfx-server-data)
22-- Altering or recreating for local use only is strongly discouraged.
33
4- version (" 2.0.0 " )
4+ version (" 2.0.1 " )
55description (" An example money system client containing a money fountain." )
6- repository (" https://github.com/citizenfx /cfx-server-data" )
6+ repository (" https://github.com/bitpredator /cfx-server-data" )
77author (" Cfx.re <root@cfx.re>" )
88
99fx_version (" bodacious" )
Original file line number Diff line number Diff line change 11-- This resource is part of the default Cfx.re asset pack (cfx-server-data)
22-- Altering or recreating for local use only is strongly discouraged.
33
4- version (" 2.0.0 " )
4+ version (" 2.0.1 " )
55description (" An example money system using KVS." )
6- repository (" https://github.com/citizenfx /cfx-server-data" )
6+ repository (" https://github.com/bitpredator /cfx-server-data" )
77author (" Cfx.re <root@cfx.re>" )
88
99fx_version (" bodacious" )
Original file line number Diff line number Diff line change 11-- This resource is part of the default Cfx.re asset pack (cfx-server-data)
22-- Altering or recreating for local use only is strongly discouraged.
33
4- version (" 2.0.0 " )
4+ version (" 2.0.1 " )
55description (" An example money system client." )
66author (" Cfx.re <root@cfx.re>" )
7- repository (" https://github.com/citizenfx /cfx-server-data" )
7+ repository (" https://github.com/bitpredator /cfx-server-data" )
88
99fx_version (" bodacious" )
1010game (" gta5" )
Original file line number Diff line number Diff line change 22-- Altering or recreating for local use only is strongly discouraged.
33
44game (" common" )
5- fx_version (" adamant " )
6- version (" 2.0.0 " )
5+ fx_version (" cerulean " )
6+ version (" 2.0.1 " )
77author (" Cfx.re <root@cfx.re>" )
88description (" A GTA Online-styled theme for the chat resource." )
9- repository (" https://github.com/citizenfx /cfx-server-data" )
9+ repository (" https://github.com/bitpredator /cfx-server-data" )
1010
1111file (" style.css" )
1212file (" shadow.js" )
Original file line number Diff line number Diff line change 11-- This resource is part of the default Cfx.re asset pack (cfx-server-data)
22-- Altering or recreating for local use only is strongly discouraged.
33
4- version ' 1 .0.0 '
4+ version ' 2 .0.1 '
55author ' Cfx.re <root@cfx.re>'
66description ' Provides baseline chat functionality using a NUI-based interface.'
7- repository ' https://github.com/citizenfx /cfx-server-data'
7+ repository ' https://github.com/bitpredator /cfx-server-data'
88
99ui_page ' dist/ui.html'
1010
@@ -18,8 +18,8 @@ files {
1818 ' html/vendor/fonts/*.woff2' ,
1919}
2020
21- fx_version ' adamant '
22- games {' gta5' }
21+ fx_version ' cerulean '
22+ games { ' gta5' }
2323
2424dependencies {
2525 ' yarn' ,
Original file line number Diff line number Diff line change 11-- This resource is part of the default Cfx.re asset pack (cfx-server-data)
22-- Altering or recreating for local use only is strongly discouraged.
33
4- version ' 1 .0.0 '
4+ version ' 2 .0.1 '
55description ' A basic resource for storing player identifiers.'
66author ' Cfx.re <root@cfx.re>'
7- repository ' https://github.com/citizenfx /cfx-server-data'
7+ repository ' https://github.com/bitpredator /cfx-server-data'
88
99fx_version ' bodacious'
1010game ' common'
Original file line number Diff line number Diff line change 11-- This resource is part of the default Cfx.re asset pack (cfx-server-data)
22-- Altering or recreating for local use only is strongly discouraged.
33
4- version ' 1 .0.0 '
4+ version ' 2 .0.1 '
55author ' Cfx.re <root@cfx.re>'
66description ' A basic resource for displaying player names.'
7- repository ' https://github.com/citizenfx /cfx-server-data'
7+ repository ' https://github.com/bitpredator /cfx-server-data'
88
99-- add scripts
1010client_script ' playernames_api.lua'
@@ -32,5 +32,5 @@ files {
3232}
3333
3434-- support the latest resource manifest
35- fx_version ' adamant '
35+ fx_version ' cerulean '
3636game ' gta5'
Original file line number Diff line number Diff line change 11-- This resource is part of the default Cfx.re asset pack (cfx-server-data)
22-- Altering or recreating for local use only is strongly discouraged.
33
4- version ' 1 .0.0 '
4+ version ' 2 .0.1 '
55author ' Cfx.re <root@cfx.re>'
66description ' Handles spawning a player in a unified fashion to prevent resources from having to implement custom spawn logic.'
7- repository ' https://github.com/citizenfx /cfx-server-data'
7+ repository ' https://github.com/bitpredator /cfx-server-data'
88
99client_script ' spawnmanager.lua'
1010
11- fx_version ' adamant '
12- games {' gta5' }
11+ fx_version ' cerulean '
12+ games { ' gta5' }
You can’t perform that action at this time.
0 commit comments