[Ajuda] Problema com uma cmd (cmd doida)
#8

Tenta Agora...
pawn Код:
if (strcmp(cmd, "/pbarraca", true)==0)
    {
        if(dini_Int(file, "Profissao") != Mendigo || dini_Int(file, "aAdmin") != 1)return SendClientMessage(playerid, Amarelo, "Vocк nгo й Mendigo!");
        if (PlayerInfo[playerid][pBarraca] != 0) return SendClientMessage(playerid, COLOR_GREY, "Vocк sу pode implantar uma barraca por vez, /rbarraca - para remover sua barraca.");
        new Float:X, Float:Y, Float:Z, Float:A;
        GetPlayerPos(playerid, X, Y, Z);
        GetPlayerFacingAngle(playerid, A);
        PlayerInfo[playerid][pBarraca] = CreateObject(1457, X, Y, Z, 0.0, 0.0, A+180);
        SetPlayerPos(playerid, X, Y, Z+4);
        GameTextForPlayer(playerid, "~w~Barraquinha ~r~Criada", 5000, 5);
        SendClientMessage(playerid, COLOR_GREEN, "Barraca Implantada... Use /rbarraca para remover e poder criar em outro lugar!.");
        SendClientMessage(playerid, Amarelo, "Agora vocк pode trafegar ou dormir em sua barraca");
        return true;
    }
    if(strcmp(cmd, "/rbarraca", true)==0)
    {
    if(dini_Int(file, "Profissao") == Mendigo || dini_Int(file, "aAdmin") == 1)return SendClientMessage(playerid, Amarelo, "Vocк nгo й Mendigo!");
    if (PlayerInfo[playerid][pBarraca] == 0)
        {
        SendClientMessage(playerid, COLOR_GREY, "Vocк nгo criou nenhuma barraca!");
        return true;
        }
    RemoveBarraca(playerid);
    SendClientMessage(playerid, COLOR_GREEN, "Barracas removidas com sucesso.");
    return true;
    }
Reply


Messages In This Thread
Problema com uma cmd (cmd doida) - by protork - 26.03.2014, 06:13
Re: Problema com uma cmd (cmd doida) - by yNexus - 26.03.2014, 15:27
Re: Problema com uma cmd (cmd doida) - by Adejair - 26.03.2014, 15:54
Respuesta: Problema com uma cmd (cmd doida) - by protork - 26.03.2014, 17:09
Re: Problema com uma cmd (cmd doida) - by Adejair - 26.03.2014, 21:06
Re: Problema com uma cmd (cmd doida) - by yNexus - 26.03.2014, 21:34
Respuesta: Problema com uma cmd (cmd doida) - by protork - 26.03.2014, 21:48
Re: Problema com uma cmd (cmd doida) - by Adejair - 26.03.2014, 22:01
Respuesta: Problema com uma cmd (cmd doida) - by protork - 26.03.2014, 22:40
Re: Problema com uma cmd (cmd doida) - by protork - 27.03.2014, 08:32

Forum Jump:


Users browsing this thread: 4 Guest(s)