[Tutorial] Implementing local chat into your script!
#9

he means this:

pawn Код:
stock GetPlayerNameEx(playerid)
{
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, sizeof(name));
    name[strfind(name, "_")] = ' ';
    return name;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)