17.02.2014, 00:08
desculpem duble post, ja consegui ajustar as dialogs agora tipo carrego em tirar uniforme e nao volta a minha skin que tinha :S
pawn Код:
else if(dialogid == 56)
{
new string[128];
if(response)
{
switch(listitem)
{
case 0: // tirar roupa
{
if(PlayerInfo[playerid][pFacRank] < 1) return SendClientMessage(playerid, COLOR_GREY, "You are not high enough rank yet.");
PlayerInfo[playerid][pModel] = GetPlayerSkin(playerid);
format(string, sizeof(string), "* %s veste sua roupa de civil.", RPN(playerid));
SendNearbyMessage(playerid, 15, string, COLOR_PURPLE, COLOR_PURPLE, COLOR_PURPLE, COLOR_PURPLE, COLOR_PURPLE);
}
}
}
}