12/05/2021 10:42
Código:
static stock GetPlayerNameEx(playerid)
{
new xBruno1000x[128];
GetPlayerName(playerid, xBruno1000x, 24);
new xB[24];
strmid(xB, xBruno1000x, 0, strlen(xBruno1000x), 24);
for(new i = 0; i < MAX_PLAYER_NAME; ++i)
{
if (xB[i] == '_') xB[i] = ' ';
}
return xB;
}
De nada
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.