1
0
mirror of https://github.com/citizenfx/cfx-server-data.git synced 2025-03-13 07:17:23 +08:00

10 lines
163 B
Lua
Raw Normal View History

2016-12-15 13:40:07 +01:00
resource_type 'gametype' { name = 'Race' }
dependencies {
"spawnmanager",
"mapmanager"
}
client_script 'race_client.lua'
server_script 'race_server.lua'