Main/resources/[tools]/Duck_Admin/fxmanifest.lua

18 lines
273 B
Lua
Raw Permalink Normal View History

2025-06-07 08:51:21 +02:00
fx_version 'cerulean'
game 'gta5'
description 'admin commands // Readme lesen xd'
author 'Duck'
version '1.0.0'
exports {
'getPedAppearance',
'setPedAppearance'
}
shared_script '@qb-core/shared/locale.lua'
server_script 'server.lua'
client_script 'client.lua'