22 lines
339 B
Lua
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 |