Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tactical insertion alternative
#11
(06-10-2012, 11:52)TheRaZ Wrote:
(06-08-2012, 20:04)Rendflex Wrote: The weapon is called "lightstick_mp", and can be used like any other weapon but has to be precached first.

Code:
precacheitem("lightstick_mp");

I precached it an tried to add it to myself, but I receive nothing.
How can I get it?

Mind sharing your .GSC?
Reply

#12
(06-10-2012, 16:55)Rendflex Wrote:
(06-10-2012, 11:52)TheRaZ Wrote: I precached it an tried to add it to myself, but I receive nothing.
How can I get it?

Mind sharing your .GSC?

Tried with a clean _rank.gsc.
Reply

#13
You have to take all other weapons from the player first, I'm not sure why.

So put
"self takeallweapons();" before you give the lightstick.
Reply

#14
(06-10-2012, 18:17)Rendflex Wrote: You have to take all other weapons from the player first, I'm not sure why.

So put
"self takeallweapons();" before you give the lightstick.

Yeah, now works Big Grin
Reply

#15
@Rendflex

Use this instead of "self takeallweapons();"


PHP Code:
onPlayerSpawned()
{
    
self endon("disconnect");

    for(;;)
    {
        
self waittill("spawned_player");
        
        
self takeweapon"semtex_mp" );
        
self takeweapon"claymore_mp" );
        
self takeweapon"frag_grenade_mp" );
        
self takeweapon"c4_mp" );

        
wait (0.5);
        
self giveweapon("lightstick_mp",0,false);
    }


It is working for me, but there is a problem with it's small shader: you can see the green lightstick icon only at first spawn, on the second spawn you can't see the green icon, but you already have the stick.

As others told, you need to add to it light effect and a world model if it dropped to the ground (or dropped after using it).
Reply

#16
3 words: WHAT THE HELL
this was freking awesome!
Reply

#17
There are two places on rust where you can see models glowing:
EdiT: on Skidrow there are exactly like the lightstick; maybe there will work...
[Image: sl62pk.png]
Reply

#18
@TheRaZ , use takeallweapons , is better .
Reply

#19
(06-13-2012, 11:49)Bloodfocus Wrote: @TheRaZ , use takeallweapons , is better .

If you use TakeAllWeapons it also takes your primary weapon and secondary, with @"Theraz"'s way it only takes the equipement so his way is better
[Image: azuw.jpg]
Reply

#20
(06-11-2012, 13:12)MuLtiHuN7eR Wrote: There are two places on rust where you can see models glowing:
EdiT: on Skidrow there are exactly like the lightstick; maybe there will work...

Where's @Yamato when you need him. Tongue
[Image: 30xhrep.png]

A casual conversation between barata and I about Nukem.
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Help mw2 tactical insertion fx on head? 26hz 5 4,478 08-27-2013, 23:04
Last Post: 26hz
  [Release] Tactical Training Mod Beta 2 Hixos 30 26,555 05-31-2013, 17:20
Last Post: kool123
Wink Preview Realistic Tactical Mod Dominator56 7 4,903 04-20-2013, 09:17
Last Post: Dominator56
  Tactical Crouch server thanatos 0 1,866 02-15-2013, 17:59
Last Post: thanatos
Brick [Release] Tactical Crouch Ich1994 5 4,104 01-21-2013, 21:59
Last Post: thanatos
  Help Why do I use PROMOD, tactical dagger in fly out and not pick it up? yefuqing 6 3,810 04-09-2012, 15:59
Last Post: yefuqing
  tactical grenades Camelot 2 2,029 03-22-2012, 08:40
Last Post: xbedestroyed
  Splinter Cell: Tactical Light Bulb Action Yamato 0 1,795 09-25-2011, 09:26
Last Post: Yamato
  [Request] New Tactical GunGame DeMenTor 6 4,115 07-24-2011, 20:49
Last Post: Scripts18
  [Request] The BRM mod (tactical) for Black Ops TheRafal 7 3,671 06-30-2011, 10:54
Last Post: oneup0509

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.