SA-MP Forums Archive
[Ajuda] Ajuda!! 3 Warnings. - 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] Ajuda!! 3 Warnings. (/showthread.php?tid=581149)



Ajuda!! 3 Warnings. - viniciussantos664 - 10.07.2015

Quote:

(1907) : warning 202: number of arguments does not match definition
(190 : warning 202: number of arguments does not match definition
(1962) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Warnings.

Stock com erro:
Quote:

stock Atualizar(playerid)
{
new alltext[150];
format(alltext, sizeof(alltext),"~r~Matou: ~r~%d ~g~Morreu: ~r~%d ~r~Wins: ~w~%d ~r~Losses: ~w~%d ~r~Score: ~w~%d ~r~Spree: ~w~%d",Player[playerid][matou],Player[playerid][morreu],Player[playerid][wins],Player[playerid][losses],GetPlayerScore(playerid),spree[playerid]);
PlayerTextDrawSetString(playerid,hudtext[playerid],alltext);
SalvarConta(playerid);
}




Re: Ajuda!! 3 Warnings. - ipsLuan - 11.07.2015

Qual a linha do erro?