Raised This Month: $51 Target: $400
 12% 

Unlimited Grenades!!!


Post New Thread Reply   
 
Thread Tools Display Modes
Fredd
Veteran Member
Join Date: Jul 2007
Old 04-22-2008 , 00:35   Re: Unlimited Grenades!!!
Reply With Quote #11

you mean like a HE grenade arena, where players cant use guns just grenades?
__________________
Need a private coder? AMXX, SourceMOD, MMS? PM me!
Fredd is offline
GriMz
Senior Member
Join Date: Jul 2007
Old 04-27-2008 , 12:43   Re: Unlimited Grenades!!!
Reply With Quote #12

well, no need to mess with guns, just so you can set it to all players so that you dont have to do it for each and every player would be cool.
__________________
GriMz is offline
entha
Junior Member
Join Date: Apr 2008
Old 04-30-2008 , 07:19   Re: Unlimited Grenades!!!
Reply With Quote #13

yes, instead of the username simply for all players on the server.
entha is offline
Fredd
Veteran Member
Join Date: Jul 2007
Old 04-30-2008 , 12:29   Re: Unlimited Grenades!!!
Reply With Quote #14

will see if i get tme to do so!
__________________
Need a private coder? AMXX, SourceMOD, MMS? PM me!
Fredd is offline
entha
Junior Member
Join Date: Apr 2008
Old 05-04-2008 , 19:45   Re: Unlimited Grenades!!!
Reply With Quote #15

that would be great! thx
entha is offline
GriMz
Senior Member
Join Date: Jul 2007
Old 06-01-2008 , 16:31   Re: Unlimited Grenades!!!
Reply With Quote #16

have you looked into coding this so it could be used like :

!sm_unnades #all or something similar? this could be very useful for me.
__________________
GriMz is offline
FunTF2Server
Veteran Member
Join Date: Apr 2008
Old 06-01-2008 , 16:34   Re: Unlimited Grenades!!!
Reply With Quote #17

plz maek unlimited gernades for tf2
__________________
FunTF2Server is offline
GriMz
Senior Member
Join Date: Jul 2007
Old 06-30-2008 , 16:58   Re: Unlimited Grenades!!!
Reply With Quote #18

bump

any progress?
__________________
GriMz is offline
LastBoomer
Junior Member
Join Date: Mar 2008
Old 09-08-2008 , 23:05   Re: Unlimited Grenades!!!
Reply With Quote #19

Great plugin, I made a wrapper for this that auto gives unlimited HE
grenades on player's first spawn. Using this plugin along with L. Duke's
supernades plugin makes for some noobtacular fragfests on my
deathmatch server.

I'd like to help fix a minor problem. When I issue the command
from the console via rcon targeting any player the plugin gives me a
grenade even if I am spectating and this message is logged to the
SM errors file. (The target does get unlimited grenades though).

Code:
L 09/08/2008 - 19:13:25: [SM] Native "GivePlayerItem" reported: World not allowed
L 09/08/2008 - 19:13:25: [SM] Displaying call stack trace for plugin "Custom\UnlimitedGrenades.smx":
L 09/08/2008 - 19:13:25: [SM]   [0]  Line 159, UnlimitedGrenades.sp::GiveNades()
L 09/08/2008 - 19:13:25: [SM]   [1]  Line 94, UnlimitedGrenades.sp::Command_UnlimitedGrenades()
After a little debugging I traced the problem to the 1st param of the
GivePlayerItem() call in the GiveNades() function.

Code:
  case 1:
  {
   if(StrEqual(Grenade, "he"))
   {
    if(HasUnlimitedHE[target] == false)
    {
     HasUnlimitedHE[target] = true;
     PrintToChat(target, "\x04[SM] \x01Your have been giving \x04Unlmited HE Grenades");
     ReplyToCommand(client,"[SM] %s Has been giving unlimited HE grenade", TargetName);
     GivePlayerItem(client, "weapon_hegrenade");
This tweak fixed it in my case:

Code:
     GivePlayerItem(target, "weapon_hegrenade");
The other two grenade cases have the same issue.


Thanks again for this very cool plugin!
LastBoomer is offline
UWS_C!@
Junior Member
Join Date: Sep 2008
Location: Canada, BC
Old 09-23-2008 , 01:35   Re: Unlimited Grenades!!!
Reply With Quote #20

I'd like to see the built-in Menu API disabled or an option...
I use "adminmenu_custom" for all functions.

Code:
        "Unlimited Nades"
        {
            "admin"        "sm_ban"
            "cmd"        "sm_unnades #1 #2 #3"
            "execute"    "player"
            "1"
            {
                "type"         "player"
                "method"    "name"
                "title"        "Player:"
            }
            "2"
            {
                "type"         "list"
                "title"        "Type :"
                "1"        "he"
                "2"        "flash"
                "3"        "smoke"

            }
            "3"
            {
                "type"        "onoff"
            }
        }

Last edited by UWS_C!@; 09-23-2008 at 01:40.
UWS_C!@ is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:46.


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