Thread: Reserved Sprays
View Single Post
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 06-04-2012 , 07:26   Re: Reserved Sprays
Reply With Quote #10

Quote:
Originally Posted by goodBEan View Post
is this plugin still being updated? and is it possible for it be updated so I can set it to a custom flag instead of reserved access?

Or is a newer better plugin available?
You could edit
Code:
		if(GetAdminFlag(GetUserAdmin(client), Admin_Reservation))
			return Plugin_Continue;
to
Code:
		if(CheckCommandAccess(client, "sm_reservedsprays", ADMFLAG_RESERVATION))
			return Plugin_Continue;
Then you can override adminflag with command "sm_reservedsprays"
Bacardi is offline