AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Godly Powers (https://forums.alliedmods.net/showthread.php?t=15819)

amxx_n00b 12-10-2005 14:04

putting this on amxmodmenu
 
i have amxx on the server. could some write the exact line of code i need to add it to amxmodmenu, thanks.

Get In The Van Sh33P 04-28-2006 21:41

Ok i put the pulgin and all but when i type in console Amx_God Get in the van sh33p it says i do not have access to that command and i am an admin and use all flags. any solutions please help.

DEV 04-29-2006 22:12

try typing amx_god "my name is john"

use quotes.

Hell 06-09-2006 17:50

Love the plugin but...
 
Hey, i love this plugin and have it on my server, but could u amkea few changes.

Could u make it so, god mode is on every round and even if u die. Because as soona su die or havea new round u just go invisible and the godmode plus noclib goes.


Allso, jsut a MAYBE, could u have some sort of menu which enables u to pick what type of god moe u give people, all 3 or just 1. Possible an idea. But please do the above. Thank you

Teh_Guy 07-03-2006 18:48

Please make it a multi-mod i want it for sven co-op :rtfm: :rtfm: :rtfm: :rtfm: :rtfm: <---Sorry couldnt resist xD

DiZzyBonne 06-05-2007 07:24

Re: Godly Powers
 
Code:

new freezeended
 
.........
 
 public switch_weapon(id)
 {
  if (freezeended==0)
  {
  return PLUGIN_HANDLED
  }
  return PLUGIN_CONTINUE
 }
 public endfreeze()
 {
  freezeended=1
 }
  public round_end()
 {
  freezeended=0
 }
 
.........
 
  register_event("SendAudio","round_end","a","2=%!MRAD_terwin","2=%!MRAD_ctwin","2=%!MRAD_rounddraw")
  register_event("SendAudio","endfreeze","b","2=%!MRAD_GO","2=%!MRAD_MOVEOUT","2=%!MRAD_LETSGO","2=%!MRAD_LOCKNLOAD")

What exactly is that used for? It doesn't seem like the audio is changed anywhere in the code, so is there any particular reason you threw it in?

kimdoohan 07-06-2008 15:42

Re: Godly Powers
 
Hey this might be a nooby question but what do i do with this file? Thanks

emcee 08-19-2008 03:20

Re: Godly Powers
 
The commands should be seperate so if you want godmode without invisibility, you can do one at a time.

mistamontiel 10-15-2010 23:33

Re: Godly Powers
 
I threw the .amxx in counter-strike\cstrike\addons\amxmodx\plugins and nothing.

I hope this doesn't have to deal with no rcon. My friend actually got the amx stuff for me together some time ago. I'd have to somehow locate the rcon password then.

For now, amx_noclip, god and such are unknown commands..

mistamontiel 10-19-2010 04:19

Re: Godly Powers
 
Please assist..


All times are GMT -4. The time now is 17:06.

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