initial commit battle royale

This commit is contained in:
Lorenc Pekaj 2019-02-05 20:03:08 +11:00
parent 5667a0d870
commit 81bbfcc82c
3 changed files with 26 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include "irresistible\cnr\features\robbery\_robbery.pwn"
#include "irresistible\cnr\features\player_items\_player_items.pwn"
#include "irresistible\cnr\features\visage\_visage.pwn"
#include "irresistible\cnr\features\battleroyale\_battleroyale.pwn"
// special (xmas/easter/nye)
// #include "irresistible\cnr\features\christmas.pwn"

View File

@ -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 ** */

View File

@ -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 ** */