[DUV] 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: [DUV] Warnings (
/showthread.php?tid=136040)
[DUV] Warnings -
Bruno da Silva - 22.03.2010
Esta Duvida й Rбpida, nгo esta me atrapalhando nada, sу quero saber o motivo/soluзгo deste pequeno Aviso
Grato.
Re: [DUV] Warnings -
Poderoso Chefгo - 23.03.2010
passa as linhas em codigo pawn
Re: [DUV] Warnings -
Bruno da Silva - 23.03.2010
Код:
{
new str[128], pname[MAX_PLAYER_NAME];
GetPlayerName(playerid, pname, sizeof pname);
if(IsPlayerAdmin(playerid))
Re: [DUV] Warnings -
Ambrуsio - 23.03.2010
Й sу vc apagar essa linha:
Код:
new str[128], pname[MAX_PLAYER_NAME];
"new str" e "pname" jб estгo definidos, ou sejб, с presiza colocar eles denovo!
Re: [DUV] Warnings -
SlashPT - 23.03.2010
sim mas as vezes da problema e a soluзгo й simples nesse pouco espaзo de linhas muda por exemplo
de
pawn Код:
str[128]
pname[MAX_PLAYER_NAME]
para
pawn Код:
str2[128]
pname2[MAX_PLAYER_NAME]