[Ajuda] Sexo Masculino e feminino setar skin no /prendersm !
#1

igual ja diz o tуpico irei postar logo abaixo como esta o comando e quando digito /prendersm mesmo com o sexo feminino ele set a skin do sexo masculino,olhem o comando :
pawn Код:
if(strcmp(cmd, "/prendersm",true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            new tempo[20];
            new tempo2;
            if(!IsACop(playerid)) return SendClientMessage(playerid, COLOR_GREY, "Vocк nгo e um Policial !");
            if(!PlayerToPoint(12.0, playerid, -202.1189,-16.2355,3.1172))
            {
                SendClientMessage(playerid,COLOR_GREY,"Vocк nгo estб na Prisгo De Seguranзa Mбxima !");
                return true;
            }
            tmp = strtok(cmdtext, idx);
            tempo = strtok(cmdtext, idx);
            if(!strlen(tmp))
            {
                SendClientMessage(playerid, COLOR_GRAD2, "Utilize: /prendersm [id] [Tempo] [Motivo]");
                return true;
            }
            if(!strlen(tempo))
            {
                SendClientMessage(playerid, COLOR_GRAD2, "Utilize: /prendersm [id] [Tempo] [Motivo]");
                return true;
            }
            giveplayerid = ReturnUser(tmp);
            tempo2 = strval(tempo);
            new length = strlen(cmdtext);
            while ((idx < length) && (cmdtext[idx] <= ' '))
            {
            idx++;
            }
            new offset = idx;
            new result[100];
            while ((idx < length) && ((idx - offset) < (sizeof(result) - 1)))
            {
            result[idx - offset] = cmdtext[idx];
            idx++;
            }
            result[idx - offset] = EOS;
            if(IsPlayerConnected(giveplayerid))
            {
                if(giveplayerid != INVALID_PLAYER_ID)
                {
                    GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer));
                    GetPlayerName(playerid, sendername, sizeof(sendername));
                    format(string, sizeof(string), "O Policial %s Prendeu o Criminoso de Alta Periculosidade Na Prisгo De Seguranзa Mбxima o %s !",PlayerName(playerid), giveplayer, tempo, (result));
                    SendClientMessageToAll(COLOR_LIGHTRED, string);
                    ResetPlayerWeaponsEx(giveplayerid);
                    OnPlayerUpdate(giveplayerid);
                    PlayerInfo[playerid][pSex] = 2;<--
                    SetPlayerSkin(playerid, 69);<--
                    PlayerInfo[playerid][pSkin] = 69;<--
                    PlayerInfo[playerid][pSex] = 1;<--
                    SetPlayerSkin(playerid, 268);<--
                    PlayerInfo[playerid][pSkin] = 268;<--
                    PlayerInfo[giveplayerid][pJailed] = 180;
                    PlayerInfo[giveplayerid][pJailTime] = tempo2 * 180;
                    SetPlayerInterior(giveplayerid, 2);
                    SetPlayerPos(giveplayerid, 2540.9224,-1284.2395,1031.4219);
                }
            }
            else
            {
                SendClientMessage(playerid, COLOR_GREY, "   O jogador estб offline !");
                return true;
            }
        }
        return true;
    }
olhem bem aonde estб um <--
Reply
#2

Eu queria que setar certo Quando for Sexo feminino com uma skin ! e quando for masculino uma skin mais no momento so esta setando o masculino :/
Reply
#3

pawn Код:
PlayerInfo[playerid][pSex] = 2;<--
                    SetPlayerSkin(playerid, 69);<--
                    PlayerInfo[playerid][pSkin] = 69;<--
                    PlayerInfo[playerid][pSex] = 1;<--
Nгo sei o que o psex ta fazendo ai no meio, ta sem funзao alguma ..


um ex:

pawn Код:
PlayerInfo[playerid][pSex] = 2;
            SetPlayerSkin(playerid, 12);
            PlayerInfo[playerid][pSkin] = 12;
~


psex 1 й homem

psex 2 й mulher

Ja tentou usar o CMD em um Homem para ver se nao esta invertido? se jб, apenas recrie a funзгo separadamente igual nos tutoriais.
Reply
#4

pawn Код:
if(PlayerInfo[playerid][pSex] == 2)
{
       SetPlayerSkin(playerid, 69);
}
else if(PlayerInfo[playerid][pSex] == 1)
{
       SetPlayerSkin(playerid, 268);
}
Tente.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)