[AJUDA]Comandos /abastecercarro [id] /reparar[id]
#4

Mano tenta fazer isso:
Tirar
Код:
if(!PlayerInfo[playerid][pMembro] == 22 || !PlayerInfo[playerid][pLider] == 22)
e tenta colocar isso
Код:
if(GetPlayerOrg(playerid) != 22)
AI no final do seu gm vc add isso aqui:
pawn Код:
stock GetPlayerOrg(playerid)
{
    new org;
    if(PlayerInfo[playerid][pLider] > 0)
    {
        org = PlayerInfo[playerid][pLider];
        return org;
    }
    if(PlayerInfo[playerid][pMembro] > 0)
    {
        org = PlayerInfo[playerid][pMembro];
        return org;
    }
    return 0;
}
Se der certo avisa ai ;p
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)