//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 //admin_pissed , 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 //center say msg //access 1 //admin_tsay //side say msg //access 1 //admin_psay //private msg to target //access 1 //admin_ssay //anyomonous msg //access 1 //admin_vsay //starts a vote with question //access 1 //admin_chat //admins can only see msg //access 1 //admin_t //changes target to terrorist (cs) //access 2 //admin_ct //changes target to counter terrorist (cs) //access 2 //admin_red //changes target to team red (tfc) //access 2 //admin_blue //changes target to team blue (tfc) //access 2 //admin_yellow //changes target to team yellow (tfc) //access 2 //admin_green //changes target to counter team green (tfc) //access 2 //admin_map //changes map to mapname //access 4 //admin_gravity <#> //changes gravity to # //access 4 //admin_teleport //teleports target to x y z //access 4 //admin_send //sends second target to first target //access 4 //admin_userorigin //finds targets x y z //access 4 //admin_freeze //freezes target in place //access 4 //admin_unfreeze //unfreezes target //access 4 //admin_glow //makes target glow red green blue //access 4 //admin_speakall //talks to everyone //access 4 //admin_slap //slaps target //access 8 //admin_kick //kicks target out of game //access 8 //admin_slay //kills target //access 8 //admin_slayall //kills everyone //access 8 //admin_pissed //messes with target //access 8 //admin_bomb //makes target a bomb //access 8 //admin_noclip <1 or 0> //gives target noclip //access 16 //admin_godmode <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 //makes a server password //access 64 //admin_nopass //removes server password //access 64 //admin_ban //bans a player //access 64 //admin_unban //unbans a player //access 64 //admin_hostname //changes server name //access 64 //admin_stack //moves everyone on top of player who exec admin_stack //access 64 //admin_rcon //runs command on server //access 128 //admin_execclient //runs command on target //access 128 //admin_execall //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 //votes for a different map //access all //admin_vote_bomb //votes to make target a bomb //access all //admin_vote_kick //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 //makes person glow //access all