How to make a fish system? - 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: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How to make a fish system? (
/showthread.php?tid=101339)
How to make a fish system? -
dirkblok - 10.10.2009
Hello,
I want to know how to make a fish system with some fishes in it...
You know, alot of rp servers has got it that when you fish from the pier, you catch some fishes and you can unload it and sell it on a certain point.
If you guys know what I mean and know how to make this? please tell me man...
Thanks alot for reading
Re: How to make a fish system? -
Correlli - 10.10.2009
-> Script request topic.
or you could try and download some RP scripts (GF, ..) and have a look at their fish system.
Re: How to make a fish system? -
dirkblok - 10.10.2009
Ok thanks for the tip
Re: How to make a fish system? -
dirkblok - 10.10.2009
Isn't there anyone who got a tutorial or something for me?
Thanks
Dirk
Re: How to make a fish system? -
(.Aztec); - 10.10.2009
Quote:
Originally Posted by dirkblok
Isn't there anyone who got a tutorial or something for me?
Thanks
Dirk
|
Take a look at Godfather, and change it to your liking.
Re: How to make a fish system? -
dirkblok - 10.10.2009
I looked in the script but it's too complicated for me I think to see the fish system...
Re: How to make a fish system? -
(.Aztec); - 10.10.2009
Quote:
Originally Posted by dirkblok
I looked in the script but it's too complicated for me I think to see the fish system...
|
Well, if you don't get godfathers fishing system, I hate to break it to you, but it's the most basic you're gonna get.
Re: How to make a fish system? -
dirkblok - 11.10.2009
I'm trying to make one now for my selve. It's not that complicated to make one your selve, but I didn't know where to start with.
I'm now doing it with a variable.
when someone types /fish
the variable gets one bigger.
but I want to know how to make a command that you see how much the variable is right now...?
Can someone help me with that?
I have:
new fishes;
and by a command fishes will be:
fishes += 1;
and now I want to make a command that shows how much fishes you actually have?
thanks alot for reading
Dirk