[Ajuda] Skin problema
#1

Olб Pessoal coloquei pra setar skin ao player depois de termina o tutorial, mais a skin desejada nгo seta o player, a skin que seta й a do Carl Jhonson(ID 0)

PHP код:
    if(dialogid == 3)
    {
        if(
response == 1)
        {
            
Player[playerid][qSexo] = 1;
            
Player[playerid][qSkin] = 23;
            
SetPlayerSkin(playerid23);
            
SendClientMessage(playerid,0x87CEFAF6,"Vocк й do Sexo Masculino ( Homem )");
            
ShowPlayerDialog(playerid5DIALOG_STYLE_MSGBOX"TUTORIAL 1","Tutorial 1","Avanзar","Sair");
            return 
0;
        }
        else if(
response == 0)
        {
              
Player[playerid][qSexo] = 2;
              
Player[playerid][qSkin] = 216;
              
SetPlayerSkin(playerid216);
              
SendClientMessage(playerid,0xDDA0DDF6,"Vocк й do Sexo Feminino ( Mulher )");
              
ShowPlayerDialog(playerid5DIALOG_STYLE_MSGBOX"Tutorial 1","Tutorial 1","Avanзar","Sair");
               return 
0;
          }
        return 
0;
    } 
Reply


Messages In This Thread
Skin problema - by Powers - 10.11.2013, 21:53
Re: Skin problema - by PT - 10.11.2013, 22:15
Re: Skin problema - by Powers - 10.11.2013, 22:26
Re: Skin problema - by Powers - 10.11.2013, 23:32

Forum Jump:


Users browsing this thread: 2 Guest(s)