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

GunGame:SM


Post New Thread Reply   
 
Thread Tools Display Modes
ferret
SourceMod Developer
Join Date: Dec 2004
Location: Atlanta, GA
Old 06-29-2007 , 13:48   Re: GunGame:SM
Reply With Quote #41

Finally reading through your code teame Nice organization.

Not nearly done but did notice that GUNGAME_MENU_TIME was defined in both gungame.sp and includes/gungame.inc
__________________
I'm a blast from the past!
ferret is offline
ferret
SourceMod Developer
Join Date: Dec 2004
Location: Atlanta, GA
Old 06-29-2007 , 14:42   Re: GunGame:SM
Reply With Quote #42

Bug:

config.sp has a typo, line 51. Multiple is spelled wrong in the strcmp

Suggestion:

Lowering of level due to TK should be optional. Some people may run along side a TK plugin that allows slay punishment. That could potentially cause a double loss of level as Gungame takes one, then the player is punished with slay and get credited with a suicide level loss.

Add a minimum level for knifepro. I did this in the original and changed the level to 6. This means while on pistols, you can't go backwards. So once you get to shotgun (Using the default weapon order at least), you're done with pistols no matter what.
__________________
I'm a blast from the past!
ferret is offline
feroxy
Junior Member
Join Date: Jun 2007
Old 06-29-2007 , 15:03   Re: GunGame:SM
Reply With Quote #43

This is crashing the server for me as soon as I join a team after connecting. I'm using sourcemod build 1033. I can't figure out what I'm doing wrong
feroxy is offline
ferret
SourceMod Developer
Join Date: Dec 2004
Location: Atlanta, GA
Old 06-29-2007 , 15:52   Re: GunGame:SM
Reply With Quote #44

Quote:
Originally Posted by LIONz View Post
Mhm i have a request can u make support for votemap just like the one in ES GG? When player reaches grenade level mapvote will start.
teame06: I could add a command to mapchooser for this, some sort of "run vote now" command and you could trigger it.
__________________
I'm a blast from the past!
ferret is offline
FlyingMongoose
Veteran Member
Join Date: Mar 2004
Old 06-29-2007 , 15:54   Re: GunGame:SM
Reply With Quote #45

He would need a forward for PlayerLevelIncrease if he doesn't have one already.
__________________
Please do NOT PM for support.

Only ask for support in plugin threads.

TunedChaos.com - Precision Tuned Game Servers
FlyingMongoose is offline
CrAzD
SourceMod Donor
Join Date: Jun 2007
Old 06-29-2007 , 18:43   Re: GunGame:SM
Reply With Quote #46

could you add an option

Disabled knife level GAINING while on PISTOLS

so if im lvl 5 and i knife you i wont gain a lvl put if im on the pump and i knife you i will gain a lvl..

this is somewhat similar to what ferret asked, somewhat..
CrAzD is offline
{LOD}Scarecrow
Member
Join Date: Dec 2004
Location: AZ
Old 06-29-2007 , 18:56   Re: GunGame:SM
Reply With Quote #47

Knife pro isn't working. You do not steal a level with it activated!
{LOD}Scarecrow is offline
Send a message via AIM to {LOD}Scarecrow
jarrodatt
Member
Join Date: May 2004
Old 06-29-2007 , 19:27   Re: GunGame:SM
Reply With Quote #48

Issue:

when starting server and bots are ran on startup server keeps crashing but if you add bots manualy after server has started its fine for a bit.
__________________
Strike
Bloodyrealm.com
jarrodatt is offline
teame06
i have a hat
Join Date: Feb 2005
Location: Hat City
Old 06-30-2007 , 12:50   Re: GunGame:SM
Reply With Quote #49

Quote:
Originally Posted by LIONz View Post
Mhm i have a request can u make support for votemap just like the one in ES GG? When player reaches grenade level mapvote will start.
Quote:
Originally Posted by Rebell View Post
Yes ! That would be nice. A random mapvote ( ma_voterandom with mani ), too!

cya
Yes, i'm going to add another forward to gungame. Add a modify plugin which will allow you to execute your type of map voting.


Quote:
Originally Posted by eXtruSioN View Post
Found a minor(?) bug: you spelled the word 'multiple' wrong in all your files. I haven't checked whether it affects any functionality though (inconsistency?).

configs\gungame\gungame.cfg
Code:
"MutlipleKillsPerLevel"
{
scripting\gungame\*
Code:
 * Custom Mutliple Kills Per Level setting was an idea from XxAvalanchexX GunGame 1.6.
Yea, It doesn't effect the plugin really but the fix will break the config in the next release where I fixed the spelling error. All you need to do is change that one line in the config file.


Quote:
Originally Posted by ferret View Post
Finally reading through your code teame Nice organization.

Not nearly done but did notice that GUNGAME_MENU_TIME was defined in both gungame.sp and includes/gungame.inc
Thanks

Quote:
Originally Posted by ferret View Post
Bug:

config.sp has a typo, line 51. Multiple is spelled wrong in the strcmp

Suggestion:

Lowering of level due to TK should be optional. Some people may run along side a TK plugin that allows slay punishment. That could potentially cause a double loss of level as Gungame takes one, then the player is punished with slay and get credited with a suicide level loss.

Add a minimum level for knifepro. I did this in the original and changed the level to 6. This means while on pistols, you can't go backwards. So once you get to shotgun (Using the default weapon order at least), you're done with pistols no matter what.
I'm going to move the tk stuff to another plugin. Going to add the minimum level for knifepro with a setting where you can set what level they can steal on.. Also going to add a cvar to disable the "kill"

Quote:
Originally Posted by CrAzD View Post
could you add an option

Disabled knife level GAINING while on PISTOLS

so if im lvl 5 and i knife you i wont gain a lvl put if im on the pump and i knife you i will gain a lvl..

this is somewhat similar to what ferret asked, somewhat..
Going to add the minimum level for knifepro with a setting where you can set what level they can steal on.

Quote:
Originally Posted by {LOD}Scarecrow View Post
Knife pro isn't working. You do not steal a level with it activated!
Works fine I just tested it myself. I tested with the other player having level 1 and with level 10. Both test did the working results.

Quote:
Originally Posted by jarrodatt View Post
Issue:

when starting server and bots are ran on startup server keeps crashing but if you add bots manualy after server has started its fine for a bit.
Quote:
Originally Posted by feroxy View Post
This is crashing the server for me as soon as I join a team after connecting. I'm using sourcemod build 1033. I can't figure out what I'm doing wrong
Are you running other plugins with gungame. Not just sm plugins but vsp or sourcemm plugins? What OS are you running?
__________________
No private support via Instant Message
GunGame:SM Released

Last edited by teame06; 06-30-2007 at 19:51.
teame06 is offline
Send a message via AIM to teame06
jarrodatt
Member
Join Date: May 2004
Old 06-30-2007 , 13:53   Re: GunGame:SM
Reply With Quote #50

I'm only running newest sourcemm, detox, the beta sourcemod. no vsp

I was running matties ES, ES_tools, mani_admin but not anymore.
__________________
Strike
Bloodyrealm.com
jarrodatt 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 22:15.


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