Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Commands by 88

GTA Connected GTA IV JavaScript Lua License

🎮 Commands

Command Description Resource
/heal Restores health to 100 HealCMD
/armor Restores armor to 100 ArmorCMD
/kill Commits suicide KillCMD
/god on / /god off Toggles invincibility GodCMD
/wanted 0-6 Sets wanted level WantedCMD
/fix Repairs your vehicle FixCMD

⭐ EXTRA

Resource Description Key
Speedometer Shows vehicle speed with color indicator Auto
HelpMenu Opens help menu with commands and shortcuts F1
LockDoor Locks/unlocks vehicle doors L

HelpMenu Configuration

  1. Open client.js
  2. Find the cmds array for commands and shortcuts array for keys
  3. Replace TYPE_CMD_HERE with your command and TYPE_DESC_HERE with description
  4. Replace TYPE_KEY_HERE with your key and TYPE_DESC_HERE with description
  5. Example:
let cmds = [
    ["/heal", "Full health", "/armor", "Full armor", "/kill", "Suicide"],
    ["/god on/off", "God mode", "/wanted 0-6", "Wanted level", "/fix", "Fix vehicle"]
];

let shortcuts = [
    ["F1", "Help menu", "TAB", "Player list", "L", "Door lock"]
];

🔧 Installation

  1. Place folders inside resources/
  2. Add <resource src="FolderName" /> to server.xml
  3. Start server or type start FolderName in console

⚖️ License

This project is licensed under the CC BY-NC-ND 4.0 License. See the LICENSE file for the full legal text.

© 2026 88

About

Simple commands for GTAC GTA IV server.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages