SA-MP Forums Archive
[FilterScript] Advance Fishing System [Y_INI][fFish] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Advance Fishing System [Y_INI][fFish] (/showthread.php?tid=615713)



Advance Fishing System [Y_INI][fFish] - FuNkYTheGreat - 26.08.2016

Intoduction:


Hello guys ,

Today i have make a Advance Fishing System which is located on Santa Maria Beach

More Info:


* When player does fishing 5 times his fishing rod will gonna minus

* If Player Didn\'t have any Bait/Fishing Rod he can\'t start fishing

* Player can catch upto 1 - 10 Fishes

* Player Have To Wait 15 Minutes Before Start Fishing Again

* Player Can See His/Another\'s Stats

* You can easily Change fish selling price and buying Fishing rod or bait . which you can find at line 23 to 32

Code:
//// ** FISH SELL ** //// #define SFPRICE 20000 #define BFPRICE 50000 #define VBFPRICE 100000 //// ** FOR BUY ** //// #define FRPRICE 1000 #define BPRICE 2000
* There are three types of Fishes in this Fish System


1) Small Fish

2) Big Fish

3) Very Big Fish


* There are 3 types of fish as you see above . And there are the percentage of getting Fishes


1) Small Fish 70% Chance to get it

2) Big Fish 20% Chance to get it

3) Very Big Fish 10% Chance to get it

Commands:


/fStats -- To See His/Another\'s Stats

Pictures:












Download:

https://www.mediafire.com/?r710t8i933xv15f

PasteBin:

http://pastebin.com/Lfk6EUXx

Credits:

FuNkY -- For Making This Fishing System
ZeeX -- For ZCMD
Emmet_ -- For Sscanf2
Incognito -- For Streamer
Y_Less -- For Y_INI





Re: Advance Fishing System [Y_INI][fFish] - iSteve - 26.08.2016

Nice first release, decent effort
+Repped


Re: Advance Fishing System [Y_INI][fFish] - JakeXxX - 26.08.2016

I like it.


Re: Advance Fishing System [Y_INI][fFish] - FuNkYTheGreat - 27.08.2016

Quote:
Originally Posted by iSteve
View Post
Nice first release, decent effort

+Repped
Thanks and its my 5th FilterScript

Quote:
Originally Posted by JakeXxX
View Post
I like it.
Thanks


Re: Advance Fishing System [Y_INI][fFish] - Frank901 - 27.08.2016

Money wont save after selling fish, it just dissapears in like 3 seconds after u sold a fish to shop


Re: Advance Fishing System [Y_INI][fFish] - FuNkYTheGreat - 27.08.2016

Quote:
Originally Posted by Frank901
View Post
Money wont save after selling fish, it just dissapears in like 3 seconds after u sold a fish to shop
That\'s Because your gamemode have Anti Money Hack,


Re: Advance Fishing System [Y_INI][fFish] - berroni - 27.08.2016

FULL OF ERRORS.


Re: Advance Fishing System [Y_INI][fFish] - FuNkYTheGreat - 28.08.2016

Quote:
Originally Posted by berroni
View Post
FULL OF ERRORS.
It didn\'t contain any error , Show us your Error here !


Re: Advance Fishing System [Y_INI][fFish] - K0P - 28.08.2016

Whats so advance in it?


Wrong Grammar:
Code:
SendClientMessage( playerid, -1 ,""fc"[FISHING]"wc" You have succesfully selled a Very Big Fish!");
It Should Be:
Code:
SendClientMessage( playerid, -1 ,""fc"[FISHING]"wc" You have succesfully sold a Very Big Fish!");
Why 250 cells?
Code:
public OnPlayerEnterDynamicCP(playerid, checkpointid)
{
    new string[250];
    if(checkpointid == FishCP)


And this:

Code:
Root(playerid)
{
    new string[128],playername[MAX_PLAYER_NAME];
    GetPlayerName(playerid,playername,sizeof(playername));
    format(string,sizeof(string),FOLDER,playername);
    return string;
}
Why not?:

Code:
Root(playerid)
{
    new string[128];
    format(string,sizeof(string),FOLDER,GetName(playerid));
    return string;
}
And 128 cells for a small line?



Code:
public tLeft(playerid)
{
    timeleft[playerid]--;
    new string[128];
    format(string, 128, "~r~TIME LEFT ~b~: %d", timeleft[playerid]);
    GameTextForPlayer(playerid, string , 900, 3);
    if (timeleft[playerid] == 1)
    {
    KillTimer(timer[playerid]);
    }
    return 1;
}



Re: Advance Fishing System [Y_INI][fFish] - Misterenas - 07.01.2017

why when i pressed buy rods or bait, but i dont get any and i cant fishing. why is that?


Re: Advance Fishing System [Y_INI][fFish] - PrO.GameR - 07.01.2017

Quote:
Originally Posted by K0P
View Post
Wrong Grammar:
For a guy fixing others grammar you should know that English doesn\'t have random capital letters in it\'s sentences





OT: This is not even "Basic Fishing System", it is literally the simple, boring and mediocre fishing system everyone creates, nothing innovative, a simple idle job.

While I understand this might be your first code and you are just getting started, this wasn\'t release worthy and needs some work, also you should look up the word Advanced.


Re: Advance Fishing System [Y_INI][fFish] - Yaa - 07.01.2017

nice work keep up ! also try optimizing ur script string are bigs


Re: Advance Fishing System [Y_INI][fFish] - darkhunter332 - 14.08.2017

Awesome work


Re: Advance Fishing System [Y_INI][fFish] - WaleedKhan - 29.07.2018

Funky i m dranzer from cz u really helped me out <3


Re: Advance Fishing System [Y_INI][fFish] - WaleedKhan - 05.08.2018

I want it to be in san fierro.how to move it in san fierro?