initial commit battle royale
This commit is contained in:
parent
5667a0d870
commit
81bbfcc82c
@ -20,6 +20,7 @@
|
|||||||
#include "irresistible\cnr\features\robbery\_robbery.pwn"
|
#include "irresistible\cnr\features\robbery\_robbery.pwn"
|
||||||
#include "irresistible\cnr\features\player_items\_player_items.pwn"
|
#include "irresistible\cnr\features\player_items\_player_items.pwn"
|
||||||
#include "irresistible\cnr\features\visage\_visage.pwn"
|
#include "irresistible\cnr\features\visage\_visage.pwn"
|
||||||
|
#include "irresistible\cnr\features\battleroyale\_battleroyale.pwn"
|
||||||
|
|
||||||
// special (xmas/easter/nye)
|
// special (xmas/easter/nye)
|
||||||
// #include "irresistible\cnr\features\christmas.pwn"
|
// #include "irresistible\cnr\features\christmas.pwn"
|
||||||
|
@ -0,0 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Irresistible Gaming (c) 2018
|
||||||
|
* Developed by Lorenc
|
||||||
|
* Module: battleroyale/battleroyale.pwn
|
||||||
|
* Purpose: encloses all battleroyale related modules (warning: order of includes is very important)
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* ** Includes ** */
|
@ -0,0 +1,17 @@
|
|||||||
|
/*
|
||||||
|
* Irresistible Gaming (c) 2018
|
||||||
|
* Developed by Lorenc
|
||||||
|
* Module: cnr\features\battleroyale\battleroyale.pwn
|
||||||
|
* Purpose: Battle Royale minigame implementation for SA-MP
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* ** Includes ** */
|
||||||
|
#include < YSI\y_hooks >
|
||||||
|
|
||||||
|
/* ** Definitions ** */
|
||||||
|
|
||||||
|
/* ** Variables ** */
|
||||||
|
|
||||||
|
/* ** Hooks ** */
|
||||||
|
|
||||||
|
/* ** Functions ** */
|
Loading…
Reference in New Issue
Block a user