23.12.2014, 16:05
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.
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.
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]