mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2026-05-24 07:14:11 +08:00
smol fixes
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
version '1.0.0'
|
||||
author 'The CitizenFX Collective'
|
||||
description 'Basic Freeroam gamemodethat will signal spawnmanager to autospawn players.'
|
||||
description 'Basic Freeroam gamemode that will signal spawnmanager to autospawn players.'
|
||||
repository 'https://github.com/citizenfx/cfx-server-data'
|
||||
|
||||
resource_type 'gametype' { name = 'Freeroam' }
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
version '1.0.0'
|
||||
author 'The CitizenFX Collective'
|
||||
description 'Limits the number of players to the one set in sv_maxclients.'
|
||||
description 'Limits the number of players to the one set in sv_maxclients in the server.cfg.'
|
||||
repository 'https://github.com/citizenfx/cfx-server-data'
|
||||
|
||||
client_script 'client.lua'
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
version '1.0.0'
|
||||
author 'The CitizenFX Collective'
|
||||
description 'Allows server owners to execute arbitrary server-side or client-side NodeJS/Lua code. Consider only enabling it in development servers.'
|
||||
description 'Allows server owners to execute arbitrary server-side or client-side NodeJS/Lua code. *Consider only enabling it in development servers.'
|
||||
repository 'https://github.com/citizenfx/cfx-server-data'
|
||||
|
||||
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
|
||||
|
||||
Reference in New Issue
Block a user