[HELP] RemoveUnderScore
#9

Quote:
Originally Posted by silvis123
Посмотреть сообщение
I use something like this..

pawn Код:
new name[MAX_PLAYER_NAME];
new string[64];
GetPlayerName(playerid,name,sizeof(name));
name[strfind(name,"_")] = ' ';
format(string,sizeof(string),"Your name is %s",name);
SendClientMessage(playerid,COLOR_GREY,string);
It works and name is without underscore. And btw, its easier, you don't need to write some hard code to gain it. It just requests one line.
Undefined Symbol "Name"
Reply


Messages In This Thread
[HELP] RemoveUnderScore - by Fredden1993 - 30.08.2010, 14:14
Re: [HELP] RemoveUnderScore - by Claude - 30.08.2010, 14:26
Re: [HELP] RemoveUnderScore - by Fredden1993 - 30.08.2010, 14:30
Re: [HELP] RemoveUnderScore - by Fredden1993 - 30.08.2010, 14:51
Re: [HELP] RemoveUnderScore - by [XST]O_x - 30.08.2010, 14:54
Re: [HELP] RemoveUnderScore - by Fredden1993 - 30.08.2010, 15:08
Re: [HELP] RemoveUnderScore - by Fredden1993 - 30.08.2010, 15:23
Re: [HELP] RemoveUnderScore - by Bumbis - 30.08.2010, 16:18
Re: [HELP] RemoveUnderScore - by Fredden1993 - 30.08.2010, 16:30
Re: [HELP] RemoveUnderScore - by Bumbis - 30.08.2010, 16:32

Forum Jump:


Users browsing this thread: 1 Guest(s)