Theme editor

Guide Fivem What are GTA5 FiveM Console Commands?

  • Thread starter Thread starter CL4Y
  • Start date Start date
  • Views 216

CL4Y

Keyboard Ninja
Administrator
Thread owner
FiveM provides various console commands to players and server administrators. These commands can be used to manage the game and server, troubleshoot issues, and enable various features. Below is a list of some commonly used console commands in FiveM.

Console Commands List​

  1. /restart [resource_name]
    • Restarts a specific resource.
    • Example: /restart myscript
  2. /refresh
    • Refreshes all resources on the server.
  3. /start [resource_name]
    • Starts a specific resource.
    • Example: /start myscript
  4. /stop [resource_name]
    • Stops a specific resource.
    • Example: /stop myscript
  5. /set [player_id] [variable_name] [value]
    • Sets a variable for a specific player.
    • Example: /set 1 health 100
  6. /kick [player_id] [reason]
    • Kicks a specific player from the server.
    • Example: /kick 1 Cheating
  7. /ban [player_id] [reason]
    • Bans a specific player from the server.
    • Example: /ban 1 Cheating
  8. /unban [player_id]
    • Unbans a specific player.
    • Example: /unban 1
  9. /say [message]
    • Sends a message to all players on the server.
    • Example: /say The server will go down for maintenance.
  10. /weather [weather_type]
    • Changes the weather.
    • Example: /weather clear
  11. /time [time]
    • Sets the time.
    • Example: /time 12:00
  12. /tp [player_id] [target_id]
    • Teleports a specific player to another player.
    • Example: /tp 1 2
  13. /freeze [player_id]
    • Freezes a specific player.
    • Example: /freeze 1
  14. /unfreeze [player_id]
    • Unfreezes a specific player.
    • Example: /unfreeze 1
  15. /save
    • Saves the server state.
  16. /load
    • Loads a previously saved server state.
FiveM console commands provide great flexibility for server administrators and players to manage and improve their in-game experience. With these commands, you can regulate server operations, intervene with players, and optimize the overall gaming experience.
 
Back
Top