[FilterScript] [FS] Base Vip System!
#1

Second Filterscript :

What's This :
Its A Base For V.I.P System With 3 Levels , Which Hasn't A Registration System But It Saves Stats

================================================== ==========================================

Commands :
/setvip (Rcon Admins)
/viplevel (Regular Player)
Код:
Function : Pinfo[giveplayerid][Vip_Level]
================================================== ==========================================
Download :
PWN + AMX :

================================================== ==========================================
Reply
#2

What are the V.I.P benefits?
Reply
#3

Base VIP it just a fs for u to start , like u can do commands for him or u can make him spawn with some money like :
Код:
OnPlayerSpawn(playerid)
{
new Money = GetPlayerMoney(playerid);
if(Pinfo[playerid][Vip_Level]) 
{
GivePlayerMoney(playerid,Money+100000);
return 1;
}
return 1;
}
Reply
#4

Looks good, wont use it though.
Reply
#5

This is good idea as most of the vip systems are just full of cr!p u dont want and with this can just have what you need.
Reply
#6

thnx Loose Brackets xD
Reply
#7

i will use it
Reply
#8

Good job!
Reply
#9

It's nice dude!Good work
Reply
#10

Quote:
Originally Posted by Daedalus
It's nice dude!Good work
Quote:
Originally Posted by ikarus[PSYCHO
]
Good job!
thnx guys
Reply
#11

what about one to use the vehicles on the caligulas casino in LVA mode?
Reply
#12

Why

Code:
new string1[128],string2[128],string3[128];
format(string1,sizeof(string1),"============================");
format(string2,sizeof(string2),"Your V.I.P Level Is %d",Pinfo[playerid][Vip_Level]);
format(string3,sizeof(string3),"============================");
SendClientMessage(playerid,COLOR_YELLOW,string1);
SendClientMessage(playerid,COLOR_YELLOW,string2);
SendClientMessage(playerid,COLOR_YELLOW,string3);
and not

Code:
new string[128];
SendClientMessage(playerid, COLOR_YELLOW, "============================");
format(string,sizeof(string),"Your V.I.P Level Is %d",Pinfo[playerid][Vip_Level]);
SendClientMessage(playerid, COLOR_YELLOW, "============================");
SendClientMessage(playerid,COLOR_YELLOW,string);
Reply
#13

Stupidly done, yes should be

Code:
dcmd_viplevel(playerid, params[])
{
	#pragma unused params
	new string[128];
	SendClientMessage(playerid, COLOR_YELLOW, "====================================");
	
	format(string,sizeof(string), "Your V.I.P Level Is %d" ,Pinfo[playerid][Vip_Level]);
	SendClientMessage(playerid, COLOR_YELLOW, string);
	
	SendClientMessage(playerid, COLOR_YELLOW, "====================================");
	return 1;
}
Reply
#14

Quote:
Originally Posted by RenisiL
Stupidly done, yes should be
no one asked u noob
Reply
#15

Nice! Good job dude
________
Montana Dispensary
Reply
#16

Quote:
Originally Posted by ViruZZzZ_ChiLLL
Nice! Good job dude
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Reply
#17

hmm gone try this now

EDIT:

Hmm i dono :P need i to make it self? i dont want to that
Reply
#18

Quote:
Originally Posted by ◄★►[MG
Esco◄★► ]
hmm gone try this now

EDIT:

Hmm i dono :P need i to make it self? i dont want to that
Yes you have to make it yourself that is why this filterscript is a base code.

Quote:
Originally Posted by Etch ❽ H
Quote:
Originally Posted by RenisiL
Stupidly done, yes should be
no one asked u noob
Lol'd
Reply
#19

Quote:
Originally Posted by YeahYeahYeahs
Quote:
Originally Posted by ◄★►[MG
Esco◄★► ]
hmm gone try this now

EDIT:

Hmm i dono :P need i to make it self? i dont want to that
Yes you have to make it yourself that is why this filterscript is a base code.

Quote:
Originally Posted by Etch ❽ H
Quote:
Originally Posted by RenisiL
Stupidly done, yes should be
no one asked u noob
Lol'd
Lol me too , i lol'd on something i said :P
Reply
#20

nice job
Reply


Forum Jump:


Users browsing this thread: 8 Guest(s)