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.

Last updated