-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathfxmanifest.lua
45 lines (33 loc) · 979 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
--[[
[v2.1] DeathScript
Author: ItsAmmarB (Discord: ItsAmmarB#7897)
Release: 2.1.1
open issue card on github or on the cfx post if you have any issues/bugs/improvements.
Issues:
- None :p
Commits:
- [1.0.0] Aug 29, 2019 | Initial Commit
- [10.0.1] Aug 30, 2019 | Minor fixes
- [1.1.0] Sep 22, 2019 | README.md Update
- [1.1.1] Feb 7, 2020 | Added Revive all & Respawn all
- [2.0.0] Mar 23, 2022 | DeathScript v2.0 release
- [2.1.0] Mar 27, 2022 | Added Keybind for AdRev & AdRes, bugs fixes, lintings
- [2.1.1] Mar 27, 2022 | Fixed default keybinds
]]
-----------------------------------------------------------------
fx_version 'cerulean'
game 'gta5'
name 'DeathScript'
description 'A custom death management script that provides more RP opportunities'
author 'ItsAmmarB'
version '2.1.1'
url 'https://github.com/ItsAmmarB/DeathScript'
client_script {
'cl_**.js'
}
server_script {
'sv_**.js'
}
shared_script {
'sh_**.js'
}