//Commands In Plugin: 57 total 	//along with a greet plugin that greets users as they
				//connect and gives a msg to everyone in game that they
				//have joined/or left

//along with this plugin i made the commands admin_bomb, say bomb <wonid or name>
//admin_pissed <wonid or name> <on or off>, admin_slayall, admin_noclipall <1 or 0>
//admin_godall <1 or 0>, admin_who

//this plugin only works with the commands inside it and any access_all commands in other
//plugins. if you want any other commands not listed in here and cant do it yourself
//send me what you would like changed and ill see if i can do anything about it
//(birrell@tconl.com) and if you have any comments plz send them to my e-mail

((((MAKING SURE EVERYTHING WORKS READ THIS))))
with this plugin you dont need any of the base plugins (fun.amx,base.amx,retribution.amx,
cheat.amx,chat.amx,message.amx) along with some i added(sank_shutdown.amx,speech.amx)
u will need to put all WONIDs of your admins in admin.cfg format of this should be:

1111111 255 1
WONID ACCESS IMMUNITY

IMMUNITY can be 1 or 0: 1 is on 0 is off

to get the access for your admin add the levels that u want the admin to have example:
1 + 2 = 3 which gives admin csay tsay psay ssay vsay chat ct t red blue green yellow

you will also need 2 other files (number.cfg and userlog.cfg) which will keep track
of what commands your admins have used
((((					 ))))

//admin_csay <msg> 					//center say msg 					//access 1
//admin_tsay <msg> 					//side say msg 						//access 1
//admin_psay <name or wonid> <msg> 			//private msg to target 				//access 1
//admin_ssay <msg> 					//anyomonous msg 					//access 1
//admin_vsay <question> 				//starts a vote with question 				//access 1
//admin_chat <msg> 					//admins can only see msg 				//access 1

//admin_t <name or wonid> 				//changes target to terrorist (cs)			//access 2
//admin_ct <name or wonid> 				//changes target to counter terrorist (cs)		//access 2
//admin_red <name or wonid> 				//changes target to team red (tfc)			//access 2
//admin_blue <name or wonid> 				//changes target to team blue (tfc)			//access 2
//admin_yellow <name or wonid> 				//changes target to team yellow (tfc)			//access 2
//admin_green <name or wonid> 				//changes target to counter team green (tfc)		//access 2

//admin_map <mapname> 				  	//changes map to mapname				//access 4
//admin_gravity <#> 				  	//changes gravity to #					//access 4
//admin_teleport <name or wonid> <x> <y> <z>	  	//teleports target to x y z				//access 4
//admin_send <name or wonid> <name or wonid>	  	//sends second target to first target			//access 4
//admin_userorigin <name or wonid> 	 	 	//finds targets x y z					//access 4
//admin_freeze <wonid or name>			  	//freezes target in place				//access 4
//admin_unfreeze <wonid or name>	         	//unfreezes target					//access 4
//admin_glow <name or wonid> <red> <green> <blue> 	//makes target glow red green blue			//access 4
//admin_speakall <speech>				//talks to everyone					//access 4

//admin_slap <name or wonid> 				//slaps target						//access 8
//admin_kick <name or wonid> 				//kicks target out of game				//access 8
//admin_slay <name or wonid> 				//kills target						//access 8
//admin_slayall 					//kills everyone					//access 8
//admin_pissed <wonid or name> <on or off> 		//messes with target					//access 8
//admin_bomb <name or wonid> 				//makes target a bomb					//access 8

//admin_noclip <name or wonid> <1 or 0> 		//gives target noclip					//access 16
//admin_godmode <name or wonid> <1 or 0>		//gives target godmode					//access 16
//admin_godall <1 or 0>					//gives everyone godmode				//access 16
//admin_noclipall <1 or 0>				//gives everyone godmode				//access 16

//admin_teamplay <#>					//changes teamplay to #					//access 32
//admin_timelimit <#>					//changes timelimit					//access 32
//admin_friendlyfire <1 or 0>				//changes friendlyfire					//access 32
//admin_fraglimit <#>					//changes fraglimit to #				//access 32

//admin_pass <password>					//makes a server password				//access 64
//admin_nopass						//removes server password				//access 64
//admin_ban <name or wonid> <time:0=perm ban>		//bans a player						//access 64
//admin_unban <wonid>					//unbans a player					//access 64
//admin_hostname <name>					//changes server name					//access 64
//admin_stack						//moves everyone on top of player who exec admin_stack	//access 64

//admin_rcon <command>					//runs command on server				//access 128
//admin_execclient <wonid or name> <command>		//runs command on target				//access 128
//admin_execall <command>				//runs command on everyone				//access 128
//admin_shutdown					//shuts down server in 30 sec				//access 128

//admin_check						//only needed if u erase your userlog.cfg or number.cfg	//access 128
							//admin_check goes through userlog.cfg and counts how
							//many lines are in it then writes it to number.cfg
							//i use this because once your userlog.cfg gets past 13
							//pages it slows down so i made it go faster so it doesnt
							//have to check how many lines are in it each time

//admin_who						//checks for all admin curently on server		//access all
//admin_vote_gravity					//votes for different gravity				//access all
//say vote_gravity					//votes for different gravity				//access all
//admin_vote_map <mapname>				//votes for a different map				//access all
//admin_vote_bomb <name or wonid>			//votes to make target a bomb				//access all
//admin_vote_kick <name or wonid>			//votes to kick target					//access all
//admin_userlist					//shows userlist to user				//access all
//admin_timeleft					//shows time left on server				//access all
//admin_nextmap						//shows next map on server				//access all
//say nextmap						//shows next map on server				//access all
//say timeleft						//shows timeleft on server				//access all
//admin_listmaps					//shows maps in maps.ini				//access all
//say glow <color>					//makes person glow					//access all