Help with stock PlayerRPname
#2

this
Код:
stock PlayerRPName(playerid)
{
    new name[MAX_PLAYER_NAME];
    strmid(name, str_replace('_', ' ', PlayerName(playerid)), 0, MAX_PLAYER_NAME); //486
    return name;
}
replace with this
Код:
stock PlayerRPName(playerid)
{
    new name[MAX_PLAYER_NAME];
    strmid(name, str_replace('_', '_', PlayerName(playerid)), 0, MAX_PLAYER_NAME); //486
    return name;
}
Reply


Messages In This Thread
Help with stock PlayerRPname - by StrikerZ - 16.08.2016, 15:37
Re: Help with stock PlayerRPname - by Dejan12345 - 16.08.2016, 16:11
Re: Help with stock PlayerRPname - by StrikerZ - 16.08.2016, 16:30
Re: Help with stock PlayerRPname - by Konstantinos - 16.08.2016, 16:36

Forum Jump:


Users browsing this thread: 1 Guest(s)