forked from Simnation/Main
18 lines
254 B
Lua
18 lines
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'
|
||
|
}
|