[Ajuda] Configuraзгo
#1

Achei esse Ant-tag no forum mais nгo acertei botar no meu gm, alguem explica ?

pawn Код:
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof name);
new
startpos = strfind(name, "[", true),
endpos = strfind(name, "]", true);
    if(startpos != -1 && endpos != -1)
    {
    strdel(name, startpos, endpos + 1);
    if(name[0])
    {
    SetPlayerName(playerid, name);
    new string[128];
    format(string, sizeof(string), "| Seu Nick Foi mudado para '%s', devido o conflito de clans ou suspeita de Fake Tag", name);
    SendClientMessage(playerid,ROJO,string);
    }
    }
Reply
#2

OnPlayerConnect
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)