[Ajuda] Desativando Text's [DIALOG]
#3

Amigo estou clicando para desativar ele da a msg ativado e nгo desativa ao invez de quando clicar desativar e dar a msg desativado e depois se eu quizer ativar clicar novamente e ativar dnv nгo esta pegando assim.

pawn Код:
if(listitem == 1)
            {
                if(response)
                {
                    if(contador[playerid] == false)
                    {
                        TextDrawShowForPlayer(playerid,Score[playerid]);
                        SendClientMessage(playerid, COR_VERDE2, "< INFO >  Score ativado!");
                        contador[playerid] = true;
                    }else{
                        contador[playerid] = false;
                        TextDrawHideForPlayer(playerid,Score[playerid]);
                        SendClientMessage(playerid, COR_VERDE2, "< INFO > Score desativado!");
                    }
                }
            }
Reply


Messages In This Thread
Desativando Text's [DIALOG] - by best95 - 20.02.2015, 23:06
Re: Desativando Text's [DIALOG] - by ReDKiiL - 20.02.2015, 23:11
Re: Desativando Text's [DIALOG] - by best95 - 20.02.2015, 23:25
Re: Desativando Text's [DIALOG] - by ReDKiiL - 20.02.2015, 23:35
Re: Desativando Text's [DIALOG] - by best95 - 20.02.2015, 23:41
Re: Desativando Text's [DIALOG] - by ReDKiiL - 20.02.2015, 23:48
Re: Desativando Text's [DIALOG] - by best95 - 20.02.2015, 23:54
Re: Desativando Text's [DIALOG] - by ReDKiiL - 20.02.2015, 23:55
Re: Desativando Text's [DIALOG] - by best95 - 21.02.2015, 00:03
Re: Desativando Text's [DIALOG] - by ReDKiiL - 21.02.2015, 00:09

Forum Jump:


Users browsing this thread: 1 Guest(s)