Firstname_Lastname HELP
#2

Try running this in your OnPlayerConnect.

pawn Код:
new
        name[24],
        pos = strfind(name,"_");

    GetPlayerName(playerid,name,24);
    if(pos != -1)
    {
        strdel(name,pos,pos+1);
        strins(name," ",pos);
        SetPlayerName(playerid,name);
    }
Reply


Messages In This Thread
Firstname_Lastname HELP - by ShawnMiller1337 - 19.08.2010, 00:29
Re: Firstname_Lastname HELP - by Backwardsman97 - 19.08.2010, 02:51

Forum Jump:


Users browsing this thread: 1 Guest(s)