Skip to content

TylerNe/esx_itembytime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

esx_itembytime

This script is made it for fivem. basically this give an item to all connected players an a certain amount of time configurable in the files.

LICENSE

Please don't sell or reupload this resource

INSTALLATION

Drag and drop. You also need to have es_extended. add to server.cfg config the item, time and message in the files

Config = {}

local second = 1000
local minute = 60 * second

Config.ItemByTimeInterval     = 60 * minute

Config.Item                   = "ticket"

Config.ItemMessage            = '~g~Has recibido un ticket para ~r~Navidad'

Config.ConsoleNotification    = 'Item by time gived'

About

Fivem Item by time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%