[Ajuda] Programa. - 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] Programa. (
/showthread.php?tid=477595)
Programa. -
DannielCooper - 24.11.2013
Qual й o nome daquele programa que acha o problema da chave, que gera 26 errors? Eu fiz uns sistemas б uns 2 dias atraz, e nгo lembro onde pode estar. E tambйm nгo tenho muita paciкncia para procurar. Desde jб, obrigado.
Re: Programa. -
focaximubh - 24.11.2013
Chama-se Cуrneas Responsбvel pela sua visгo....
Re: Programa. -
DannielCooper - 24.11.2013
nossa, que otбrio vocк й.
Re: Programa. -
Delete_ - 24.11.2013
PHP код:
<script>
function checkIt(str) {
var arrBracket = new Array();
var arrLineBkt = new Array();
var opens = 0;
var lines = 0;
for(i = 0, j = str.length; i != j; i++) {
if(str[i] == '{') {
arrBracket[opens] = 1;
arrLineBkt[opens] = lines;
opens++;
}
if(str[i] == '}') {
arrBracket[opens] = 0;
if(!opens) {
return alert("ERROR EXCESSIVE '}' on line " + lines);
}
opens--;
}
if(str[i] == '\n') lines ++;
}
if(!opens) {
alert('NO ERROR !!1 YOU IS BEST !!');
}
for(i = 0; i != opens; i++) {
if(arrBracket[i]) {
alert("ERROR '{' on line" + arrLineBkt[i]);
}
}
return true;
}
</script>
<textarea id=area>Put code here</textarea>
<input type=button onClick=checkIt(document.getElementById('area').value) value=Hey />
Salva em .html e abre
Re: Programa. -
LucaAllexandre - 24.11.2013
Calma ai, vocкs sгo zueiros de mais MEU DEUUUUS ;O
@Topic
Cara, se tб de sacanagem? chegou ao menos procurar? porquк se nгo pela amor de deus nй? vc nгo tem paciencia pra procurar e agente tem que ter?
@EDIT
Delete_ jб postou ai.
Re: Programa. -
DannielCooper - 24.11.2013
eu nгo tenho paciencia de procurar no gamemode. e sim, cheguei б procurar no ******. procurei por : programa que acha problema de 26 errors PAWN, e consequentemente nгo achei nada.
Obrigado, Delete_.