VIP Cmds.
#1

I am trying to make a cmds for this vip system but i dont know how so any help i just got the command to make vip here is it:
PHP код:
COMMAND:makevip(playeridparams[])
{
    if(!
IsPlayerAdmin(playerid))
        return 
0;
    
    new 
otherIDvalue;
    if(
sscanf(params"ud"otherIDvalue))
    {
        
Usage(playerid"makevip <playerid> <level>");
    }
    else
    {
        if(!
isConnected(otherID))
        {
            
Server(playerid"That player isn't logged in!");
            return 
1;
        }
        switch(
value)
        {
            case 
1:
            {
                
Player[otherID][vipLevel]     = 1;
                
Player[otherID][vipExpires]    = gettime() + 2592000;
                
showAchievements(otherID"Congratulation, you're VIP now."50000);
            }
            case 
2:
            {
                
Player[otherID][vipLevel]     = 2;
                
Player[otherID][vipExpires]    = gettime() + 2592000;
                
showAchievements(otherID"Congratulation, you're VIP now."50000);
            }
            case 
3:
            {
                
Player[otherID][vipLevel]     = 3;
                
Player[otherID][vipExpires]    = gettime() + 2592000;
                
showAchievements(otherID"Congratulation, you're VIP now."50000);
            }
            default:
            {
                
Server(playerid"Please input between 1 - 3.");
            }
        }
        
saveStats(otherID);
    }
    return 
1;

Reply


Messages In This Thread
VIP Cmds. - by aymane123 - 02.01.2017, 18:06
Respuesta: VIP Cmds. - by HidroDF - 02.01.2017, 18:08
Re: VIP Cmds. - by aymane123 - 02.01.2017, 18:19
Re: VIP Cmds. - by RyderX - 02.01.2017, 18:23
Re: VIP Cmds. - by aymane123 - 02.01.2017, 19:05
Re: VIP Cmds. - by XBoss30 - 02.01.2017, 19:11
Re: VIP Cmds. - by iLearner - 02.01.2017, 19:15
Re: VIP Cmds. - by XBoss30 - 02.01.2017, 19:25
Re: VIP Cmds. - by RyderX - 02.01.2017, 19:28
Re: VIP Cmds. - by J0sh... - 02.01.2017, 19:31

Forum Jump:


Users browsing this thread: 1 Guest(s)