SA-MP Forums Archive
SA-MP RolePlay Names - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: SA-MP RolePlay Names (/showthread.php?tid=343555)



SA-MP info - ProjectGANTON - 17.05.2012

SOLVD


Re: SA-MP RolePlay Names - iGetty - 17.05.2012

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