RP name help
#2

stock RPname(playerid) {

new playerName[MAX_PLAYER_NAME];
GetPlayerName(playerid, playerName, MAX_PLAYER_NAME);

for(new c; c < strlen(playerName); c++) if(playerName[c] == '_') playerName[c] = ' ';

return playerName;
}
Reply


Messages In This Thread
RP name help - by Arbico - 10.11.2017, 16:08
Re: RP name help - by JustNothing - 10.11.2017, 16:21
Re: RP name help - by Arbico - 10.11.2017, 16:34
Re: RP name help - by JustNothing - 10.11.2017, 16:48
Re: RP name help - by Arbico - 10.11.2017, 16:53
Re: RP name help - by Arbico - 10.11.2017, 17:13
Re: RP name help - by Arbico - 10.11.2017, 17:25
Re: RP name help - by PeterLinkson - 10.11.2017, 17:27
Re: RP name help - by Arbico - 10.11.2017, 17:31
Re: RP name help - by n00blek - 10.11.2017, 19:39

Forum Jump:


Users browsing this thread: 1 Guest(s)