Repost: RP Name help
#2

uhm, i cant bother reading that code, you could've easily done this:

PHP код:
rpname(playerid) {
    new 
name[MAX_PLAYER_NAME];
    
GetPlayerName(playeridnamesizeof name);
    for(new 
charEx 0charEx strlen(name); charEx++)
        if(
name[charEx] == '_')
         
name[charEx] = ' ';
    return 
name;

simple ye?
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)