Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
fix readme, add comment, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lfuelling committed May 18, 2020
1 parent 1176478 commit 513248c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# esx_nicedeath

EN
## EN
ESX plugin that makes death a little bit more configurable.

This plugin has the following features:
Expand All @@ -12,7 +12,7 @@ This plugin has the following features:
- Mt. Zonah by default
- Respawn at random hospital can be enabled in [config.lua](config.lua).

NL
## NL
ESX plugin die de dood wat meer configureerbaar maakt.

Deze plugin heeft de volgende mogelijkheden:
Expand Down
2 changes: 1 addition & 1 deletion config.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Config = {}

Config.Locale = 'en'
Config.Locale = 'en' -- Currently available: en, nl

Config.RespawnTimer = 10000 -- time in milliseconds (10s by default)
Config.RandomRespawn = false
Expand Down
2 changes: 1 addition & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ game 'gta5'
name 'esx_nicedeath'
description 'esx death fx and cooldown'

version '1.0.2'
version '1.0.3'

server_scripts {
'config.lua',
Expand Down

0 comments on commit 513248c

Please sign in to comment.