Problem with this stock
#1

pawn Код:
stock RandomGift(playerid)
{
    new randomgift = random(MAX_RANDOM_GIFTS) + 1;
    switch (randomgift)
    {
        case 1:
        {
            //
        }
        case 2:
        {
            //
        }
        case 3:
        {
            //
        }
    }
    return 1;
}
warning 203: symbol is never used: "playerid"
Reply


Messages In This Thread
Problem with this stock - by Face9000 - 13.01.2012, 09:14
Re: Problem with this stock - by §с†¶e®РµРe - 13.01.2012, 09:17
Re: Problem with this stock - by Wesley221 - 13.01.2012, 09:18
Re: Problem with this stock - by Face9000 - 13.01.2012, 09:18
Re: Problem with this stock - by JamesC - 13.01.2012, 09:18
Re: Problem with this stock - by Face9000 - 13.01.2012, 09:20
Re: Problem with this stock - by §с†¶e®РµРe - 13.01.2012, 09:21
Re: Problem with this stock - by Face9000 - 13.01.2012, 09:23
Re: Problem with this stock - by Gh05t_ - 13.01.2012, 10:27

Forum Jump:


Users browsing this thread: 4 Guest(s)