14 lines
235 B
Lua
14 lines
235 B
Lua
|
|
fx_version 'cerulean'
|
||
|
|
game 'gta5'
|
||
|
|
|
||
|
|
-- https://github.com/springoooo
|
||
|
|
author 'Springo'
|
||
|
|
title 'springo-camerazoom'
|
||
|
|
description 'Camera Zoom (Prodigy RP 2.0 Inspired)'
|
||
|
|
version '1.0.0'
|
||
|
|
|
||
|
|
client_scripts {
|
||
|
|
'config.lua',
|
||
|
|
'client.lua'
|
||
|
|
}
|