♾️
iCore
  • What is iCore?
  • Guides
    • Install iCore
  • Shared
    • Configs
    • Items & weapons
    • Functions
  • Client-side
    • Events
    • Functions
  • Server-side
    • Events
    • Functions
  • Extras
    • Keyboard Shortcuts
Powered by GitBook
On this page
  • Prepare for install
  • Import database
  1. Guides

Install iCore

Important information: because iCore designed for roles play game. Mean it's will handle players data, auto generate database...of course, we can use it as standalone resource, just use it functions but many, many related resource in bundle may not work.

Prepare for install

iCore working well in Windows and Linux environment. We don't care about os system. Just dependency oxmysql. Download and ensure oxmysql first in your server.cfg

Example configs:

set mysql_connection_string "user=fivem;database=fivem;password=password;charset=utf8mb4"
ensure oxmysql
ensure iCore

Import database

Create and import data.sql to your fivem database server.

PreviousWhat is iCore?NextConfigs

Last updated 3 years ago