sfcnr/gamemodes/irresistible/cnr/features/fishing.pwn

22 lines
309 B
Plaintext
Raw Normal View History

/*
* Irresistible Gaming (c) 2018
* Developed by Lorenc Pekaj
* Module: fishing.inc
* Purpose: fishing module
*/
/* ** Includes ** */
#include < YSI\y_hooks >
/* ** Definitions ** */
/* ** Variables ** */
/* ** Hooks ** */
/* ** Functions ** */
CMD:fish( playerid, params[ ] )
{
return 1;
}