SA-MP Forums Archive
[AJUDA] /Rbrall bugado - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA] /Rbrall bugado (/showthread.php?tid=295384)



[AJUDA] /Rbrall bugado - Raphael_Lima - 06.11.2011

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;
    }



Re: [AJUDA] /RBRALL BUGADO - [O.z]Caroline - 06.11.2011

Leia as regras!

Quote:

Nгo utilizar letras maiъsculas (CapsLock) em titulos e tуpicos.




Re: [AJUDA] /RBRALL BUGADO - Raphael_Lima - 06.11.2011

Arrumado. Agora pode ajudar?


Re: [AJUDA] /RBRALL BUGADO - iansinho - 06.11.2011

Quando vocк digita o comando o que acontece especificadamente?

Tambйm passe o comando de criar barreira.



Re: [AJUDA] /RBRALL BUGADO - Raphael_Lima - 06.11.2011

lol testei o comando com 1 adm meu aki e funcionou normalmente. nao lembro de ter mexido. porйm ta funcionando '_'

vlw ai por quem tento ajudar *_*