SA-MP Forums Archive
[Ajuda] error 035: argument type mismatch (argument 2) - 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] error 035: argument type mismatch (argument 2) (/showthread.php?tid=582130)



error 035: argument type mismatch (argument 2) - TiuFeijaO - 18.07.2015

Alguйm me ajuda :v

(153) : error 035: argument type mismatch (argument 2)


Linha 153: GetPlayerName(playerid,name,sizeof(name);

Code todo:
Код:
                             GetPlayerName(playerid,name,sizeof(name);
                             format(strt,sizeof(strt),"Name: ~b~%s",name);
	                     TextDrawSetString(Name,strt);
	                     TextDrawShowForPlayer(playerid,Name);



Re: error 035: argument type mismatch (argument 2) - rjjj - 18.07.2015

Estб faltando um parкntese :


Код:
GetPlayerName(playerid,name,sizeof(name));

Espero ter ajudado .


Re: error 035: argument type mismatch (argument 2) - TiuFeijaO - 18.07.2015

Quote:
Originally Posted by rjjj
Посмотреть сообщение
Estб faltando um parкntese :


Код:
GetPlayerName(playerid,name,sizeof(name));

Espero ter ajudado .
Obrigado, funcionou kk Falta de atenзгo minha