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



Ajuda aqui pls!!!! - Serjnrg - 23.05.2013

Olhe esse erro!!!
pawn Код:
warning 202: number of arguments does not match definition
A linha й essa:
pawn Код:
tmp = strtok(cmdtext, idx, strlen(cmdtext));

Alguem ajuda?? =sss


Re: Ajuda aqui pls!!!! - Don_Speed - 23.05.2013

Sгo apenas 2 parametros que podem ser utilizado. Nгo 3!


Re: Ajuda aqui pls!!!! - Serjnrg - 23.05.2013

Quote:
Originally Posted by Don_Speed
Посмотреть сообщение
Sгo apenas 2 parametros que podem ser utilizado. Nгo 3!
Tipo eu tirei 1 argumeto q й do /ann

pawn Код:
if(strcmp(cmd, "/ann", true) == 0)
{
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
if(pAdmin[playerid] > 2){
new tmp[256];
tmp = strtok(cmdtext, idx);
if (!strlen(tmp))
{
SendClientMessage(playerid, Vermelho, "Digite: /ann [texto]");
return 1;
}
if(PlayerInfo[playerid][Logged] == 1)
{
if(pAdmin[playerid] > 2)
{
format(string, sizeof(string), "~w~ %s ", tmp);
GameTextForAll(string, 5000, 3);
}else{
SendClientMessage(playerid, Vermelho, "(ERRO) Vocк nгo tem permissгo.");
}
}else{
SendClientMessage(playerid, Vermelho, "(ERRO) Vocк tem que estar logado para usar este comando!");
}
return 1;
}
}
Sу que deu certo, sу que a mensagem nao vai ¬¬
tem como ajudar? =s
pawn Код:
tmp = strtok(cmdtext, idx);