mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-12-12 06:14:09 +01:00
initial
This commit is contained in:
9
resources/[gamemodes]/race/__resource.lua
Normal file
9
resources/[gamemodes]/race/__resource.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
resource_type 'gametype' { name = 'Race' }
|
||||
|
||||
dependencies {
|
||||
"spawnmanager",
|
||||
"mapmanager"
|
||||
}
|
||||
|
||||
client_script 'race_client.lua'
|
||||
server_script 'race_server.lua'
|
||||
Reference in New Issue
Block a user