Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[GSC] All Weapon/Camo/Perk/Killstreak Names
#11
How to get the carepackage when saying !cp ? (carepackage_assault)
[Image: b_560_95_1.png]
[Image: hax0r3ez.gif]
Reply

#12
Also, really usefull this, used this over 100 times already Smile
Uhm I look in the list, but I can't find the good name for the L86 LSW.
Does someone know the iw5_ name?
Thanks in advance
[Image: b_560_95_1.png]
[Image: hax0r3ez.gif]
Reply

#13
(12-23-2012, 17:49)99IRock Wrote: Also, really usefull this, used this over 100 times already Smile
Uhm I look in the list, but I can't find the good name for the L86 LSW.
Does someone know the iw5_ name?
Thanks in advance

iw5_sa80_mp I think
Reply

#14
(12-23-2012, 18:04)8q4s8 Wrote:
(12-23-2012, 17:49)99IRock Wrote: Also, really usefull this, used this over 100 times already Smile
Uhm I look in the list, but I can't find the good name for the L86 LSW.
Does someone know the iw5_ name?
Thanks in advance

iw5_sa80_mp I think

Yep I tryed that one even before you said it xD, and it was right thanks.
Kinda wierd when the name is L86 that it is sa80 0.o.
But thank you.

And then my other question, is there somehow an attachment rapidfire ?
[Image: b_560_95_1.png]
[Image: hax0r3ez.gif]
Reply

#15
(12-23-2012, 22:04)99IRock Wrote:
(12-23-2012, 18:04)8q4s8 Wrote:
(12-23-2012, 17:49)99IRock Wrote: Also, really usefull this, used this over 100 times already Smile
Uhm I look in the list, but I can't find the good name for the L86 LSW.
Does someone know the iw5_ name?
Thanks in advance

iw5_sa80_mp I think

Yep I tryed that one even before you said it xD, and it was right thanks.
Kinda wierd when the name is L86 that it is sa80 0.o.
But thank you.

And then my other question, is there somehow an attachment rapidfire ?

I'm not sure but i think it's iw5_sa80_mp_rof
Reply

#16
(12-23-2012, 22:37)8q4s8 Wrote:
(12-23-2012, 22:04)99IRock Wrote:
(12-23-2012, 18:04)8q4s8 Wrote:
(12-23-2012, 17:49)99IRock Wrote: Also, really usefull this, used this over 100 times already Smile
Uhm I look in the list, but I can't find the good name for the L86 LSW.
Does someone know the iw5_ name?
Thanks in advance

iw5_sa80_mp I think

Yep I tryed that one even before you said it xD, and it was right thanks.
Kinda wierd when the name is L86 that it is sa80 0.o.
But thank you.

And then my other question, is there somehow an attachment rapidfire ?

I'm not sure but i think it's iw5_sa80_mp_rof

Okay I will test it soon, thankyou
[Image: b_560_95_1.png]
[Image: hax0r3ez.gif]
Reply

#17
Tell me and how to change the characteristics of the weapons, for example damage?
Reply

#18
Code from @archit (http://www.itsmods.com/forum/Thread-Help...sible.html)
CSHARP Code
  1. Desert eagle insta kill :
  2. public override int OnPlayerDamaged(ServerClient Attacker, ServerClient Victim, string Weapon, int Damage, string DamageMod, HitLocations HitLocation)
  3. {
  4. if (Weapon.Contains("desert")) // This is the gun
  5. return 100; // This is how much it hits with one bullet
  6. else
  7. return base.OnPlayerDamaged(Attacker, Victim, Weapon, Damage, DamageMod, HitLocation);
  8. }
[Image: b_560_95_1.png]
[Image: hax0r3ez.gif]
Reply

#19
(12-28-2012, 13:53)99IRock Wrote: Code from @archit (http://www.itsmods.com/forum/Thread-Help...sible.html)
CSHARP Code
  1. Desert eagle insta kill :
  2. public override int OnPlayerDamaged(ServerClient Attacker, ServerClient Victim, string Weapon, int Damage, string DamageMod, HitLocations HitLocation)
  3. {
  4. if (Weapon.Contains("desert")) // This is the gun
  5. return 100; // This is how much it hits with one bullet
  6. else
  7. return base.OnPlayerDamaged(Attacker, Victim, Weapon, Damage, DamageMod, HitLocation);
  8. }

Hi all! How do I make premium (Donate) were given weapons to spawn automatically becomes the primary weapon!
Reply

#20
(12-28-2012, 14:42)Neo-Mini Wrote:
(12-28-2012, 13:53)99IRock Wrote: Code from @archit (http://www.itsmods.com/forum/Thread-Help...sible.html)
CSHARP Code
  1. Desert eagle insta kill :
  2. public override int OnPlayerDamaged(ServerClient Attacker, ServerClient Victim, string Weapon, int Damage, string DamageMod, HitLocations HitLocation)
  3. {
  4. if (Weapon.Contains("desert")) // This is the gun
  5. return 100; // This is how much it hits with one bullet
  6. else
  7. return base.OnPlayerDamaged(Attacker, Victim, Weapon, Damage, DamageMod, HitLocation);
  8. }

Hi all! How do I make premium (Donate) were given weapons to spawn automatically becomes the primary weapon!
Use the event
CSHARP Code
  1. public override void OnPlayerSpawned(ServerClient Client)


And then the code for weapons.
CSHARP Code
  1. int WepID = GetWeapon("iw5_ak47_mp_xmags_kick_red"); // The weapon
  2. Client.Other.PrimaryWeapon = WepID; //Gives the weapon
  3. Client.Ammo.PrimaryAmmoClip += 200; // The ammo he gets
[Image: b_560_95_1.png]
[Image: hax0r3ez.gif]
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [Request] Anoying and bad names kicker! Misterio 1 2,255 10-15-2013, 09:41
Last Post: Nekochan
Question Help Mw2 weapon skin question FroxIVx4 1 2,791 10-13-2013, 16:54
Last Post: hmann
Question Help Weapon Name iRoNinja 8 6,087 10-08-2013, 08:31
Last Post: iRoNinja
  Help Getting string from perk? DidUknowiPwn 3 3,100 09-27-2013, 19:10
Last Post: Nekochan
Wink [Release] se7en_ace's I'm On A Bus [Nuketown Texture Mod + Camo] Ace 12 12,876 09-22-2013, 02:58
Last Post: Ace
  Mw2 weapon porting? Cuddlyedits 3 4,408 09-15-2013, 16:43
Last Post: DidUknowiPwn
Rainbow [Release] MW3: Random Weapon Plugin V1 Nekochan 50 30,838 09-11-2013, 15:11
Last Post: EnVi Sweden Rocks
Exclamation [Request] Random Weapon At Spawn Scripts18 3 4,451 07-27-2013, 23:53
Last Post: DidUknowiPwn
  Duration killstreak The Tronuo 2 2,593 07-12-2013, 18:33
Last Post: The Tronuo
  Help Mw2 weapon skin question FroxIVx4 1 2,714 07-06-2013, 19:22
Last Post: surtek

Forum Jump:


Users browsing this thread:
1 Guest(s)

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