Files
pTaxi/pTaxi/qbcore/fxmanifest.lua
2025-01-03 18:55:53 +01:00

22 lines
339 B
Lua

-- Made with ❤️ by noahpombas.ch
fx_version 'cerulean'
game 'gta5'
author 'noahpombas.ch'
description 'pTaxi, made with ❤️ by noahpombas.ch'
version '1.0.0'
client_scripts {
'client.lua',
}
server_scripts {
'server.lua',
}
shared_script 'config.lua'
dependencies {
'qb-core',
}
-- Made with ❤️ by noahpombas.ch