Skip to content

FuegoDel/esx_teams

main
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_teams

A Script designed to help servers achieve achieve creating their own criminal/team/organization system

Features

  • Team Creation
  • Team Menu
  • Privilages System
  • Responsive NUI for all those stuff
  • Experience and leveling system
  • Amazing Handling :)

Server Exports

  • isInTeam(jobName)
  • isTeamBoss(identifier)
  • getPrivilage(team,privilage)
  • getTeamPrivilages(team)
  • addPrivilage(team,privilage)
  • removePrivilage(team,privilage)
  • getTeamLevel(team)
  • getTeamExperience(team)
  • addTeamExperience(team)
  • removeTeamExperience(team)
  • upgradeTeamLevel(team)
  • downgradeTeamLevel(team)
  • setTeamLevel(team,level)
  • deleteTeam(team)
  • createTeam(jobname,playerid)
  • setTeamOwner(team,playerid)

Client Exports

  • getClientTeamExperience(job)
  • getClientTeamLevel(job)
  • isClientInTeam(job)

Availabe Commands

  • /setteamlevel [team] [level]
  • /upgradeteamlevel [team]
  • /downgradeteamlevel [team]
  • /setteamowner [team] [id]
  • /createteam [teamname]
  • /delteam [teamname]
  • /addprivilage [teamname] [privilage]
  • /removeprivilage [teamname] [privilage]
  • /addteamxp [teamname] [exp]
  • /removeteamxp [teamname] [exp]

Dependencies

  • es_extended
  • mysql-async
  • Note that script is build and tested on ESX 1.1 i beleive

About

A Script designed to help servers achieve achieve creating their own criminal/team/organization system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published