Skip to content

Commit 75f0093

Browse files
authored
Merge pull request #117 from bitpredator/dev
chore: Update the updated repository link within fxmanifest
2 parents a171054 + d2b5cfb commit 75f0093

18 files changed

Lines changed: 53 additions & 52 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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")
55
author("Cfx.re <root@cfx.re>")
66
description("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

99
resource_type("gametype")({ name = "Freeroam" })
1010

1111
client_script("basic_client.lua")
1212

1313
game("common")
14-
fx_version("adamant")
14+
fx_version("cerulean")

[gameplay]/[examples]/money-fountain-example-map/fxmanifest.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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")
55
description("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")
77
author("Cfx.re <root@cfx.re>")
88

99
fx_version("cerulean")

[gameplay]/[examples]/money-fountain/fxmanifest.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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")
55
description("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")
77
author("Cfx.re <root@cfx.re>")
88

99
fx_version("bodacious")

[gameplay]/[examples]/money/fxmanifest.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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")
55
description("An example money system using KVS.")
6-
repository("https://github.com/citizenfx/cfx-server-data")
6+
repository("https://github.com/bitpredator/cfx-server-data")
77
author("Cfx.re <root@cfx.re>")
88

99
fx_version("bodacious")

[gameplay]/[examples]/ped-money-drops/fxmanifest.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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")
55
description("An example money system client.")
66
author("Cfx.re <root@cfx.re>")
7-
repository("https://github.com/citizenfx/cfx-server-data")
7+
repository("https://github.com/bitpredator/cfx-server-data")
88

99
fx_version("bodacious")
1010
game("gta5")

[gameplay]/chat-theme-gtao/fxmanifest.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
-- Altering or recreating for local use only is strongly discouraged.
33

44
game("common")
5-
fx_version("adamant")
6-
version("2.0.0")
5+
fx_version("cerulean")
6+
version("2.0.1")
77
author("Cfx.re <root@cfx.re>")
88
description("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

1111
file("style.css")
1212
file("shadow.js")

[gameplay]/chat/fxmanifest.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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'
55
author 'Cfx.re <root@cfx.re>'
66
description '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

99
ui_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

2424
dependencies {
2525
'yarn',

[gameplay]/player-data/fxmanifest.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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'
55
description 'A basic resource for storing player identifiers.'
66
author 'Cfx.re <root@cfx.re>'
7-
repository 'https://github.com/citizenfx/cfx-server-data'
7+
repository 'https://github.com/bitpredator/cfx-server-data'
88

99
fx_version 'bodacious'
1010
game 'common'

[gameplay]/playernames/fxmanifest.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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'
55
author 'Cfx.re <root@cfx.re>'
66
description '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
1010
client_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'
3636
game 'gta5'
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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'
55
author 'Cfx.re <root@cfx.re>'
66
description '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

99
client_script 'spawnmanager.lua'
1010

11-
fx_version 'adamant'
12-
games {'gta5' }
11+
fx_version 'cerulean'
12+
games { 'gta5' }

0 commit comments

Comments
 (0)