Strdel not work!
#2

pawn Код:
new
    name[MAX_PLAYER_NAME],
    pos;

format(name, MAX_PLAYER_NAME, GetPlayerNameEx(playerid));

if ((pos = strfind(name, Gang[Info[playerid][aGang]])) != -1)
{
    strdel(name, pos, pos + strlen(Gang[Info[playerid][aGang]]));
}
SetPlayerName(playerid, name);
Reply


Messages In This Thread
Strdel not work! - by xGame - 28.12.2013, 16:20
Re: Strdel not work! - by Emmet_ - 29.12.2013, 06:34
Re: Strdel not work! - by xGame - 29.12.2013, 06:54

Forum Jump:


Users browsing this thread: 1 Guest(s)