View Single Post
TheSpyHunter
Senior Member
Join Date: Jul 2009
Old 10-25-2009 , 07:46   Re: [REQ] LOYALTY POINTS
Reply With Quote #3

In the mean time I edited the timed admin plugin for you.
Original Author: Nightbox

sm_addtimedreserved <userid> <time>"
This creates an admin with the reserved slot only.

"sm_addpremium <userid> <time>"
This creates an timed admin with the "o" flag"

See attached of what it would look like in the Buymenu.txt

PHP Code:
    "1"
    
{
        
"title"        "1 week reserved slot"
        "price"        "600"
        "oncmd"        "sm_addtimedreserved @ 604800"
        "offcmd"    ""
        "time"        "0"
    
}
    
"2"
    
{
        
"title"        "2 weeks reserved slot"
        "price"        "1000"
        "oncmd"        "sm_addtimedreserved @ 1209600"
        "offcmd"    ""
        "time"        "0"
    
}
    
"3"
    
{
        
"title"        "1 week reserved slot"
        "price"        "600"
        "oncmd"        "sm_addpremium @ 604800"
        "offcmd"    ""
        "time"        "0"
    
}
    
"4"
    
{
        
"title"        "2 weeks reserved slot"
        "price"        "1000"
        "oncmd"        "sm_addpremium @ 1209600"
        "offcmd"    ""
        "time"        "0"
    

If you need Credit plugin advice PM me.

BTW I have it running on the server in my sig, take a look.
Attached Files
File Type: sp Get Plugin or Get Source (timedadminslots.sp - 424 views - 5.4 KB)
__________________

Last edited by TheSpyHunter; 11-25-2009 at 09:39.
TheSpyHunter is offline