Poll

Is Underdone a good gamemode in your opinion?

Yes
No
Maybe

Author Topic: Underdone suggestion  (Read 3025 times)

0 Members and 1 Guest are viewing this topic.

Offline Majoras mask

  • Sr. Member
  • ****
  • Posts: 449
  • Karma: +15/-2
  • Gender: Male
    • View Profile
Re: Underdone suggestion
« Reply #30 on: June 02, 2010, 12:11:00 PM »
I've just thought about something really annoying me.
Is it possible to make it so that only the player that killed a certain thing can get the loot?
For example, if you destroy a crate, only YOU can get the loot dropped by the crate?
It's really annoying to get everything stolen all the time.
erm, I've seen people break crates and I heard the dropping sound but I didn't see any money or wood.
you got it


Offline The Southern Cross

  • Regular Member
  • ***
  • Posts: 174
  • Karma: +1/-3
  • Gender: Male
  • Gryphus 1 reporting for duty
    • View Profile
Re: Underdone suggestion
« Reply #31 on: June 02, 2010, 06:14:34 PM »
tried it even without ep2 its EPIC


Prepare to be shot down from the sky.......

Offline Majoras mask

  • Sr. Member
  • ****
  • Posts: 449
  • Karma: +15/-2
  • Gender: Male
    • View Profile
Re: Underdone suggestion
« Reply #32 on: June 02, 2010, 06:15:04 PM »
you got it


Offline Tomcat

  • Smartical
  • Übermensch
  • *****
  • Posts: 1694
  • Karma: +42/-13
  • Gender: Male
  • OMG IS DAT A CHEEZEBURGER
    • View Profile
    • Rnd Upload
Re: Underdone suggestion
« Reply #33 on: June 02, 2010, 07:17:57 PM »
If we get this i wanna get in on coding weps and shit

Quote
Andrew: your mom spazzes
.:RND`=- Tomcat: not me
Tomcat: andrew
Tomcat: dont go there
.:RND`=- Tomcat: i will rape you all they way back to 1980

Offline sleepersoft

  • Jr. Member
  • **
  • Posts: 53
  • Karma: +7/-6
  • Gender: Male
    • View Profile
    • SleepersoftEnterprise
Re: Underdone suggestion
« Reply #34 on: June 02, 2010, 10:46:15 PM »
If we get this i wanna get in on coding weps and shit
why not start right now? :P heres an example structure on ranged weapons

Code: [Select]
local Item = QuickCreateItemTable(BaseWeapon, "weapon_ranged_junkrifle", "Junky Rifle", "Crafted with the junkiest materials around.", "icons/weapon_sniper1")
Item = AddModel(Item, "models/Weapons/w_annabelle.mdl", Vector(-12.4, 1.9, 1.4), Angle(10, -176, -7.4))
Item = AddModel(Item, "models/healthvial.mdl", Vector(-1.4, 1, -7.9), Angle(83.6, -2, 180))
Item = AddModel(Item, "models/Items/battery.mdl", Vector(-0.1, -0.8, -2.8), Angle(95.7, 178.7, -178.7))
Item = AddModel(Item, "models/props_c17/utilityconnecter006.mdl", Vector(1.2, -11.3, 1), Angle(-0.7, -93, 6))
Item = AddStats(Item, 22, 0.02, 2, 25) --(35)
Item = AddSound(Item, "weapons/ar1/ar1_dist2.wav", "weapons/crossbow/reload1.wav")
Item.Weight = 2
Item.Level = 5
Item.SellPrice = 450
Item.HoldType = "smg"
Item.AmmoType = "ar2"

as well as an example of mele:

Code: [Select]
local Item = QuickCreateItemTable(BaseWeapon, "weapon_melee_skullmace", "Skull Mace", "Smack people with a skull :D", "icons/weapon_axe")
Item = AddModel(Item, "models/Gibs/HGIBS.mdl", Vector(1, -0.6, 20.2), Angle(-161.3, -71.6, -166.6))
Item = AddModel(Item, "models/Gibs/HGIBS_spine.mdl", Vector(-0.3, 1.7, -9.5), Angle(-3.3, 89, -10))
Item = AddModel(Item, "models/Gibs/HGIBS_spine.mdl", Vector(0.1, 0.1, 18.6), Angle(-2, 94.3, 180))
Item = AddStats(Item, 22, 1)
Item = AddSound(Item, "weapons/iceaxe/iceaxe_swing1.wav")
Item.Level = 4
Item.Weight = 1
Item.SellPrice = 235

any questions please ask :D

Offline » Magic «

  • Who dares wins
  • WaffleBBQrz
  • ******
  • Posts: 4020
  • Karma: +101/-34
  • Gender: Male
  • Prepare for the worst :D
    • View Profile
Re: Underdone suggestion
« Reply #35 on: June 03, 2010, 06:22:47 AM »
I want to try it D:!
Copyright© .:~`=-rANdOm-=`~:. GameServer's Administration Team 2008/2009/2010


bubbly bubbly so darn bubbly

Offline Tomcat

  • Smartical
  • Übermensch
  • *****
  • Posts: 1694
  • Karma: +42/-13
  • Gender: Male
  • OMG IS DAT A CHEEZEBURGER
    • View Profile
    • Rnd Upload
Re: Underdone suggestion
« Reply #36 on: June 04, 2010, 12:51:02 PM »
lol thats easy but do i change the Item Var to the name i want

Quote
Andrew: your mom spazzes
.:RND`=- Tomcat: not me
Tomcat: andrew
Tomcat: dont go there
.:RND`=- Tomcat: i will rape you all they way back to 1980

Offline Shawn

  • Übermensch
  • *****
  • Posts: 1080
  • Karma: +13/-3
  • Gender: Male
  • IGM: Shawn /Steam ID: Shawnchapp02
    • View Profile
Re: Underdone suggestion
« Reply #37 on: June 29, 2010, 06:59:49 PM »
Well this kinda died quick didn't it? I really thought we had something here :(
Any man who knows a thing knows
He knows not a damn, damn thing at all
And every time I felt the hurt
And I felt the givin' gettin' me up off the wall


Offline Tomcat

  • Smartical
  • Übermensch
  • *****
  • Posts: 1694
  • Karma: +42/-13
  • Gender: Male
  • OMG IS DAT A CHEEZEBURGER
    • View Profile
    • Rnd Upload
Re: Underdone suggestion
« Reply #38 on: June 29, 2010, 07:04:15 PM »
BNAMEMWEP

Quote
Andrew: your mom spazzes
.:RND`=- Tomcat: not me
Tomcat: andrew
Tomcat: dont go there
.:RND`=- Tomcat: i will rape you all they way back to 1980

Offline x???x

  • Sr. Member
  • ****
  • Posts: 290
  • Karma: +1/-6
  • Gender: Male
  • Can't think of a good personal text.
    • View Profile
Re: Underdone suggestion
« Reply #39 on: June 29, 2010, 07:38:12 PM »
BNAMEMWEP
Are u guys gonna make a rANdOm underdone server?

Quote
x???x: buy the bugbait
[XF49_90*2=3-2]Faggottron 3000: HMM OK

Offline Tomcat

  • Smartical
  • Übermensch
  • *****
  • Posts: 1694
  • Karma: +42/-13
  • Gender: Male
  • OMG IS DAT A CHEEZEBURGER
    • View Profile
    • Rnd Upload
Re: Underdone suggestion
« Reply #40 on: June 30, 2010, 12:36:47 PM »
idk

Quote
Andrew: your mom spazzes
.:RND`=- Tomcat: not me
Tomcat: andrew
Tomcat: dont go there
.:RND`=- Tomcat: i will rape you all they way back to 1980

Offline xxncxx

  • Newbie
  • *
  • Posts: 26
  • Karma: +3/-5
    • View Profile
Re: Underdone suggestion
« Reply #41 on: June 30, 2010, 01:13:47 PM »
GMR would be better.  Why not revive the racing gamemode, and if it gets popular again, switch RND to Underdone when its out of beta, that way, both the communities will carry on.  Instead of dying out which it most likely will with only 2 servers.

Offline mickey0528

  • Newbie
  • *
  • Posts: 26
  • Karma: +0/-0
  • Gender: Male
    • View Profile
Re: Underdone suggestion
« Reply #42 on: July 15, 2010, 06:47:57 AM »
i can get da gamemode with da map?
5 reason to play rANdOm server:1.fun2.a good place for community
3.diffent kind of game mod4.a lot of server5.good admins

When the pin was pulled,Mr.Grenade is not our friend
Life well, it's the greatist revenge

Shooting in the head is the most common way to kill a sucker
but nutshot is best

Offline Shawn

  • Übermensch
  • *****
  • Posts: 1080
  • Karma: +13/-3
  • Gender: Male
  • IGM: Shawn /Steam ID: Shawnchapp02
    • View Profile
Re: Underdone suggestion
« Reply #43 on: July 15, 2010, 08:35:09 AM »
i can get da gamemode with da map?

We had some guy host it for like a month it got old will fast.... everyone beat the game in like 2 days...
Any man who knows a thing knows
He knows not a damn, damn thing at all
And every time I felt the hurt
And I felt the givin' gettin' me up off the wall


Offline ArTIk*BaNAnA

  • Madman
  • WaffleBBQrz
  • ******
  • Posts: 2490
  • Karma: +28/-34
  • Changes are part of life, changes are good.
    • View Profile
Re: Underdone suggestion
« Reply #44 on: July 15, 2010, 09:05:44 AM »
We had some guy host it for like a month it got old will fast.... everyone beat the game in like 2 days...

That ^^^  I had like over 10mil money there lol and all the clothes n stuff, and I don't even have EP2 (which was needed there lol)

A RND PERP server would be awesome =D