SA-MP Forums Archive
[Ajuda] Erro shop dialog - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Erro shop dialog (/showthread.php?tid=426079)



Erro shop dialog - Coringa_Vilao - 27.03.2013

Resolvido !


Respuesta: Erro shop dialog - Pedro Pawno - 27.03.2013

Ta sobrando uma linha no fim do game mode apague ela..


Re: Erro shop dialog - Coringa_Vilao - 27.03.2013

Resolvido !


Respuesta: Erro shop dialog - Pedro Pawno - 27.03.2013

cara exemplo..

aqui tem o } linha 228

se tiver uma linha exemplo: 229 sem nenhum cуdigo vocк da um backspace..


Re: Erro shop dialog - Coringa_Vilao - 27.03.2013

Resolvido !


Respuesta: Erro shop dialog - Pedro Pawno - 27.03.2013

Se vocк tiver TV posso te ajudar..


Re: Erro shop dialog - Coringa_Vilao - 27.03.2013

Resolvido !


Re: Erro shop dialog - Schocc - 27.03.2013

shaushaushasuhhusah


ERRO:
pawn Код:
if(listitem == 2)
            {

                if(GetPlayerMoney(playerid) < 50000) return SendClientMessage(playerid, -1, "{0000FF}[SHOP-CT]: {BEBEBE}Vocк nгo Tem Dinheiro Suficiente!");
                GivePlayerWeapon(playerid, 46, 1);
            }
        }
        return true;
    }



CERTO;
pawn Код:
if(listitem == 2)
            {

                if(GetPlayerMoney(playerid) < 50000) return SendClientMessage(playerid, -1, "{0000FF}[SHOP-CT]: {BEBEBE}Vocк nгo Tem Dinheiro Suficiente!");
                GivePlayerWeapon(playerid, 46, 1);
            }
        }
        return true;
    }
    return true;
}



Respuesta: Re: Erro shop dialog - Pedro Pawno - 27.03.2013

Quote:
Originally Posted by Schocc
Посмотреть сообщение
shaushaushasuhhusah


ERRO:
pawn Код:
if(listitem == 2)
            {

                if(GetPlayerMoney(playerid) < 50000) return SendClientMessage(playerid, -1, "{0000FF}[SHOP-CT]: {BEBEBE}Vocк nгo Tem Dinheiro Suficiente!");
                GivePlayerWeapon(playerid, 46, 1);
            }
        }
        return true;
    }



CERTO;
pawn Код:
if(listitem == 2)
            {

                if(GetPlayerMoney(playerid) < 50000) return SendClientMessage(playerid, -1, "{0000FF}[SHOP-CT]: {BEBEBE}Vocк nгo Tem Dinheiro Suficiente!");
                GivePlayerWeapon(playerid, 46, 1);
            }
        }
        return true;
    }
    return true;
}
Nossa que cagada em nem tinha visto


Re: Erro shop dialog - Coringa_Vilao - 27.03.2013

Resolvido !