SA-MP RolePlay Names
#1

SOLVD
Reply
#2

pawn Код:
stock OnlyPlayerName(playerid)
{
    new NickName[MAX_PLAYER_NAME];
    GetPlayerName(playerid, NickName, MAX_PLAYER_NAME);
    strdel(NickName, strfind(NickName, "_"), strlen(NickName));
    return NickName;
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)