1
0
Fork 0
forked from Simnation/Main
Main/resources/[standalone]/PolyZone/fxmanifest.lua

21 lines
360 B
Lua
Raw Permalink Normal View History

2025-06-07 08:51:21 +02:00
games {'gta5'}
fx_version 'cerulean'
description 'Define zones of different shapes and test whether a point is inside or outside of the zone'
version '2.6.2'
client_scripts {
'client.lua',
'BoxZone.lua',
'EntityZone.lua',
'CircleZone.lua',
'ComboZone.lua',
'creation/client/*.lua'
}
server_scripts {
'creation/server/*.lua',
'server.lua'
}