(11/05/2021 22:57)Atirador Escreveu: Como posso remover underline no nick dos jogadores no chat?
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; }