[Ajuda] [FS]SISTEMA VIP
#1

eu vi num server que os menbro vip quando conversavam pelo chat os nomes deles aparecia informando que eles era vip como nessa imagem

se alguem tiver alguma fs de vip com este sistema ou aalgum tuturial que possa me ajudar eu agradeзo
Reply
#2

ALGUEM ?
Reply
#3

PQP para de criar topic e vai estudar.
pawn Код:
new Vip[MAX_PLAYERS],
     DonOwna[128];
public OnPlayerText(playerid, text[])
{
    if(Vip[playerid] != 0)format(DonOwna, sizeof DonOwna, #[VIP]%s, text);
    else format(DonOwna, sizeof DonOwna, #%s, text);
    SendClientMessageToAll(-1, DonOwna);
    return 0;
}
Reply
#4

2 Topicos, mesma duvida, em um so dia ? ( https://sampforum.blast.hk/showthread.php?tid=430646)

pawn Код:
new SouVip[MAX_PLAYERS];

public OnPlayerText(playerid, text[])
{
    new nome[MAX_PLAYER_NAME];
    new String[128];
    if(SouVip[playerid] == 1)
    {
        GetPlayerName(playerid, nome, sizeof(nome));
        format(String, sizeof(String), "%s[%d][V.I.P]: %s", nome, playerid, text);
        SendClientMessageToAll(GetPlayerColor(playerid), String);
        return 0;
    }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)