Quote:
Originally Posted by Konstantinos
pawn Код:
stock NameWithoutUnderscore( _name[ ] ) { for( new i, l = strlen( _name ); i != l; i++ ) if( _name[ i ] == '_' ) _name[ i ] = ' '; return _name; }
Usage:
pawn Код:
NameWithoutUnderscore( HouseInfo[ h ][ hOwner ] )
|
That didn't work, That just made a load of jibberish letters, and numbers, in the text
http://prntscr.com/1trywd
Baring in mind, the hOwner function is:
hOwner[MAX_PLAYER_NAME],