[Pedido] Alguem faz um sistema Vip com salvamento?
#2

Apesar de vocк estб querendo pagar, recomendo estudar os sistemas que existem e assim vocк fazer o seu do jeito que vocк quer.

Vou te passar alguns que existe:

VIP com dias:
https://sampforum.blast.hk/showthread.php?tid=467339

Para colocar TAG VIP: https://sampwiki.blast.hk/wiki/SetPlayerChatBubble

Chat VIP:

pawn Код:
stock name(playerid) {
    new nome[21];
    GetPlayerName(playerid, nome, MAX_PLAYER_NAME);
    return nome;
}

COMMAND:chatvip(playerid, params[]) {
    new str[100];
    if(PlayerVip[playerid] == 0)
        return SendClientMessage(playerid, -1, "[ ERRO ]: Vocк nгo й VIP!");

    if(isnull(params))
        return SendClientMessage (playerid, -1, "{CCCCCC}[ {0779F2}USE {CCCCCC}]: /v [Texto]");

    format(str, 100, "[ CHAT VIP ]: %s diz: %s", name(playerid), params);
    for(new x = 0; x < GetPlayerPoolSize(); x++) {
        if(PlayerVip[playerid] >= 1)
            SendClientMessage(x, -1, params);
    }
    return true;
}

pawn Код:
COMMAND:kitvip(playerid) {
    if(PlayerVip[playerid] == 0)
        return SendClientMessage(playerid, -1, "[ ERRO ]: Vocк nгo й VIP!");

    GivePlayerWeapon(playerid, 35, 5);
    SendClientMessage(playerid, -1, "Vocк pegou seu kit vip!";
    return true;
}
https://sampwiki.blast.hk/wiki/GivePlayerWeapon


Jetpack: SetPlayerSpecialAction(playerid, 2);

https://sampwiki.blast.hk/wiki/SetPlayerSpecialAction

Tunning: https://sampforum.blast.hk/showthread.php?tid=269020

Mira laser: https://sampforum.blast.hk/showthread.php?tid=207732

Comando /god: https://sampwiki.blast.hk/wiki/ResetPlayerWeapons

Mostrar nick: https://sampwiki.blast.hk/wiki/GameTextStyle



Falta mais coisas, mas й sу pesquisar que vocк acha
Reply


Messages In This Thread
Alguem faz um sistema Vip com salvamento? - by maicon098 - 10.01.2017, 12:54
Re: Alguem faz um sistema Vip com salvamento? - by hannzika - 10.01.2017, 13:19

Forum Jump:


Users browsing this thread: 1 Guest(s)