Main/resources/[tools]/p-interaction/fxmanifest.lua
2025-06-07 08:51:21 +02:00

18 lines
No EOL
254 B
Lua

fx_version 'cerulean'
game 'gta5'
description 'Free open source FiveM interaction made by P1ngu'
author 'P1ngu'
lua54 'yes'
version '1.0'
legacyversion '1.9.1'
client_scripts {
'client/client.lua'
}
export {
'AddInteraction',
'RemoveInteraction'
}