[AJUDA] /Rbrall bugado
#1

galera fiz um comando para remover todas as barreiras. porйm ta bugado. alguem pode ajudar?


pawn Код:
if(strcmp(cmdtext, "/removertodasbarreiras", true)==0 || strcmp(cmdtext, "/rbrall", true)==0)
    {
        if (PlayerInfo[playerid][pCargo] >= 4 && IsACop(playerid))
        {
            for(new i = 0; i < MAX_PLAYERS; i++)
            {
                if(pRoadblock[i] != 0)
                {
                    RemoveRoadblock(i);
                }
            }
            format(string, sizeof(string), "Estado: Todas as barreiras foram retiradas por: %s.", PlayerName(playerid));
            for(new i = 0; i < MAX_PLAYERS; i++)
            {
                if(IsPlayerConnected(i))
                {
                    if(IsACop(i))
                    {
                        SendClientMessage(i, TEAM_BLUE_COLOR, string);
                    }
                }
            }
        }
        else
        {
            SendClientMessage(playerid, COLOR_GREY, "Vocк precisa ser cargo 4+ ou um lнder de alguma organizaзгo policial para remover todas as barreiras!");
        }
        return 1;
    }
Reply


Messages In This Thread
[AJUDA] /Rbrall bugado - by Raphael_Lima - 06.11.2011, 01:48
Re: [AJUDA] /RBRALL BUGADO - by [O.z]Caroline - 06.11.2011, 01:57
Re: [AJUDA] /RBRALL BUGADO - by Raphael_Lima - 06.11.2011, 02:02
Re: [AJUDA] /RBRALL BUGADO - by iansinho - 06.11.2011, 02:06
Re: [AJUDA] /RBRALL BUGADO - by Raphael_Lima - 06.11.2011, 02:08

Forum Jump:


Users browsing this thread: 1 Guest(s)