• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Drop things to the ground?
#1
Yep...Another question...I am boring so I keep surfing the code in BO and I find this:

Code:
dropAllToGround( origin, radius, stickyObjectRadius )
{
    PhysicsExplosionSphere( origin, radius, radius, 0 );
    wait(0.05);
    maps\mp\gametypes\_weapons::dropWeaponsToGround( origin, radius );
    // grenades are now done in code when an entity they were on gets deleted
//    maps\mp\gametypes\_weapons::dropGrenadesToGround( origin, radius );
    maps\mp\gametypes\_supplydrop::dropCratesToGround( origin, radius );
    level notify( "drop_objects_to_ground", origin, stickyObjectRadius );
}

As you see, you can drop anything to the ground(My thought)
[Image: wyipjqo9qon7rc2v1lo.jpg]
  Reply
#2
Can anyone answer me plz?
[Image: wyipjqo9qon7rc2v1lo.jpg]
  Reply
#3
i think you can specify all kind of stuff with this, example on how long a carpackage is useable until it disappears/used or something
  Reply
#4
(12-02-2010, 11:41)d0h! Wrote: i think you can specify all kind of stuff with this, example on how long a carpackage is useable until it disappears/used or something
i have seen something like this in mp_radiation.gsc...i think this can drop something randomly on the ground like raining
[Image: wyipjqo9qon7rc2v1lo.jpg]
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  GTA V fun things RaZ 4 4,196 05-06-2015, 18:55
Last Post: RaZ
  Print a .iwi on the ground Keouf 14 6,637 07-13-2013, 19:49
Last Post: Keouf
  [Tutorial] Random Things 7 Yamato 8 5,579 04-25-2012, 15:06
Last Post: Yamato
  Preview Minecraft things Romuald27 3 4,219 01-21-2012, 17:16
Last Post: Romuald27
Information [Request] Few things iAegle 2 2,247 01-02-2012, 19:09
Last Post: JariZ
Wink 3 things.. Nekochan 5 3,543 11-17-2011, 04:27
Last Post: Metro-Police#45
Rainbow Some things for modding ( lol? ) Nekochan 6 4,061 11-10-2011, 09:29
Last Post: Pozzuh
  [Tutorial] Random Things 6 Yamato 8 5,371 10-12-2011, 11:46
Last Post: Yamato
  [Request] Things we need as modders rotceh_dnih 49 20,156 10-08-2011, 13:19
Last Post: Nekochan
Heart [Tutorial] Random Things 5 Yamato 3 3,468 10-08-2011, 12:23
Last Post: Nekochan

Forum Jump:


Users browsing this thread: 1 Guest(s)