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

Bom galera, eu tenho uma GM Mata-Mata, na versгo 0.3.7, e preciso de um sistema [VIP]. Que poderia conter.

1. TAG [VIP]
2. Chat VIP com aquelas letras coloridas.
3. Pack de armas VIP. como bazuca com 5 tiros, lanзa chamas com 30 minicгo, desert eagle, sawn off
4. A cada 1 Kill, ganhar 3 de score.
5. JetPack.
6. Comando /tunar
7. Comando de mira laser
8. Poder usar Dois coletes por Spawn a cada 3 minutos.
9. ganha 50 mil a cada uma hora.

10. Sistema de salvamento sem ser por host.
11. Comando /god (TODAS ARMAS TERAO QUE SER RETIRADAS)
12. Quando um vip logar, mostrar o nick dele no canto da tela, +- uma arial 16.
13. Poder setar Quantidade de Dias de Vip, e poder remover. exemplo /darvip <ID> <DIAS> /tirarvip ID <ID>



Aceito ideias.

Forma de pagamento: conta na origin, COM BF4, BF3.

ESTOU SEM DINHEIRO NO MOMENTO


CONTATO:
SKYPE: maik.rafa
FB: https://www.********.com/nagato.hk12
Reply
#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


Forum Jump:


Users browsing this thread: 2 Guest(s)