Skip to content

Ezio362/esx_itembytime

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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