[Ajuda] Eventos
#1

Pessoal quando da este erro aki olha:
pawn Код:
AdminSysteam.pwn(3446) : warning 225: unreachable code
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Warning.
Linha 3446:
pawn Код:
if(Proibido == 1) Proibido = 0;
Comando dando error:
pawn Код:
new stringf[256];
new Proibido = 1;

CMD:newevento(playerid,params[])
{
    if(PlayerDados[playerid][Admin] < 3) return SendClientMessage(playerid, BRANCO, "Vocк precisa ser admin nivel 3 para usar este comando!");
    if(EventoCriado == 1) return SendClientMessage(playerid, COLOR_RED, "[LVDM](ERRO) Um evento ja foi criado, espere terminar para criar outro.");
    return SendClientMessage(playerid, COLOR_RED, "/newevento [Nome].");
    if(Proibido == 1) Proibido = 0;
    new pname[MAX_PLAYER_NAME];
    GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
    interiore = GetPlayerInterior(playerid);
    GetPlayerPos(playerid, eventoX, eventoY, eventoZ);
    EventoCriado = 1;
    format(stringf, sizeof(stringf), "(LVDM) O Administrador %s criou um evento (В») Nome: %s (В») Digite: (/irevento)", pname);
    SendClientMessageToAll(COLOR_YELLOW, stringf);
    GameTextForAll("~y~Evento ~g~Criado ~y~use ~b~/irevento", 6000, 1);
    guerra = GangZoneCreate(eventoX-80,eventoY-80,eventoX+80,eventoY+80);
    GangZoneShowForAll(guerra,0xFF0000AA);
    SendClientMessage(playerid, 0x008000AA, "[LVDM](EVENTO) Evento criado com sucesso use ''/inievento'' quando vocк for inicialo");
    SendClientMessage(playerid, 0x008000AA, "[LVDM](EVENTO) Caso vocк queira cancela-lo use ''/cancelevento''");
    return 1;
}
Quando da isto ae significa o ke? (Por que ta dando o erro?)
Reply


Messages In This Thread
Eventos - by brayon1997 - 09.02.2013, 11:08
Re: Eventos - by Etton - 09.02.2013, 11:40
Re: Eventos - by brayon1997 - 09.02.2013, 11:54
Re: Eventos - by brayon1997 - 09.02.2013, 12:27
Re: Eventos - by Delete_ - 09.02.2013, 12:29
Re: Eventos - by brayon1997 - 09.02.2013, 12:57
Re: Eventos - by Delete_ - 09.02.2013, 13:01

Forum Jump:


Users browsing this thread: 3 Guest(s)