Posts: 6,129
Threads: 36
Joined: Jan 2009
Quote:
Originally Posted by RenSoprano
pawn Код:
RPName(playerid) {
new sz_playerName[MAX_PLAYER_NAME], i_pos;
GetPlayerName(playerid, sz_playerName, MAX_PLAYER_NAME); while ((i_pos = strfind(sz_playerName, "_", false, i_pos)) != -1) sz_playerName[i_pos] = ' '; return sz_playerName; }
This will remove your underscore
|
Nice rip from the NGRP script.