[Ajuda] Ajuda aqui pls!!!!
#1

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
Reply
#2

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

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);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)