[Ajuda] Pedido de sexo
#5

pawn Код:
new MySexo [ MAX_PLAYERS ] ;


public OnPlayerConnect ( playerid ) {

    ShowPlayerDialog ( playerid, 100, DIALOG_STYLE_MSGBOX, "Escolha seu Sexo", "Vocк й homem ou mulher", "Homem", "Mulher" ) ;
    return true ;
}

public OnDialogResponse ( playerid, dialogid, response, listitem, inputtext[] ) {

    switch ( dialogid ) {
   
        case 100: {
       
            if ( !response )
                return MySexo [ playerid ] = 0, SendClientMessage ( playerid, -1, "Vocк escolheu ser homem" ), SetPlayerSkin ( playerid, 2 ) ;
               
            if ( response )
                return MySexo [ playerid ] = 1, SendClientMessage ( playerid, -1, "Vocк escolheu ser mulher" ), SetPlayerSkin ( playerid, 12 ) ;
           
        }
        return true ;
    }
    return 1;
}
Reply


Messages In This Thread
Pedido de sexo - by minimessi10 - 10.07.2013, 13:59
Re: Pedido de sexo - by clerISoN - 10.07.2013, 14:12
Re: Pedido de sexo - by mau.tito - 10.07.2013, 14:26
Re: Pedido de sexo - by Mateus_. - 10.07.2013, 14:26
Re: Pedido de sexo - by MyBlue - 10.07.2013, 16:43

Forum Jump:


Users browsing this thread: 1 Guest(s)