Identix
Browse AddonsDownload RLIB
  • Introduction
  • Showcase
  • Changelog
    • 🟧2.6.0.0
    • 🟧2.5.2.0
    • 🟧2.5.1.0
    • 🟧2.5.0.0
  • FAQ
    • ◾Addon Won't Show
    • ◾Change Currencies
    • ◾Change Themes
    • ◾Disabling Names
    • ◾Incompatible Addons
    • ◾Modified Script
    • ◾Refunds
    • ◾Script Errors
    • ◾When Are Updates?
  • ❱ Setup
    • ◾Install
    • ◾Verify
    • ◾Workshop
  • ❱ Configuration
    • ◾Env
    • ◾Fonts
    • ◾Languages
    • ◾Database
    • ◾Settings
      • ◾Non-RP Gamemodes
  • ❱ First Use
    • ◾Binds
    • ◾Permissions
      • SAM
      • ServerGuard
      • ULX
      • xAdmin
  • ❱ Developers
    • ◾Hooks
      • 🔗identix_fonts_register
      • 🔗identix_pl_authenticate
      • 🔗identix_pl_name_set
      • 🔗identix_pl_name_set_post
      • 🔗identix_pl_name_rs
      • 🔗identix_pl_name_rs_post
      • 🔗identix_pl_profile_rate
      • 🔗identix_rnet_register
Powered by GitBook
On this page
  • ◾ General
  • ◾ Entity
  • ◾ NPC
  1. ❱ First Use
  2. Permissions

ULX

ulx permissions

PreviousServerGuardNextxAdmin

Last updated 3 years ago

◾ General

identix_dialog_close

forces name change interface closed on player

identix_dialog_open

forces name change interface open on player

identix_fonts_reload

reloads all fonts on server

identix_name_forcenew

forces player to select new name

identix_name_reset

resets a player's name on the server and in database

identix_name_set

forces a new name on a player

identix_rep_reset

resets a player's reputation

identix_rep_total

returns a player's total current reputation

identix_rnet_reload

reloads all registered rnet entries on server

◾ Entity

identix_ent_clear_all

clear all name ents on map

identix_ent_clear_area

clear all name ents around player

identix_ent_clear_lookat

clear name ent player is looking at

identix_ent_goto

force admin to go to name ent current position

identix_ent_pos_down

moves ent down 1 unit

identix_ent_pos_up

moves ent up 1 unit

identix_ent_reload

reloads all name ents on map

identix_ent_save

saves all name ents current positions on map

identix_ent_spawn

spawns new name ent on map

identix_ent_wipedata

wipes all saved name ents data

◾ NPC

identix_npc_clear_all

clear all name NPCs on map

identix_npc_clear_area

clear all name NPCs around player

identix_npc_clear_lookat

clear name NPC player is looking at

identix_npc_goto

force admin to go to name NPC current position

identix_npc_pos_down

moves NPC down 1 unit

identix_npc_pos_up

moves NPC up 1 unit

identix_npc_reload

reloads all name NPCs on map

identix_npc_save

saves all name NPCs current positions on map

identix_npc_spawn

spawns new name NPC on map

identix_npc_wipedata

wipes all saved name NPCs data

◾