[Ajuda] Comandos Dependentes
#6

Vou te dar uma base de onde colocar usando a base do @ProKillerpa:
pawn Код:
if(strcmp(cmdtext, "/abrirprisao", true) == 0)
{
    if(PortaoAberto == 0)
    {
        PortaoAberto = 1;
        SendClientMessage(playerid, -1, "O portгo foi aberto.");
    }
    else
    {
        SendClientMessage(playerid, -1, "O portгo jб estб aberto.");
    }
    return 1;
}
if(strcmp(cmdtext,"/visitarpreso",true) == 0)
{
    if(PortaoAberto == 1)
    {
        SendClientMessage(playerid, -1, "Vocк foi atй a prisгo.");
    }
    else
    {
        SendClientMessage(playerid, -1, "A prisгo estб fechada.");
    }
    return 1;
}
Reply


Messages In This Thread
Comandos Dependentes - by Matthy - 20.06.2014, 19:06
Re: Comandos Dependentes - by ProKillerpa - 20.06.2014, 19:12
Respuesta: Comandos Dependentes - by Matthy - 20.06.2014, 19:17
Re: Comandos Dependentes - by Schocc - 20.06.2014, 19:28
Respuesta: Re: Comandos Dependentes - by Matthy - 20.06.2014, 19:33
Re: Comandos Dependentes - by MultiKill - 20.06.2014, 19:43
Respuesta: Re: Comandos Dependentes - by Matthy - 20.06.2014, 20:05
Re: Comandos Dependentes - by Schocc - 20.06.2014, 20:11

Forum Jump:


Users browsing this thread: 2 Guest(s)