Advance Fishing System [Y_INI][fFish] -
FuNkYTheGreat - 26.08.2016
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
Nice first release, decent effort
+Repped
|
Thanks and its my 5th FilterScript
Quote:
Originally Posted by JakeXxX
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
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
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
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?