39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
/*
|
|
* Irresistible Gaming (c) 2018
|
|
* Developed by Lorenc Pekaj
|
|
* Module: cnr/_cnr.pwn
|
|
* Purpose: encloses all cnr related components (cnr)
|
|
*/
|
|
|
|
/* ** Includes ** */
|
|
|
|
// core definitions
|
|
#include "irresistible\cnr\player.pwn"
|
|
#include "irresistible\cnr\global.pwn"
|
|
#include "irresistible\cnr\classes.pwn"
|
|
#include "irresistible\cnr\textdraws.pwn"
|
|
#include "irresistible\cnr\progress.pwn"
|
|
#include "irresistible\cnr\spawn.pwn"
|
|
#include "irresistible\cnr\dialog_ids.pwn"
|
|
#include "irresistible\cnr\entrances.pwn"
|
|
#include "irresistible\cnr\checkpoints.pwn"
|
|
#include "irresistible\cnr\wanted_level.pwn"
|
|
|
|
// reliant on core definitions
|
|
#include "irresistible\cnr\vip\_vip.pwn"
|
|
#include "irresistible\cnr\jobs.pwn"
|
|
#include "irresistible\cnr\experience.pwn"
|
|
#include "irresistible\cnr\ammunation.pwn"
|
|
#include "irresistible\cnr\irresistibleguard.pwn"
|
|
#include "irresistible\cnr\player_settings.pwn"
|
|
#include "irresistible\cnr\model_preview.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"
|