AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Infinite Grenades For DoD (https://forums.alliedmods.net/showthread.php?t=27371)

Rara Avis 04-20-2006 23:57

Infinite Grenades For DoD
 
1 Attachment(s)
Code:


// Unlimited Grenades For Day of Defeat Requested By mudda_fudda
// Code By Freecode

#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <dodx>

Code:


{
  register_plugin("Unlimited Grenades","1.0","Rara Avis")
  register_clcmd("amx_nade","givenade",ADMIN_KICK,"<name/@TEAM/*(all)>")
  register_clcmd("amx_unnade","unnade",ADMIN_KICK,"<name/@TEAM/*(all)>")
}

I used Freecode's Unlimited Grenades For CS Plugin

FrontLine 04-21-2006 00:04

Ye, it's good DoD is getting back it's days of being used now...
I'll give you a 4 because it's for DoD if approved, And + Karma.

It's just ideas like these, abuse the game...
I remember playin Cs with this plugin, Just get 3
guys to nade every entrance.

FL.

Xanimos 04-21-2006 00:09

why do you have so much repeatitive code!?!

and whats up with repeating the if?
Code:
      if (wpn[i] != DODW_STICKGRENADE)       {          give_item(uid,"stick")       }       if (wpn[i] != DODW_STICKGRENADE)       {          give_item(uid,"stick")       }

Rara Avis 04-21-2006 00:39

All I did was change the entities in Freecode's cs plugin to the dod ones.

Xanimos 04-21-2006 00:40

well you don't need to do it twice.

Rara Avis 04-21-2006 00:44

Yeah I did this kinda quick and just scimmed through it. Mostly becuase it was simple and would still work. Next time I will delete all useless code :)

Teh_Guy 06-25-2006 12:39

Re: Infinite Grenades For DoD
 
Make it for TFC :P

mudda_fudda 06-27-2006 19:06

Re: Infinite Grenades For DoD
 
thank you for making this only problem im having is i have admin on a server with this and i type amx_nade all and no one had infinite nades none of the commands work. It doesnt give an errror and in amx_help it has amx_nade so im sure its not an error

Malithicus 06-28-2006 15:12

Re: Infinite Grenades For DoD
 
this plugin does NOT work end of discussion please remove it from approved plugins thank you very much.


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

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