22 lines
309 B
C++
22 lines
309 B
C++
/*
|
|
* 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;
|
|
}
|