Pixel Scripts Documentation
  • πŸ‘‹Introduction
  • πŸ”§Admin Menu
    • πŸ–₯️Installation
    • πŸ–‡οΈDependencies
    • πŸ“–Configuration
  • πŸ”«Crafting
    • πŸ–₯️Installation
    • πŸ–‡οΈDependencies
    • πŸ“–Configuration
Powered by GitBook
On this page
  • Frameworks
  • Features
  • Commands

Admin Menu

Manage your server and players efficiently

This Admin Menu offers various options for the management of the server and players. There are 6 categories with different functions inside. It has an integrated permit system, where it is possible to manage all permits for the various groups

Frameworks

  • ESX

Features

Personal Options:

  • Show names

  • View health of self

  • Toggle NoClip

  • Toggle Invincible

  • Toggle Invisible

  • Toggle SuperJump

  • Togle SuperSpeed

  • Revive self

  • Heal self

  • Give the armour to youself

  • Open skin menu

Player List:

  • View list of online players and their IDs

  • Send a private message

  • Bring/GoTo player

  • Manage health if player

  • Give the armour to player

  • Ban/Kick player

  • Freeze player

  • Delete the player character

  • Spectate player

  • View and manage inventory of player

  • View and edit player money and accounts

  • View previous bans

Vehicle Options:

  • Repair vehicle

  • Flip vehicle

  • Give vehicle

  • Refuel vehicle

  • Spawn vehicle with custom colors

  • Delete vehicle

  • Change plate

  • Change plate color

Server Options:

  • Manage Time and Weather

  • Set blackout

  • Clear all props

  • Clear all peds

  • Clear all vehicle

  • Manage ban

  • Send global announcement

Developer Options:

  • Copy vector3

  • Copy vector4

  • Copy heading

  • Show coordinates

  • Edit Server CFG

  • Toggle debug mode (A raycast for getting entity/object information)

Player Cache:

All the players that leave the server will be saved here,Β 
so as to be able to trace the user's data.Β 
Furthermore, it will be possible to ban an offline userΒ 
by clicking on their name

Commands

/wipe
  • Delete user data

params: {
    playerid
}
/kick
  • Kick a user

params: {
    playerid,
    reason
}
/globalannouncement
  • Send Global Announcement

params: {
    message
}
/privatemessage
  • Send a private message to a user

params: {
    playerid,
    message
}
/infoPlayer
  • Open player panel

params: {
    playerid
}
/unban
  • Unban the player

params: {
    idban
}
/ban
  • Ban the player

params: {
    playerid,
    reason,
    time,
    duration, (options: hour, day, permanent)
}
/spectate
  • Spectate the player

params: {
    playerid
}
PreviousIntroductionNextInstallation

Last updated 3 months ago

πŸ”§