[AJUDA Simples] Warning.
#3

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
   if(dialogid == M_Patins)
   {
       if(response)
       {
                if(listitem == 0)
                {
                        SendClientMessage(playerid,M_Cor,"    {FFFF00}INFO{AFAFAF}: Patins parado com sucesso");
                        Patins_M[playerid] = 1;
                        return true;
                }
                if(listitem == 1)//LINHA DO WARNING
                {
                        SendClientMessage(playerid,M_Cor,"    {FFFF00}INFO{AFAFAF}: Vocк mudou a velocidade do seu patins para: {FFAAFF}Velocidade Mйdia");
                        SendClientMessage(playerid,M_Cor,"    {FFFF00}USE{AFAFAF} a BARRA DE ESPAЗO para correr, {FFFF00}USE{AFAFAF} a tecla ALT para parar o patins");
                        Patins_M[playerid] = 3;
                        return true;
                 }
                 if(listitem == 2)//LINHA DO WARNING
                 {
                        SendClientMessage(playerid,M_Cor,"    {FFFF00}INFO{AFAFAF}: Vocк mudou a velocidade do seu patins para: {FF0000}Velocidade Mбxima");
                        SendClientMessage(playerid,M_Cor,"    {FFFF00}USE{AFAFAF} a BARRA DE ESPAЗO para correr, {FFFF00}USE{AFAFAF} a tecla ALT para parar o patins");
                        Patins_M[playerid] = 4;
                        return true;
                 }
          }
          return 1;//LINHA DO WARNING
   }
   return 0;
}
Reply


Messages In This Thread
[AJUDA Simples] Warning. - by atsbs - 30.11.2011, 19:54
Re: [AJUDA Simples] Warning. - by Hardware - 30.11.2011, 19:57
Re: [AJUDA Simples] Warning. - by Mattos - 30.11.2011, 19:58
Re: [AJUDA Simples] Warning. - by atsbs - 30.11.2011, 20:09
Re: [AJUDA Simples] Warning. - by Mattos - 30.11.2011, 20:13
Re: [AJUDA Simples] Warning. - by atsbs - 30.11.2011, 20:35

Forum Jump:


Users browsing this thread: 1 Guest(s)