[FilterScript] Advance Fishing System [Y_INI][fFish]
#1

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


Reply
#2

Nice first release, decent effort
+Repped
Reply
#3

I like it.
Reply
#4

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
Reply
#5

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

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,
Reply
#7

FULL OF ERRORS.
Reply
#8

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

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;
}
Reply
#10

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

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.
Reply
#12

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

Awesome work
Reply
#14

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

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


Forum Jump:


Users browsing this thread: 2 Guest(s)