View Single Post
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen.
Old 02-01-2015 , 10:35   Re: [ANY] Simple Admin and VIP Manager [SAVM]
Reply With Quote #2

BEFORE USING THE PLUGIN
All date format are supposed to work like this :
[DAY].[MONTH].[YEAR]
Exemple :
01.01.1999

"Flags" field (in the webinterface) work like this :
[FLAGS]:[IMMUNITY]
For exemple :
abcdfght:80

OR

you can also add user into groups, by puttin the name of your admins group, for exemple :
In your admin_groups.cfg
Code:
"TestGroup"
	{
		
		"flags"			"z"
		"immunity"		"1"
	}
You want to put in the "Flags" field "TestGroup"

Here is a admin panel integration :
PHP Code:
"Admin Tools"
    
{
        
"Add Admin"
     
{
    
"cmd"        "sm_savmadd #1 #2 #3 01.01.2020"
    "execute"    "player"
    "1"
    
{
        
"type"        "player"
        "method"    "name"
        "title"        "Player:"
    
}
    
"2"    
    
{
        
"type"        "list"
        "title"        "Flags"
        "1"        "ab"
        "1."        "VIP"
        "2"        "abcdefghij"
        "2."        "Regular Admin"
        "3"        "abcdefghijlmn"
        "3."        "Full Admin"
    
}
    
"3"
    
{
        
"type"        "list"
        "title"        "Immunity"
        "1"        "1"
        "1."        "VIP"
        "2"        "98"
        "2."        "Regular Admin"
        "3"        "99"
        "3."        "Full Admin"
      
}
      }
        
"Edit Admin"
     
{
    
"cmd"        "sm_savmedit #1 #2 #3 01.01.2020"
    "execute"    "player"
    "1"
    
{
        
"type"        "player"
        "method"    "name"
        "title"        "Player:"
    
}
    
"2"    
    
{
        
"type"        "list"
        "title"        "Flags"
        "1"        "ab"
        "1."        "VIP"
        "2"        "abcdef"
        "2."        "Regular Admin"
        "3"        "abcdefghijlmn"
        "3."        "Full Admin"
    
}
    
"3"
    
{
        
"type"        "list"
        "title"        "Immunity"
        "1"        "1"
        "1."        "VIP"
        "2"        "98"
        "2."        "Regular Admin"
        "3"        "99"
        "3."        "Full Admin"
      
}
     }
     
"Delete Admin"
    
{
    
"cmd"        "sm_savmdremove #1"
    "execute"    "player"
    "1"
    
{
        
"type"        "player"
        "method"    "name"
        "title"        "Player:"
    
}
    }



Also, don't forget to visit this page daily. Updates may come every day(s) !

What's planned now :

Nothing.
__________________
Want to check my plugins ?

Last edited by Arkarr; 02-20-2015 at 09:18.
Arkarr is offline