Fishing Help
#3

Thanks, one more thing if that's cool, cheers! I have now added this:

pawn Код:
new FishNames[][] =
{
    "Shark",
    "Clownfish",
    "Angelfish",
    "Catfish",
    "Dogfish",
    "Eel",
    "$23",
    "$28",
    "$37",
    "$53",
    "$61",
    "$80",
    "$121",
    "$133",
    "$178",
    "$500"
   
};
pawn Код:
if(FishName == 6 || FishName == 7 || FishName == 8 || FishName == 9 || FishName == 10 || FishName == 11 || FishName == 12 || FishName == 13 ||
    FishName == 14 || FishName == 15)
    {//Moneybags
        format(string, sizeof(string), "* %s has fished up a $%s moneybag.", Name(playerid), FishNames[FishName]);
        SendNearbyMessage(playerid, 15, string, COLOR_PURPLE, COLOR_PURPLE, COLOR_PURPLE, COLOR_PURPLE, COLOR_PURPLE);
        return 1;
    }
How do I make it give the player the amount of money shown in the random section above ^
Reply


Messages In This Thread
Fishing Help - by AphexCCFC - 06.02.2013, 18:41
Re: Fishing Help - by LarzI - 06.02.2013, 19:03
Re: Fishing Help - by AphexCCFC - 06.02.2013, 19:14
Re: Fishing Help - by LarzI - 06.02.2013, 19:34
Re: Fishing Help - by AphexCCFC - 06.02.2013, 21:52

Forum Jump:


Users browsing this thread: 1 Guest(s)