features thrown into cnr ... gangs has now its own index include
This commit is contained in:
parent
d55608bc83
commit
219f1aeb13
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Irresistible Gaming 2018
|
||||
* Developed by Lorenc Pekaj
|
||||
* Module: main.inc
|
||||
* Module: _main.inc
|
||||
* Purpose: centralize includes
|
||||
*/
|
||||
|
||||
@ -28,30 +28,3 @@
|
||||
// cnr configuration
|
||||
#include "irresistible\cnr\_cnr.pwn"
|
||||
|
||||
// commands
|
||||
|
||||
// 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"
|
||||
|
@ -2,10 +2,12 @@
|
||||
* Irresistible Gaming (c) 2018
|
||||
* Developed by Lorenc Pekaj
|
||||
* Module: cnr/_cnr.pwn
|
||||
* Purpose: ecnloses all cnr related components (cnr)
|
||||
* Purpose: encloses all cnr related components (cnr)
|
||||
*/
|
||||
|
||||
/* ** Includes ** */
|
||||
|
||||
// core
|
||||
#include "irresistible\cnr\player.pwn"
|
||||
#include "irresistible\cnr\global.pwn"
|
||||
#include "irresistible\cnr\classes.pwn"
|
||||
@ -13,4 +15,13 @@
|
||||
#include "irresistible\cnr\cities.pwn"
|
||||
#include "irresistible\cnr\dialog_ids.pwn"
|
||||
#include "irresistible\cnr\vip.pwn"
|
||||
|
||||
// static cnr features
|
||||
#include "irresistible\cnr\static\_cnr_static.pwn"
|
||||
|
||||
// features
|
||||
#include "irresistible\cnr\features\_features.pwn"
|
||||
|
||||
// commands
|
||||
#include "irresistible\cnr\commands\_commands.pwn"
|
||||
|
||||
|
@ -1,17 +1,27 @@
|
||||
/*
|
||||
* Irresistible Gaming (c) 2018
|
||||
* Developed by Lorenc Pekaj
|
||||
* Module:
|
||||
* Purpose:
|
||||
* Module: cnr\features\_features.pwn
|
||||
* Purpose: encloses all feature modules & components (cnr)
|
||||
*/
|
||||
|
||||
/* ** Includes ** */
|
||||
#include < YSI\y_hooks >
|
||||
|
||||
/* ** Definitions ** */
|
||||
// core
|
||||
#include "irresistible\cnr\features\fps.pwn"
|
||||
#include "irresistible\cnr\features\radio.pwn"
|
||||
#include "irresistible\cnr\features\cash_cards.pwn"
|
||||
#include "irresistible\cnr\features\furniture.pwn"
|
||||
#include "irresistible\cnr\features\weapon_drop.pwn"
|
||||
#include "irresistible\cnr\features\ammunation.pwn"
|
||||
#include "irresistible\cnr\features\duel.pwn"
|
||||
#include "irresistible\cnr\features\crowdfund.pwn"
|
||||
// #include "irresistible\cnr\features\pilot.pwn"
|
||||
// #include "irresistible\cnr\features\fishing.pwn"
|
||||
// #include "irresistible\cnr\features\vote.pwn"
|
||||
|
||||
/* ** Variables ** */
|
||||
// gangs and facilities
|
||||
#include "irresistible\cnr\features\gangs\_gangs.pwn"
|
||||
|
||||
/* ** Hooks ** */
|
||||
|
||||
/* ** Functions ** */
|
||||
// visage casino
|
||||
#include "irresistible\cnr\features\visage\_visage.pwn"
|
||||
|
13
gamemodes/irresistible/cnr/features/gangs/_gangs.pwn
Normal file
13
gamemodes/irresistible/cnr/features/gangs/_gangs.pwn
Normal file
@ -0,0 +1,13 @@
|
||||
/*
|
||||
* Irresistible Gaming (c) 2018
|
||||
* Developed by Lorenc Pekaj
|
||||
* Module: cnr\features\gangs\_gangs.pwn
|
||||
* Purpose: encloses all gang and facility related modules (cnr)
|
||||
*/
|
||||
|
||||
/* ** Includes ** */
|
||||
#include "irresistible\cnr\features\gangs\gangs.pwn"
|
||||
#include "irresistible\cnr\features\gangs\facilities.pwn"
|
||||
#include "irresistible\cnr\features\gangs\turfs.pwn"
|
||||
#include "irresistible\cnr\features\gangs\cannon.pwn"
|
||||
// #include "irresistible\features\gangs\gvehicles.pwn"
|
@ -6,10 +6,10 @@
|
||||
*/
|
||||
|
||||
/* ** Includes ** */
|
||||
#include "irresistible\features\visage\roulette.pwn"
|
||||
#include "irresistible\features\visage\blackjack.pwn"
|
||||
#include "irresistible\features\visage\poker.pwn"
|
||||
#include "irresistible\features\visage\fireworks.pwn"
|
||||
#include "irresistible\features\visage\casino.pwn"
|
||||
#include "irresistible\features\visage\apartments.pwn"
|
||||
#include "irresistible\features\visage\boxing.pwn"
|
||||
#include "irresistible\cnr\features\visage\roulette.pwn"
|
||||
#include "irresistible\cnr\features\visage\blackjack.pwn"
|
||||
#include "irresistible\cnr\features\visage\poker.pwn"
|
||||
#include "irresistible\cnr\features\visage\fireworks.pwn"
|
||||
#include "irresistible\cnr\features\visage\casino.pwn"
|
||||
#include "irresistible\cnr\features\visage\apartments.pwn"
|
||||
#include "irresistible\cnr\features\visage\boxing.pwn"
|
||||
|
Loading…
Reference in New Issue
Block a user