What is Altis Life?
Altis Life is a server mod for ArmA 3. ArmA is an open world tactical shooter video game.
You spawn on the Greek island Altis and play as a police officer or civilian. The goal of the game is to make money and friends.
__CONST__(LIFE_SCHEMA_NAME,"'arma3life'");//CHANGE THIS IF YOUR DATABASE IS NOT CALLED ARMA3LIFE KEEP THE ' '
__CONST__(LIFE_SCHEMA_NAME,"'ni1234_5_DB'");//CHANGE THIS IF YOUR DATABASE IS NOT CALLED ARMA3LIFE KEEP THE ' '
__CONST__(LIFE_SCHEMA_NAME,"'ni45789_11_DB'");//CHANGE THIS IF YOUR DATABASE IS NOT CALLED ARMA3LIFE KEEP THE ' '
class Missions { class ARMA3 { template = arma3_life.altis; difficulty = "Regular"; }; };
mysql,DATABASE_NAME,DATABASE_IP,3306,USERNAME,PASSWORD
mysql,ni1234_5_DB,ms123.nitrado.net,3306,ni1234_5_DB,SecretPassword
mysql,ni4789_11_DB,ms456.nitrado.net,3306,ni4789_11_DB,Secret123Password
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
-- Character Set Settings
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
-- Define custom delimiter for stored procedures
DELIMITER $$
-- Procedures
-- --------------------------------------------------------
CREATE PROCEDURE `resetLifeVehicles`()
BEGIN
UPDATE vehicles SET `active` = 0;
END$$
CREATE PROCEDURE `deleteDeadVehicles`()
BEGIN
DELETE FROM `vehicles` WHERE `alive` = 0;
END$$
-- Reset delimiter to default
DELIMITER ;
-- Table structure for table `players`
-- --------------------------------------------------------
CREATE TABLE IF NOT EXISTS `players` (
`uid` int(12) NOT NULL AUTO_INCREMENT,
`name` varchar(32) NOT NULL,
`playerid` varchar(50) NOT NULL,
`cash` int(100) NOT NULL DEFAULT '0',
`bankacc` int(100) NOT NULL DEFAULT '0',
`coplevel` enum('0','1','2','3','4','5','6','7') NOT NULL DEFAULT '0',
`cop_licenses` text,
`civ_licenses` text,
`cop_gear` text NOT NULL,
`arrested` tinyint(1) NOT NULL DEFAULT '0',
`aliases` text NOT NULL,
`adminlevel` enum('0','1','2','3') NOT NULL DEFAULT '0',
`donatorlvl` enum('0','1','2','3','4','5') NOT NULL DEFAULT '0',
`civ_gear` text NOT NULL,
`blacklist` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`uid`),
UNIQUE KEY `playerid` (`playerid`),
KEY `name` (`name`),
KEY `blacklist` (`blacklist`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=12;
-- Table structure for table `vehicles`
-- --------------------------------------------------------
CREATE TABLE IF NOT EXISTS `vehicles` (
`id` int(12) NOT NULL AUTO_INCREMENT,
`side` varchar(15) NOT NULL,
`classname` varchar(32) NOT NULL,
`type` varchar(12) NOT NULL,
`pid` varchar(32) NOT NULL,
`alive` tinyint(1) NOT NULL DEFAULT '1',
`active` tinyint(1) NOT NULL DEFAULT '0',
`plate` int(20) NOT NULL,
`color` int(20) NOT NULL,
`inventory` varchar(500) NOT NULL,
PRIMARY KEY (`id`),
KEY `side` (`side`),
KEY `pid` (`pid`),
KEY `type` (`type`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2;
-- Restore original character set settings
/*!40101 SET [email protected]_CHARACTER_SET_CLIENT */;
/*!40101 SET [email protected]_CHARACTER_SET_RESULTS */;
/*!40101 SET [email protected]_COLLATION_CONNECTION */;
Confirm with OK
Get Arma 3 Server Hosting now!
More Guides:
Engine Settings in ARK
Epic Games Launcher ARK Server
EpicSpleef
Error Received when processing Payment
ESL Plugin CSGO
Essentials Chat
Essentials Core
Essentials
Essentials GeoIP
Essentials Protect
Essentials Spawn
Establish a Database Connection in Life is Feudal
Euro Truck Simulator 2 How to Add Mods
ETS 2 How to connect to the server
ETS 2 Server First Configuration
Expert Mode for ARK Servers
Extending time on an Xbox Server
Factorio FAQs
FAQ ARK Console Servers
FAQ Arma 3
FAQ Avorion
FAQ Battlefield 3
FAQ Battlefield 4
FAQ Battlefield Hardline
FAQ Farming Simulator 2013
FAQ for Dark and Light
FAQ for Project Zomboid Server
FAQ Hurtworld
FAQ in 7 Days to Die
FAQ in Just Cause 2
FAQ in Post Scriptum
FAQ in San Andreas Multiplayer
FAQ on Portal Knights
FAQ Space Engineers
FAQ Squad
FAQ The Isle
FAQ Unreal Tournament 2004
FAQ Valheim
FAQ Valnir Rok
FAQ Wargame Red Dragon
Farming Simulator 17 FAQ
Farming Simulator 2013 Problem Treatment