4 Erros chatos - 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: 4 Erros chatos (
/showthread.php?tid=450893)
4 Erros chatos -
Dalas - 15.07.2013
Os erros sгo iguais
Код:
(12288) : error 017: undefined symbol "set"
(12295) : error 017: undefined symbol "set"
(16445) : error 017: undefined symbol "StrToInt"
(16468) : error 017: undefined symbol "StrToInt"
Linhas:
Linha 12288: set(nome, tmp);
Linha 12295: set(cor1,tmp);
Linha 16445: dini_IntSet(string, "Cor1", StrToInt(inputtext));
Linha 16468:dini_IntSet(string, "Cor2", StrToInt(inputtext));
Re: 4 Erros chatos -
WLSF - 15.07.2013
Essas funзхes nгo existem...
set e StrToInt, pegou isso de onde?
Re: 4 Erros chatos -
Dalas - 15.07.2013
Quote:
Originally Posted by Willian_Luigi
Essas funзхes nгo existem...
set e StrToInt, pegou isso de onde?
|
em um gm aqui , eu nгo tou conseguindo tirar tem como ajudar ?
Re: 4 Erros chatos -
WLSF - 15.07.2013
Ou vocк tira essas funзхes do code, ou vocк implementa o source das funзхes do seu gm.
Re: 4 Erros chatos -
DiiMeNoR - 15.07.2013
Stock da
StrToInt ta ai, agora essa outra ai, sу vocк procurando no gm que vocк pegou o code.
Код:
stock StrToInt(string[])
{
return strval(string);
}
CTRL + F e procure por
stock set, new set ou define set.