Repost: RP Name help
#4

Код:
stock Name(playerid)
{
	new Role_Play_Name[MAX_PLAYER_NAME];
	GetPlayerName(playerid, Role_Play_Name, sizeof(Role_Play_Name));

	for(new i = 0; i < MAX_PLAYER_NAME; i++) // By.: Gentleman
	{
   		if(Role_Play_Name[i] == '_')
   		{
        	Role_Play_Name[i] = ' ';
   		}
	}

	return Role_Play_Name;
}
Reply


Messages In This Thread
Repost: RP Name help - by Arbico - 10.11.2017, 17:44
Re: Repost: RP Name help - by Meller - 10.11.2017, 18:14
Re: Repost: RP Name help - by Arbico - 10.11.2017, 19:17
Re: Repost: RP Name help - by Thomas Dallos - 10.11.2017, 19:22
Re: Repost: RP Name help - by Meller - 10.11.2017, 19:40
Re: Repost: RP Name help - by Lucases - 10.11.2017, 19:40
Re: Repost: RP Name help - by n00blek - 10.11.2017, 19:41
Re: Repost: RP Name help - by Meller - 10.11.2017, 19:44

Forum Jump:


Users browsing this thread: 1 Guest(s)