[FilterScript] [FeK]System Fight in Dialog
#1

Baum eu antes tinha postado um em Menu (Antigo Pakas).
Vo Atualizar ele aqui com Dialog List.
Й simples mas й bem ъtil!
Codigo:
pawn Код:
//----> Includes - [FeK] <----//
#include <a_samp>
//Define do Dialog
#define LutaFeK 1

public OnFilterScriptInit()//Num tem funзгo aquiii \у/
{
    print("\n--------------------------------------");
    print("         System Fight        [FeK] ");
    print(" Sistema de Luta - By [FeK]Netizen");
    print("--------------------------------------\n");
    return 1;
}

public OnPlayerCommandText(playerid, cmdtext[])//CallBlack
{
     //        Comando para Abrir o Dialog       //
    if (strcmp("/SistemaDeLuta", cmdtext, true, 10) == 0)
    {
        ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"Sistema de Luta FeK"," Normal\n Estilo Boxer\n Estilo KongFu\n Estilo Briga de Rua\n Estilo Agarra e Chuta","Selecionar", "Fechar");
        return 1;
    }
    return 0;
}


public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])//Dialog criado por [VGS]Mac_OC
{
    if(dialogid == 1)
    {
        if(response)
        {
            if(listitem == 0)//Item 1
             {
                    SetPlayerFightingStyle(playerid, FIGHT_STYLE_ELBOW);
                    SendClientMessage(playerid, 0xF60000F6, "Estilo Normal de Luta");
                    return 1;
             }
            else if(listitem == 1)//Item 2
                {
                    SetPlayerFightingStyle(playerid, FIGHT_STYLE_BOXING);
                    SendClientMessage(playerid, 0xF60000F6, "Estilo Boxer de Luta");
                    return 1;
                }

            else if(listitem == 2)///Item 3
                {
                    SetPlayerFightingStyle(playerid, FIGHT_STYLE_KUNGFU);
                    SendClientMessage(playerid, 0xF60000F6, "Estilo KongFu de Luta");
                  return 1;
                }
            else if(listitem == 3)//Item 4
                {
                    SetPlayerFightingStyle(playerid, FIGHT_STYLE_KNEEHEAD);
                    SendClientMessage(playerid, 0xF60000F6, "Estilo Briga de Rua de Luta");
                return 1;
                }
            else if(listitem == 4)//Item 5
                {
                    SetPlayerFightingStyle (playerid, FIGHT_STYLE_GRABKICK);
                    SendClientMessage(playerid, 0xF60000F6, "Estilo Agarra e Chuta de Luta");
                return 1;
                }
           }
        return 1;
    }
    return 0;
}
Se der algo de errado tbm coloquei no:
" Pastel Bin "
http://pastebin.com/aJUMxQAU


By: [FeK]Netizen
Reply
#2

Nossa,bem simples,otimizado e indentado,parabйns!
Reply
#3

bom, legal.
Reply
#4

Legal.. BOM.. Parabйns
Reply
#5

legal poderia me explica como fikaria se eu quisesse por em 2 lugar e somente nesse dois local se a pessoa digitasse iria abrir o dialog agradeзo
Reply
#6

Isto й um Code .-.
Reply
#7

Quote:
Originally Posted by Lucas Nicolas
Посмотреть сообщение
Isto й um Code .-.
Й um Filterscript ~ Code
Dependente de cada ponto de vista,respeite

Parabйns Netzin
Reply
#8

mto bom fs
Reply
#9

Simples, mais bem ъtil...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)