sfcnr/gamemodes/irresistible/cnr/features/fishing.pwn
2018-09-10 07:09:35 +10:00

22 lines
309 B
Plaintext

/*
* 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;
}