Case help
#3

pawn Код:
stock AdminRank( playerid )
{
    new
        rank[ 32 ];

    switch( PlayerInfo[ playerid ][ Admin ] )
    {
        case 0: rank = "Normal";
        case 1: rank = "Helper";
        // continue..
    }
    return 1;
}
Reply


Messages In This Thread
Case help - by Azzeto - 04.02.2012, 11:14
Re: Case help - by [XST]O_x - 04.02.2012, 11:17
Re: Case help - by Konstantinos - 04.02.2012, 11:17
Re: Case help - by [XST]O_x - 04.02.2012, 11:19
Re: Case help - by Konstantinos - 04.02.2012, 11:24
Re: Case help - by Azzeto - 04.02.2012, 11:31

Forum Jump:


Users browsing this thread: 2 Guest(s)