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