How to make a filterscript for vip only?
#7

You need to define VIP players. So you could put something like this in the command
pawn Код:
if(Playerinfo[playerid][VIP] >1)
{
     //Command code here
}
else return 0;
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)