• 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Approved] A bunch of new idea
#1
Description:
When a player got headshot, his head will be disappear (detach all)

Name:
Loose head

Credit:
Alistair3149
____________________________________________________________

Description:
Defaultweapon

Name:
Handgun

Credit:
Alistair3149
____________________________________________________________

Description:
Infinite ammo when u are using flamethrower and
force them to use it

Name:
Flamethrower

Credit:
Alistair3149
____________________________________________________________

Description:
You are always second chance and u get a minigun

Name:
Turret

Credit:
Alistair3149
____________________________________________________________

Description:
When you kill an enemy, you can get health

Name:
Meat Eater

Credit:
Alistair3149
____________________________________________________________

Description:
Ur weapon shoot incendiary ammo

Name:
Dragon's breath

Credit:
3arc
____________________________________________________________

Description:
U can attach silencer and detach it all the time

Name:
Special Force

Credit:
Alistair3149
____________________________________________________________

Description:
You always throw weapon or scavenger packs to the ground

Name:
Supply team

Credit:
Alistair3149
____________________________________________________________

Description:
You get different clothes for head, body and leg

Name:
Fashionable

Credit:
Alistair3149
_____________________________________________________________

Description:
You can plant mines on the ground
And set the model to a inverted motion sensor (half underground, half showing)
(The bouncing betty code from MW2)
Code:
mines()
{
        level.mineSet = 0;
        mineSpot = undefined;
        for(;;)
        {
                if(self usebuttonpressed() && level.mineSet == 0)
                {
                        mineSpot = self.origin;
                        level.mineSet = 1;
                }
                foreach(player in level.players)
                {
                        if(distance(minespot, player.origin)<10 && level.mineSet == 1 && player != self && !(level.teamBased && player.team == self.team) && isAlive( player ) && !( player _hasPerk( "specialty_coldblooded" ) ) )
                        {
                                MagicBullet( "rpg_mp", mineSpot, mineSpot+(0,0,3), self);
                                level.mineSet = 0;
                                wait 3;
                        }
                }
        wait 0.05;
        }
}

Name:
Planter

Credit:
kiwimoosical
[Image: wyipjqo9qon7rc2v1lo.jpg]
  Reply
#2
ok cool
  Reply
#3
http://www.roflsaurus.com/users/public/k...090b54.jpg
Thanks (: Got the model from eekhoorn and it works perfectly
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
  Reply
#4
(02-02-2011, 18:22)AZUMIKKEL Wrote: http://www.roflsaurus.com/users/public/k...090b54.jpg
Thanks (: Got the model from eekhoorn and it works perfectly

Will it bounce?
Btw the Betty is awesome, would u mind me to import it?
EDIT: Detected model is for guys with hacker



(02-02-2011, 18:22)AZUMIKKEL Wrote: http://www.roflsaurus.com/users/public/k...090b54.jpg
Thanks (: Got the model from eekhoorn and it works perfectly


Meat Eater is related to another file, do a notify
Also dragons breath too
For flamethrower, all names started with ft_xxxxx
And speical force one is giving weapon
[Image: wyipjqo9qon7rc2v1lo.jpg]
  Reply
#5
Thanks Azu! you listened to my PM, Thanks a LOT!
RTD V2.7 RELEASE STATUS: Rolls Finished, debugging
  Reply
#6
(02-02-2011, 20:42)alistair3149 Wrote:
(02-02-2011, 18:22)AZUMIKKEL Wrote: http://www.roflsaurus.com/users/public/k...090b54.jpg
Thanks (: Got the model from eekhoorn and it works perfectly

Will it bounce?
Btw the Betty is awesome, would u mind me to import it?
EDIT: Detected model is for guys with hacker



(02-02-2011, 18:22)AZUMIKKEL Wrote: http://www.roflsaurus.com/users/public/k...090b54.jpg
Thanks (: Got the model from eekhoorn and it works perfectly


Meat Eater is related to another file, do a notify
Also dragons breath too
For flamethrower, all names started with ft_xxxxx
And speical force one is giving weapon

I have Meat Eater under the name of Leech.
Got the flamethrower one too.
Could you stick me up with something for the dragons breath?
I'll add special force later.


Btw what do you mean with import it? I already put it in and it works.

Oh and Turret didn't work and I couldn't make it work so I'm gonna put in something else.
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
  Reply
#7
Turret didn't work

look into extreme bunkermaker
--
  Reply
#8
(02-03-2011, 07:54)Eekhoorn Wrote: Turret didn't work

look into extreme bunkermaker
Btw have u seen my description about turret?
@ Azu
Can u set it to last stand at start and give him weapon? (set health thingy and a wait then give weapon )
Or maybe a MG
[Image: wyipjqo9qon7rc2v1lo.jpg]
  Reply
#9
(02-03-2011, 08:02)alistair3149 Wrote:
(02-03-2011, 07:54)Eekhoorn Wrote: Turret didn't work

look into extreme bunkermaker
Btw have u seen my description about turret?
@ Azu
Can u set it to last stand at start and give him weapon? (set health thingy and a wait then give weapon )
Or maybe a MG

No matter what I did, I couldn't make you go into last stand on my command. I could make the 'cowards way out' thing pop up but it doesnt make you crawl.
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
  Reply
#10
(02-03-2011, 13:40)AZUMIKKEL Wrote:
(02-03-2011, 08:02)alistair3149 Wrote:
(02-03-2011, 07:54)Eekhoorn Wrote: Turret didn't work

look into extreme bunkermaker
Btw have u seen my description about turret?
@ Azu
Can u set it to last stand at start and give him weapon? (set health thingy and a wait then give weapon )
Or maybe a MG

No matter what I did, I couldn't make you go into last stand on my command. I could make the 'cowards way out' thing pop up but it doesnt make you crawl.
Set health?
Or do some damage at start

For dragon's breath, it is in zxz's mod, just looking for spas_mp and do some edit
[Image: wyipjqo9qon7rc2v1lo.jpg]
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help [QUESTION][IDEA] Invisible Wall 99IRock 8 4,966 03-03-2013, 14:37
Last Post: Nekochan
  [Request] Temple Run Idea pollarpart 3 2,642 07-18-2012, 23:34
Last Post: pollarpart
Wink [Request] [IDEA]Spam Plugin alemonoes 5 3,632 07-03-2012, 07:26
Last Post: zxz0O0
  Help Need some idea advice Yamato 8 4,293 12-11-2011, 15:09
Last Post: Yamato
  [IDEA] editing code_gfx_pre/post.ff ProDiiGy 12 7,055 11-10-2011, 19:33
Last Post: ProDiiGy
Thumbs Up Had an idea.... the_pie_dude 0 1,634 10-27-2011, 12:39
Last Post: the_pie_dude
  [Request] Some idea? Yamato 49 20,805 09-09-2011, 21:21
Last Post: Pozzuh
  Idea for a vote? Scripts18 5 3,419 09-05-2011, 21:44
Last Post: Scripts18
Thumbs Up [Idea] RPG Mod C0keman 13 14,803 08-14-2011, 08:58
Last Post: Kylaii
  Help Any idea why non-english cant load my promod? koil 0 1,792 07-25-2011, 14:47
Last Post: koil

Forum Jump:


Users browsing this thread: 1 Guest(s)