[Ajuda] Warning 202 ! - 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] Warning 202 ! (
/showthread.php?tid=483131)
Warning 202 ! -
ZaturN - 24.12.2013
Alguйm pode me ajudar com este warning.
Warning:
PHP код:
C:\Users\Erickson\Desktop\brvgm.pwn(3090) : warning 202: number of arguments does not match definition
Linha:
PHP код:
Ban(i, "Logando na rcon", "Automatico");
Re: Warning 202 ! -
Tugamars - 24.12.2013
O comando ban sу pode ter 1 parametro :
https://sampwiki.blast.hk/wiki/Ban
para meter motivo й BanEx (
https://sampwiki.blast.hk/wiki/BanEx) .
Re: Warning 202 ! -
goldspy98 - 24.12.2013
Como o Tugamars disse, mesmo com o BanEx nгo poderб ter as duas strings pois ele sу irб aceitar dois paramentos (playerid, reason[]).
Algo assim:
pawn Код:
Ban(playerid); //Sem motivo
BanEx(playerid, "Ban Automбtico"); //Com motivo