House Name Owner
#3

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],
Reply


Messages In This Thread
House Name Owner - by UnknownGamer - 27.09.2013, 14:53
Re: House Name Owner - by Konstantinos - 27.09.2013, 15:00
Re: House Name Owner - by UnknownGamer - 27.09.2013, 15:09
Re: House Name Owner - by Konstantinos - 27.09.2013, 15:12
Re: House Name Owner - by UnknownGamer - 27.09.2013, 15:16
Re: House Name Owner - by Konstantinos - 27.09.2013, 15:22
Re: House Name Owner - by UnknownGamer - 27.09.2013, 15:24
Re: House Name Owner - by Konstantinos - 27.09.2013, 15:29

Forum Jump:


Users browsing this thread: 1 Guest(s)