AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   AMX Super (https://forums.alliedmods.net/forumdisplay.php?f=111)
-   -   Old AMX_Super Posts. (https://forums.alliedmods.net/showthread.php?t=54514)

pulpy 10-21-2005 00:52

What are the flags for this plugin?

bmann_420 10-21-2005 02:15

There in teh sma, but if you dont want to look... Here you go

Code:
    register_plugin("Super All-In-One-Commands","1.6","AMX(x) Community")     register_concmd("amx_heal","admin_heal",ADMIN_LEVEL_A,"<authid, nick, @team or #userid> <life to give>")     register_concmd("amx_armor","admin_armor",ADMIN_LEVEL_A,"<part of nick> <amount>")     register_concmd("amx_godmode","admin_godmode",ADMIN_LEVEL_A,"<authid, nick, @team or #userid> <0=OFF 1=ON>")     register_concmd("amx_noclip","admin_noclip",ADMIN_LEVEL_A,"<authid, nick, @team or #userid> <0=OFF 1=ON>")     register_concmd("amx_teleport","admin_teleport",ADMIN_LEVEL_A,"<authid, nick, @team or #userid> [x] [y] [z]")     //register_concmd("amx_userorigin","admin_userorigin",ADMIN_LEVEL_A,"<authid, nick, or #userid>")     register_concmd("amx_stack","admin_stack",ADMIN_LEVEL_A,"<authid, nick or #userid> [0|1|2]")     //register_concmd("amx_weapon","admin_weapon",ADMIN_LEVEL_A,"<part of nick> or <@team> <weapon # to give > ")     register_concmd("amx_givemoney","give_money",ADMIN_LEVEL_A,"<nick> OR <#userid> <amount>")     register_concmd("amx_takemoney","take_money",ADMIN_LEVEL_A,"<nick> OR <#userid> <amount>")     register_concmd("amx_gag","amx_gag",ADMIN_LEVEL_A,"<authid, nick or #userid> <a|b> [time]")     register_concmd("amx_ungag","amx_ungag",ADMIN_LEVEL_A,"<authid, nick or #userid>")     register_concmd("amx_alltalk","admin_alltalk",ADMIN_LEVEL_A,"1|0 to enable and disable")     register_clcmd("say","block_gaged")     register_clcmd("say_team","block_gaged")     register_concmd("amx_gravity","admin_gravity",ADMIN_LEVEL_A,"< gravity >")     register_clcmd("say /gravity","check_gravity")     register_clcmd("say_team /gravity","check_gravity")     register_concmd("amx_glow","admin_glow",ADMIN_LEVEL_B,"<authid, nick, @team or #userid> <red> <green> <blue> <alpha>")     register_concmd("amx_bury","admin_bury",ADMIN_LEVEL_B,"<authid, nick, @team or #userid>")     register_concmd("amx_unbury","admin_unbury",ADMIN_LEVEL_B,"<authid, nick, @team or #userid>")     register_concmd("amx_disarm","admin_disarm",ADMIN_LEVEL_B,"<authid, nick, @team or #userid>")     register_concmd("amx_uberslap","admin_slap",ADMIN_LEVEL_B,"<authid, nick or #userid>")     register_concmd("amx_slay2","admin_slay",ADMIN_LEVEL_B,"<authid, nick, @team or #userid> [1-lightning|2-blood|3-explode]")     register_concmd("amx_fire","fire_player",ADMIN_LEVEL_B,"<authid, nick or #userid>")     register_concmd("amx_rocket","rocket_player",ADMIN_LEVEL_B,"<authid, nick, @team or #userid>")     register_cvar("amx_llamasound","1")     register_concmd("amx_llama","llama",ADMIN_LEVEL_A,"- <authid, nick, @team or #userid>")     register_concmd("amx_unllama","unllama",ADMIN_LEVEL_A,"- <authid, nick, @team or #userid>")     register_concmd("amx_weapon","admin_weapon",ADMIN_LEVEL_C,"<authid, nick, @all, @team, or #userid> <weapon #>")     register_cvar("amx_revivemsg","0")     register_concmd("amx_revive","admin_revive",ADMIN_BAN,"<authid, nick, @team or #userid>")     register_cvar("amx_moneymsg","0")     register_clcmd("amx_exec","doExec",ADMIN_IMMUNITY,"<nick,@TEAM,*(all),@SERVER>")

pulpy 10-21-2005 03:58

ahh so all the admin level a and level b and level c means flags abc?

bmann_420 10-21-2005 04:59

Code:
; Access flags: ; a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands) ; b - reservation (can join on reserved slots) ; c - amx_kick command ; d - amx_ban and amx_unban commands ; e - amx_slay and amx_slap commands ; f - amx_map command ; g - amx_cvar command (not all cvars will be available) ; h - amx_cfg command ; i - amx_chat and other chat commands ; j - amx_vote and other vote commands ; k - access to sv_password cvar (by amx_cvar command) ; l - access to amx_rcon command and rcon_password cvar (by amx_cvar command) ; m - custom level A (for additional plugins) ; n - custom level B ; o - custom level C ; p - custom level D ; q - custom level E ; r - custom level F ; s - custom level G ; t - custom level H ; u - menu access ; z - user (no admin)

Its actually level m & n. a-b for teh additional plugin part.

also look in your scripting/include/amxconst.inc too see further explination of flags and so on. :D

pulpy 10-21-2005 16:31

so what would i change if i wanted to change some to different access levels?

bmann_420 10-21-2005 16:35

well waht admin levels do you want?

Captain Tuffy 10-22-2005 16:05

bmann420 has this plugin been tested for linux with condition zero?? I don't mean to be a pest, I usually just download and try however I have been experiencing problems lately in my server and don't want to further complicate things....

Btw, this plugin really does look awesome...Congratulations.

bmann_420 10-22-2005 16:12

TY, and no I have not tested it for czero and linux. I have never had a single error or anything though in 4 months, so I would say it is worth a try. If your willing :D

Captain Tuffy 10-23-2005 08:46

I know this sounds like a silly question, but where do I install the Llama sounds? In sounds/llama sounds/ or sounds/?

Captain Tuffy 10-23-2005 09:05

Ok, I am not trying to spam the thread. I installed the sounds in both places and works fine. I have one problem though bmann. I use the plugin voicecomm_ban.amxx and it does not work with deadchat. Also, possibly because the voicecomm_ban.amxx plugin is activated, amx_gag does not work. Is there a way I can disable deadchat in the .sma??I believe the way the half-life engine is set up you cannot get them both to work correctly or something like that...So if I could, I would just like to remove it because amx_banvoice is more important.


All times are GMT -4. The time now is 19:13.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.