[Ajuda] Dialog Response
#7

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == SpawnSudeste)
    {
        if(response)
        {
            if(listitem == 0)
            {
                SetPlayerColor(playerid,0x057ABDAA);
                SetPlayerPos(playerid,2081.7632,1908.6748,14.4865) ;
                SetPlayerInterior(playerid, 0);
                SpawnPlayer(playerid);
                SetCameraBehindPlayer(playerid);
                SetPlayerSkin(playerid, 264);
            }
        }
    }
    return 1;
}
SetPlayerSkin(playerid, 264);
Escolha o valor da skin que vocк deseja, verifique se o id nгo й o mesmo que o tal que vocк diz..
Veja tambйm se em seu OnPlayerSpawn nгo existe uma funзгo que cause a troca de skin !!
De qualquer forma tente o cуdigo acima com o SetPlayerSkin apуs o SpawnPlayer...

Atenciosamente,
Falcon.
Reply


Messages In This Thread
[Ajuda] Dialog Response - by danktog - 02.06.2011, 22:01
Re: [Ajuda] Dialog Response - by Shadoww5 - 02.06.2011, 22:17
Re: [Ajuda] Dialog Response - by Falcon. - 02.06.2011, 22:29
Re: [Ajuda] Dialog Response - by danktog - 02.06.2011, 22:39
Re: [Ajuda] Dialog Response - by Falcon. - 02.06.2011, 22:42
Re: [Ajuda] Dialog Response - by danktog - 02.06.2011, 22:51
Re: [Ajuda] Dialog Response - by Falcon. - 02.06.2011, 22:59
Re: [Ajuda] Dialog Response - by danktog - 02.06.2011, 23:04
Re: [Ajuda] Dialog Response - by Falcon. - 02.06.2011, 23:12
Re: [Ajuda] Dialog Response - by danktog - 02.06.2011, 23:17

Forum Jump:


Users browsing this thread: 1 Guest(s)