[FilterScript] VIP System.
#1

Introduction:


- Hey ya'll. So I release my Vip System.
This VIP System containts commands, a Menu for VIP Level 3, made in Textdraws, Vip Color System. Vips can choose them colors.
If a player doesn't like a VIP, he can report him by writing: /ReportVip and his report will be saved in a file.
Preview:











Vip:


1.How to make yourself VIP:

pawn Код:
1. Enter In-Game;
2. Login as RCON [/Rcon Login *password*]
3. Type in chat: /SetVip [Your ID] [Vip Leve];
4. Done. You have VIP.
1.How to make a VIP command:

pawn Код:
CMD:commandname(playerid, params[])
{
    if(VipInfo[playerid][Vip] >= Level)
    {
        // Code here.
    }
    else
    {
        SendClientMessage(playerid, -1, "{FF0000}ERROR: {FFFFFF}You aren't authorized to use this command.");
    }
    return 1;
}
Download:


- Pastebin; [Source Code]

- Solidfiles; [Source Code + .AMX File + Includes Pack + Scriptfiles folder]
Reply


Messages In This Thread
VIP System. - by HY - 23.12.2014, 16:05
Re : VIP System. - by samp_boy - 23.12.2014, 16:09
Re: Re : VIP System. - by HY - 23.12.2014, 17:03
Re: VIP System. - by Glossy42O - 23.12.2014, 17:05
Re: VIP System. - by Min99 - 23.12.2014, 17:48
AW: VIP System. - by Flori - 23.12.2014, 17:54
Re: AW: VIP System. - by HY - 24.12.2014, 07:25
Re: VIP System. - by jlalt - 25.12.2014, 07:59
Re: VIP System. - by Younes44 - 25.12.2014, 08:29
Re: VIP System. - by Arastair - 25.12.2014, 08:39

Forum Jump:


Users browsing this thread: 1 Guest(s)