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

SAM

sam permissions

PreviousPermissionsNextServerGuard

Last updated 3 years ago

◾ General

idx_name_forcenew

forces player to select new name

idx_name_set

forces a new name on a player

idx_name_reset

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

idx_rep_total

returns a player's total current reputation

idx_rep_reset

resets a player's reputation

idx_dialog_open

forces name change interface open on player

idx_dialog_close

forces name change interface closed on player

idx_rnet_reload

reloads all registered rnet entries on server

idx_fonts_reload

reloads all fonts on server

◾ Entity

idx_ent_spawn

spawns new name ent on map

idx_ent_save

saves all name ents current positions on map

idx_ent_goto

force admin to go to name ent current position

idx_ent_clear_area

clear all name ents around player

idx_ent_clear_all

clear all name ents on map

idx_ent_reload

reloads all name ents on map

idx_ent_wipedata

wipes all saved name ents data

idx_ent_pos_up

moves ent up 1 unit

idx_ent_pos_dn

moves ent down 1 unit

◾ NPC

idx_npc_spawn

spawns new name NPC on map

idx_npc_save

saves all name NPCs current positions on map

idx_npc_goto

force admin to go to name NPC current position

idx_npc_clear_area

clear all name NPCs around player

idx_npc_clear_all

clear all name NPCs on map

idx_npc_reload

reloads all name NPCs on map

idx_npc_wipedata

wipes all saved name NPCs data

idx_npc_pos_up

moves NPC up 1 unit

idx_npc_pos_dn

moves NPC down 1 unit

◾