/* * Irresistible Gaming 2018 * Developed by Lorenc Pekaj * Module: main.inc * Purpose: centralize includes */ // config #include "irresistible\config\database.pwn" // keep #1 #include "irresistible\config\colors.pwn" // anticheat #include "irresistible\anticheat\_anticheat.pwn" // default #include "irresistible\security.pwn" #include "irresistible\helpers.pwn" #include "irresistible\floodcontrol.pwn" #include "irresistible\mailer.pwn" #include "irresistible\attachments.pwn" #include "irresistible\lookup.pwn" #include "irresistible\servervars.pwn" #include "irresistible\sampac.pwn" // #include "irresistible\analytics.pwn" // gta related variables #include "irresistible\gta\_gta.pwn" // cnr configuration #include "irresistible\cnr\player.pwn" #include "irresistible\cnr\global.pwn" #include "irresistible\cnr\classes.pwn" #include "irresistible\cnr\cities.pwn" #include "irresistible\cnr\dialog_ids.pwn" #include "irresistible\cnr\vip.pwn" // features #include "irresistible\features\fps.pwn" #include "irresistible\features\radio.pwn" #include "irresistible\features\cash_cards.pwn" #include "irresistible\features\furniture.pwn" #include "irresistible\features\weapon_drop.pwn" #include "irresistible\features\ammunation.pwn" #include "irresistible\features\duel.pwn" #include "irresistible\features\crowdfund.pwn" // #include "irresistible\features\pilot.pwn" // #include "irresistible\features\fishing.pwn" // #include "irresistible\features\vote.pwn" // gangs and facilities #include "irresistible\features\gangs\gangs.pwn" #include "irresistible\features\gangs\facilities.pwn" #include "irresistible\features\gangs\turfs.pwn" #include "irresistible\features\gangs\cannon.pwn" // #include "irresistible\features\gangs\gvehicles.pwn" // visage casino #include "irresistible\features\visage\_visage.pwn" // static cnr features #include "irresistible\cnr\static\_cnr_static.pwn"