SA-MP Forums Archive
undefined symbol - 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: undefined symbol (/showthread.php?tid=392812)



undefined symbol - lucas_MAPPER - 15.11.2012

Algueem Podee Me Ajudaar ?


error 017: undefined symbol "StrToInt"

Linha :
Quote:

dini_IntSet(string, "Cor1", StrToInt(inputtext));




Re: undefined symbol - jpeg - 15.11.2012

Ediзгo: Fail.


Re: undefined symbol - FeelLikeASir_ - 15.11.2012

PHP код:
stock StrToInt(string[]) {
      return 
strval(string);




Re: undefined symbol - Abravanel - 15.11.2012

Quote:
Originally Posted by FeelLikeASir_
Посмотреть сообщение
PHP код:
stock StrToInt(string[]) {
      return 
strval(string);

pawn Код:
#define StrToInt strval
-

No caso, creio que vocк deseja passar uma string para um inteiro. Logo, use strval.
pawn Код:
dini_IntSet(string, "Cor1", strval(inputtext));



Re: undefined symbol - lucas_MAPPER - 15.11.2012

Aee Galera Valeuu de coraзao Sumiuu Esse Erro e Fico Apenas 1 !


error 004: function "IsNumeric" is not implemented

Quote:

LINHA
if(!IsNumeric(inputtext)){