forked from VikingCat32/Character-Pause-Menu-Info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfxmanifest.lua
29 lines (21 loc) · 943 Bytes
/
fxmanifest.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
------------------------------------------------------------------------------------------------
fx_version 'cerulean'
games { 'gta5' };
------------------------------------------------------------------------------------------------
name 'Character-Pause-Menu-Info'
description 'Character Information in Pause Menu'
authors 'kstrachan418 & VikingCat32 - Forked from Eschiclers'
version 'v1.0.0'
repository 'https://github.com/VikingCat32/Character-Pause-Menu-Info/'
forkedrepository 'https://github.com/Eschiclers/ch_pause_menu'
------------------------------------------------------------------------------------------------
client_scripts {
'config.lua',
'client/main.lua'
}
------------------------------------------------------------------------------------------------
server_scripts {
'config.lua',
'server/main.lua'
}
------------------------------------------------------------------------------------------------