[Ajuda] Duvida importante
#6

Se for o BSL serб assim .

pawn Код:
public IsACop(playerid)
{
    if(IsPlayerConnected(playerid))
    {
        new lider = PlayerInfo[playerid][pLider];
        new member = PlayerInfo[playerid][pMembro];
        if(member==1 || member==2 || member==3 || member==16 || member==11)
        {
            return 1;
        }
        else if(lider==1 || lider==2 || lider==3 || lider==16 || lider==11)
        {
            return 1;
        }
    }
    return 0;
}
Reply


Messages In This Thread
[Ajuda] Duvida importante - by Felipe_Wesker - 01.05.2011, 19:53
Respuesta: Duvida importante - by henrique_wwi - 01.05.2011, 19:58
Re: Duvida importante - by Macintosh - 01.05.2011, 20:04
Re: [Ajuda] Duvida importante - by Felipe_Wesker - 02.05.2011, 15:57
Re: [Ajuda] Duvida importante - by Shadoww5 - 02.05.2011, 16:20
Re: [Ajuda] Duvida importante - by Macintosh - 02.05.2011, 17:00
Re: [Ajuda] Duvida importante - by Shadoww5 - 02.05.2011, 17:03
Re: [Ajuda] Duvida importante - by Macintosh - 02.05.2011, 17:20
Re: [Ajuda] Duvida importante - by Shadoww5 - 02.05.2011, 17:37
Re: [Ajuda] Duvida importante - by Felipe_Wesker - 02.05.2011, 18:56

Forum Jump:


Users browsing this thread: 2 Guest(s)