11/10/2021 19:12
O erro se refere a "DOF2_SetString(Arquivo, "Nick", PlayerName(playerid));" argumento 3.
O argumento 3 é o "PlayerName(playerid)".
Confira se você tem a stock PlayerName(playerid) em seu gamemode.
Caso não tenha:
O argumento 3 é o "PlayerName(playerid)".
Confira se você tem a stock PlayerName(playerid) em seu gamemode.
Caso não tenha:
Código:
stock PlayerName(playerid)
{
new Name[MAX_PLAYER_NAME];
GetPlayerName(playerid, Name, MAX_PLAYER_NAME);
return Name;
}
Discente de Sistemas de Informação no Centro Federal de Ensino Tecnológico(CEFET/RJ)
Programador SA-MP desde 2012
Programador SA-MP desde 2012
Não envie dúvidas por inbox, crie um tópico. Sua dúvida pode ser a dúvida de outro alguém, e seu tópico ajudará outras pessoas no futuro.