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)

Sp4rt4n 07-28-2005 21:43

Godly Powers
 
1 Attachment(s)
I made this for fun for me and my brothers to play around with on a LAN server and they liked it so much I decided to send it out into the world.

Code:
////////////////////////////////////////// //Godly Powers                          // //Created By Sp4rt4n                    // //Created on July 28, 2005              // ////////////////////////////////////////// //The fun module is required. //This plugin allows an admin to give someone, a whole team, or everyone godly powers, such as godmode, invisibility, and noclip. // //Commands: //amx_god <name/id/@CT/@TERRORIST/*(all)> //amx_ungod <name/id/@CT/@TERRORIST/*(all)>

Changelog:

1.0 - Plugin Released

Skeetles 07-28-2005 23:34

oh this sounds original!

CubicVirtuoso 07-29-2005 10:43

Compiles with six warnings and doesn't seem to do anything when tested on non-cs server.

Sp4rt4n 07-29-2005 19:35

Quote:

Originally Posted by CubicVirtuoso
Compiles with six warnings and doesn't seem to do anything when tested on non-cs server.

Thats why I put that it only works on CS, and thw warnings are loose indentation which I will fix later.

[img]http://img174.**************/img174/9876/duh3ho.jpg[/img]

Sp4rt4n 07-29-2005 19:45

There, no warnings, nice indention, everything is good. (Like me :))

*FIXIFIED*

-=STN=- MaGe 07-30-2005 17:19

hahaha great, will use. thanks.

Sp4rt4n 08-01-2005 13:15

Quote:

Originally Posted by -=STN=- MaGe
hahaha great, will use. thanks.

:) THanks mage... Ill prolly be around your server to see it in action with a bunch of people playing.

InFamous Killer 08-12-2005 01:29

i need help i downloaded the .sma but where do i put that and where can i get a fun module

colby 08-12-2005 02:11

Quote:

i need help i downloaded the .sma but where do i put that and where can i get a fun module
Instead of clicking "Download", look below that where it says "Get Plugin" and click that and it will automatically compile it for you. As for the fun module it comes with amxx.

InFamous Killer 08-12-2005 02:26

lol thanks i did everything and the fun module is enable but nothing happens in cs. i go into the console and i put amx_god but it shows as if nothing is there

Riddick51 08-12-2005 05:27

hey spartan, thx man! i was lookin for just this plugin the other day ;x

InFamous Killer 08-12-2005 10:32

anyone

Sp4rt4n 08-14-2005 15:25

Srry, ive been on vacation

For your problem infamous, youd have to type:

amx_god Infamous

in the console... It should work

PM 08-21-2005 17:59

Nice plugin!

Sp4rt4n 08-21-2005 20:39

:) thanks

Riddick51 08-27-2005 15:31

u meant for the include to be amxmodX, i think :?

Sp4rt4n 08-27-2005 16:07

:shock: how the heck did i mess that up?

thanks though, fixed

DarkSlain 10-13-2005 04:56

could you possible put a full list of commands on the first post, thankyou

OtBKillemAll 11-11-2005 01:24

This does not work at all. I don't know what to do or where to put the files. I want to add it to my server so Everyone can use it. PLEASE HELP

OtBKillemAll 11-11-2005 01:27

This does not at all for me. I may have put the files in the wrong place. I want to add this to my server so everyone can use it PLEASE HELP!!!

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..

alencore 11-07-2011 01:09

Re: Godly Powers
 
it only works as a noclip cheat for me LoL!
may be it gets bugged out with all the other plugins I'm using.

m4m3ts 10-31-2012 22:55

Re: Godly Powers
 
how to enable only godmode ??
and disable noclip and invisible

thx


All times are GMT -4. The time now is 16:45.

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