02/04/2021 14:12
Você precisa pegar o nome do jogador e compará-lo com o input.
https://sampwiki.blast.hk/wiki/Strcmp_PT
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