18 lines
320 B
Plaintext
18 lines
320 B
Plaintext
/*
|
|
* 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 ** */
|