Request VIP sistem
#1

hey can I find the system VIP / Premium Member can you help me
Reply
#2

Use LuxAdmin there are a VIP system , and simple to use
Reply
#3

Quote:
Originally Posted by ServerScripter
View Post
Use LuxAdmin there are a VIP system , and simple to use
hey it's admin system admin system I've got right now I need a VIP system
Reply
#4

if you dont find what you wont make you own its more easy !
Reply
#5

https://sampforum.blast.hk/showthread.php?tid=187229
Reply
#6

It's not hard, script one by yourself. Add a line in your file.

Code:
VIP=0
Then you check at some commands if the VIP =1.
That's all,no need for a filterscript.
Reply
#7

Quote:
Originally Posted by Kingunit
View Post
It's not hard, script one by yourself. Add a line in your file.

Code:
VIP=0
Then you check at some commands if the VIP =1.
That's all,no need for a filterscript.
here example for dickyodie here you one fast vip commands
i use include ZCMD but you can make what ever you like

PHP Code:
CMD:heal(playerid,params[])
{
    if(
PlayerInfo[playerid][pVip] >= 1)
    {
         
SetPlayerHealth(playerid,100.0);
    }
    else
    {
        
SendClientMessage(playerid,-1,"You are not vip ");
    }
}
    return 
true;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)