SA-MP Forums Archive
[Ajuda] Sscanf error... - 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] Sscanf error... (/showthread.php?tid=382303)



Sscanf error... - Jonas_Alves - 02.10.2012



Ajudem '-'


Re: Sscanf error... - Jonas_Alves - 02.10.2012

UP....


Re: Sscanf error... - ViictorDaay- - 02.10.2012

Tente substituir por outro.


Re: Sscanf error... - Don_Speed - 02.10.2012

Atualiza o sscanf.


Re: Sscanf error... - ViniBorn - 03.10.2012

Mostre de que forma vocк usou.


Re: Sscanf error... - jpeg - 03.10.2012

usando o nome de Jesus #fail kkk ^^


Re: Sscanf error... - tonisantolia - 03.10.2012

algum comando que estб usando o parametro "s" deve estar assim:
pawn Код:
if(sscanf(params,"s"
troque por
pawn Код:
if(sscanf(params,"s[128]"



Re: Sscanf error... - Maklister - 03.10.2012

Voce estб definindo a string errada, obs: use SSCANF 2

Exemplo:

pawn Код:
if(sscanf(params, "s[126]", Teste)) return Send.......
Veja alguma send que esta com esse estilo de sscanf e poste aqui.