sfcnr/gamemodes/irresistible/cnr/features/_features.pwn
2018-12-23 21:11:50 +00:00

64 lines
2.7 KiB
Plaintext

/*
* Irresistible Gaming (c) 2018
* Developed by Lorenc
* Module: cnr\features\_features.pwn
* Purpose: encloses all feature modules & components (cnr)
*/
/* ** Includes ** */
#include "irresistible\cnr\features\vip\_vip.pwn"
#include "irresistible\cnr\features\player\_player.pwn"
#include "irresistible\cnr\features\ammunation\_ammunation.pwn"
#include "irresistible\cnr\features\stocks\_stocks.pwn"
#include "irresistible\cnr\features\houses\_houses.pwn"
#include "irresistible\cnr\features\vehicles\_vehicles.pwn"
#include "irresistible\cnr\features\business\_business.pwn"
#include "irresistible\cnr\features\gangs\_gangs.pwn"
#include "irresistible\cnr\features\minijobs\_minijobs.pwn"
#include "irresistible\cnr\features\cop\_cop.pwn"
#include "irresistible\cnr\features\robbery\_robbery.pwn"
#include "irresistible\cnr\features\player_items\_player_items.pwn"
#include "irresistible\cnr\features\visage\_visage.pwn"
// special (xmas/easter/nye)
#include "irresistible\cnr\features\christmas.pwn"
// #include "irresistible\cnr\features\eastereggs.pwn"
// other
#include "irresistible\cnr\features\ammunation.pwn"
#include "irresistible\cnr\features\movie_mode.pwn"
#include "irresistible\cnr\features\passive_mode.pwn"
#include "irresistible\cnr\features\server_rules.pwn"
#include "irresistible\cnr\features\toys.pwn"
#include "irresistible\cnr\features\fps.pwn"
#include "irresistible\cnr\features\radio.pwn"
#include "irresistible\cnr\features\cash_cards.pwn"
#include "irresistible\cnr\features\weapon_drop.pwn"
#include "irresistible\cnr\features\duel.pwn"
#include "irresistible\cnr\features\crowdfund.pwn"
#include "irresistible\cnr\features\paintball.pwn"
#include "irresistible\cnr\features\random_messages.pwn"
#include "irresistible\cnr\features\chuffsec.pwn"
#include "irresistible\cnr\features\gps.pwn"
#include "irresistible\cnr\features\animations.pwn"
#include "irresistible\cnr\features\roadblocks.pwn"
#include "irresistible\cnr\features\spikestrips.pwn"
#include "irresistible\cnr\features\perks.pwn"
#include "irresistible\cnr\features\weapon_locker.pwn"
#include "irresistible\cnr\features\bribes.pwn"
#include "irresistible\cnr\features\info_pickups.pwn"
#include "irresistible\cnr\features\crime_reports.pwn"
#include "irresistible\cnr\features\fires.pwn"
#include "irresistible\cnr\features\car_jacker.pwn"
#include "irresistible\cnr\features\damage_feed.pwn"
#include "irresistible\cnr\features\weed.pwn"
#include "irresistible\cnr\features\race.pwn"
#include "irresistible\cnr\features\gates.pwn"
#include "irresistible\cnr\features\hotel_da_novic.pwn"
#include "irresistible\cnr\features\random_hits.pwn"
#include "irresistible\cnr\features\c4.pwn"
// pool
#include "irresistible\cnr\features\pool.pwn"