sfcnr/gamemodes/irresistible/cnr/features/cop/_cop.pwn

14 lines
496 B
Plaintext
Raw Normal View History

/*
* Irresistible Gaming (c) 2018
* Developed by Lorenc
* Module: cnr\features\cop\_cop.pwn
* Purpose: encloses all cop/police (LEO) modules & components (cnr)
*/
/* ** Includes ** */
#include "irresistible\cnr\features\cop\jail.pwn"
2018-12-22 12:36:05 +00:00
#include "irresistible\cnr\features\cop\cop_chat.pwn"
#include "irresistible\cnr\features\cop\arrest.pwn"
2019-01-01 07:13:42 +00:00
#include "irresistible\cnr\features\cop\bail.pwn"
#include "irresistible\cnr\features\cop\ticket.pwn"
2019-04-07 03:15:20 +00:00
#include "irresistible\cnr\features\cop\emp.pwn"