Please create a backup of your mission before attempting to install!
Place SQL-Scripts folder in your mission root folder.
Add this code to your INIT.SQF file in a isserver if statement.
[] call compile preprocessFileLineNumbers "SQL-Scripts\server\savefunc.sqf";
[] call compile preprocessFileLineNumbers "SQL-Scripts\server\serverevents.sqf";
Add this code to your INIT.SQF in a isclient or !dedicatedserver if statement.
[] call compile preprocessFileLineNumbers "SQL-Scripts\client\savefunc.sqf";
[] call compile preprocessFileLineNumbers "SQL-Scripts\client\clientinit.sqf";[/li]
Open Description.ext and add this line.
#include "SQL-Scripts\dialogs\dialogs.hpp"[/li]
Run the life_DB.sql query in your mysql server, please note this documentation does not cover installation of Arma2NET or Arma2MySQL.
Done! Any issues contact Infection/Linnet on the BI forums, preferably in the Arma2SQL Life Thread.
I cannot figure out how to do the underlined info!. Plese help, Im using phpadmin and this is basicly what it looks like
