02/04/2021 14:29
(02/04/2021 14:12)Vel Escreveu: Você precisa pegar o nome do jogador e compará-lo com o input.Nesse caso, é apresentando um warning com a condição citada.
Código:new nome[MAX_PLAYER_NAME];
GetPlayerName(playerid, nome);
if (!strcmp(inputtext, nome)) {
return SCM(playerid, -1, "Você não pode fazer isso você mesmo.");
}
https://sampwiki.blast.hk/wiki/Strcmp_PT
Código:
warning 202: number of arguments does not match definition
Linha:
Código:
if (!strcmp(inputtext, nome))