Raised This Month: $12 Target: $400
 3% 

[HL] RPG-7


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Half-Life        Category:   Admin Commands        Approver:   ConnorMcLeod (74)
KORD_12.7
Senior Member
Join Date: Aug 2009
Location: Russia, Vladivostok
Old 09-23-2012 , 01:48   [HL] RPG-7
Reply With Quote #1

RPG-7 [AGHL.ru link]
version 1.1
by KORD_12.7 and Koshak

[IMG]http://img802.**************/img802/8262/hl1t.jpg[/IMG]


Supported mods:
  • Half-Life only.

Needed modules:

Description:
This plugin will add new weapon to game: The RPG-7 (Russian: РПГ-7) is a widely-produced, portable, unguided, shoulder-launched, anti-tank rocket-propelled grenade launcher. Originally the RPG-7 (Ручной Противотанковый Гранатомёт - Ruchnoy Protivotankovyy Granatomyot, Hand-held anti-tank grenade launcher) and its predecessor, the RPG-2, was designed by the Soviet Union; it is now manufactured by the Bazalt company. The weapon has the GRAU index 6G3. The English-language term "RPG", meaning "rocket-propelled grenade", though frequently encountered and reasonably descriptive, is not based on a literal translation.

Settings:
Code:
// Weapon settings
#define WEAPON_NAME 			"weapon_rpg7"
#define WEAPON_NAME_SCOPED 		"weapon_rpg7_scp"
#define WEAPON_SLOT			1
#define WEAPON_POSITION			4
#define WEAPON_PRIMARY_AMMO		"rockets_rpg7"
#define WEAPON_PRIMARY_AMMO_MAX		5
#define WEAPON_SECONDARY_AMMO		"" // NULL
#define WEAPON_SECONDARY_AMMO_MAX	-1
#define WEAPON_MAX_CLIP			1
#define WEAPON_DEFAULT_AMMO		1
#define WEAPON_FLAGS			0
#define WEAPON_WEIGHT			20
#define WEAPON_DAMAGE			200.0

// Hud
#define WEAPON_HUD_TXT_1		"sprites/weapon_rpg7.txt"
#define WEAPON_HUD_SPR_1		"sprites/weapon_rpg7.spr"
#define WEAPON_HUD_TXT_2		"sprites/weapon_rpg7_scp.txt"
#define WEAPON_HUD_SPR_2		"sprites/weapon_rpg7_scp.spr"

// Ammobox
#define AMMOBOX_CLASSNAME_1		"ammo_rpg7box"
#define AMMOBOX_CLASSNAME_2		"ammo_rpg7clip"

// Models
#define MODEL_WORLD			"models/w_rpg7.mdl"
#define MODEL_VIEW			"models/v_rpg7.mdl"
#define MODEL_VIEW_SCOPE		"models/v_rpg7_scp.mdl"
#define MODEL_PLAYER_1			"models/p_rpg7_1.mdl"
#define MODEL_PLAYER_2			"models/p_rpg7_2.mdl"
#define MODEL_CLIP_1			"models/w_rpg7_box_1.mdl"
#define MODEL_CLIP_2			"models/w_rpg7clip.mdl"
#define MODEL_ROCKET			"models/rpg7_rocket.mdl"

// Sounds
#define SOUND_FIRE			"weapons/rpg7_fire.wav"
#define SOUND_ZOOM			"weapons/sniper_zoom.wav"
#define SOUND_RELOAD_1			"weapons/rpg7_clip1.wav"
#define SOUND_RELOAD_2			"weapons/rpg7_clip2.wav"
#define SOUND_RELOAD_3			"weapons/rpg7_clip3.wav"
#define SOUND_ROCKET_FLY		"weapons/rpg7_rocket_fly.wav"

// Sprites
#define SPRITE_TRAIL			"sprites/smoke.spr"
#define SPRITE_EXPLODE			"sprites/rpg7_exp.spr"
#define SPRITE_EXPLODE_WATER		"sprites/WXplo1.spr"

// Rocket
#define ROCKET_VELOCITY			2000
#define ROCKET_CLASSNAME		"rpg7_rocket"

// Animation
#define ANIM_EXTENSION_1		"rpg"
#define ANIM_EXTENSION_2		"hive"

Credits:

Video:

Changelog:
1.0
  • First release.
1.1
  • Updated to new module API.
Note:
Do not use webcompiler aka "Get Plugin" button. Get Source and compile it manually.
Attached Thumbnails
Click image for larger version

Name:	hl 2012-09-23 16-26-46-96.jpg
Views:	2129
Size:	75.4 KB
ID:	109799   Click image for larger version

Name:	hl 2012-09-23 16-27-34-66.jpg
Views:	855
Size:	42.2 KB
ID:	109800  
Attached Files
File Type: zip resources.zip (1.13 MB, 1301 views)
File Type: sma Get Plugin or Get Source (wpn_rpg7.sma - 2471 views - 15.4 KB)
__________________

Vi Veri Veniversum Vivus Vici
Russian Half-Life and Adrenaline Gamer community

Last edited by KORD_12.7; 11-27-2012 at 05:35.
KORD_12.7 is offline
Send a message via ICQ to KORD_12.7
SPT1
Senior Member
Join Date: Aug 2012
Old 09-24-2012 , 06:55   Re: [HL] RPG-7
Reply With Quote #2

it will be good if you do something for cs
very few people play half life
__________________
AMXMODX
SPT1 is offline
smurfavr
Member
Join Date: Jan 2011
Location: Bulgaria
Old 09-24-2012 , 08:09   Re: [HL] RPG-7
Reply With Quote #3

if you do not play half life many more play it
__________________




smurfavr is offline
Send a message via Skype™ to smurfavr
alencore
Senior Member
Join Date: Oct 2011
Old 09-27-2012 , 13:02   Re: [HL] RPG-7
Reply With Quote #4

Cool! another new toy for my hldm server..tnx so much!!!

I've tested it and it was really great finally having a better RPG but it tends to crash
a lot. Probably when bots pick it up? I'm using hpb_bot, jk_botti and rcbot latest files
since their the only hldm bot stable on metamod along amxmodx.
__________________

Last edited by alencore; 09-28-2012 at 02:02.
alencore is offline
Old 10-03-2012, 01:50
alencore
This message has been deleted by YamiKaitou. Reason: wait 14 days before you bump
KORD_12.7
Senior Member
Join Date: Aug 2009
Location: Russia, Vladivostok
Old 11-27-2012 , 05:35   Re: [HL] RPG-7
Reply With Quote #5

Plugin updated.
__________________

Vi Veri Veniversum Vivus Vici
Russian Half-Life and Adrenaline Gamer community
KORD_12.7 is offline
Send a message via ICQ to KORD_12.7
bLacK-bLooD
AlliedModders Donor
Join Date: Jun 2008
Old 11-27-2012 , 09:35   Re: [HL] RPG-7
Reply With Quote #6

Is it possible to modify it in order work on cs 1.6 too? I am searching for a long time your type of plugins but i see nothing but for HL mod only.
bLacK-bLooD is offline
GordonFreeman (RU)
Veteran Member
Join Date: Jan 2010
Location: Uzbekistan
Old 11-27-2012 , 10:17   Re: [HL] RPG-7
Reply With Quote #7

Stfu noob
cs is piece of shit
__________________
The functional way is the right way
GordonFreeman (RU) is offline
bLacK-bLooD
AlliedModders Donor
Join Date: Jun 2008
Old 11-27-2012 , 10:26   Re: [HL] RPG-7
Reply With Quote #8

Well, that's a nice formal kind of expressing yourself. However, as a matter of fact, i remeber someone telling me that people from Uzbekistan are not that polite and they are raised with the minimum knowledge about the good manners.

Thus, i still ask my question and i am still looking forward to an answer from someone with common sense.

Last edited by bLacK-bLooD; 11-27-2012 at 10:50. Reason: *more personal attacks*
bLacK-bLooD is offline
KORD_12.7
Senior Member
Join Date: Aug 2009
Location: Russia, Vladivostok
Old 11-27-2012 , 21:39   Re: [HL] RPG-7
Reply With Quote #9

bLacK-bLooD, i don't play CS and i don't like it.
__________________

Vi Veri Veniversum Vivus Vici
Russian Half-Life and Adrenaline Gamer community
KORD_12.7 is offline
Send a message via ICQ to KORD_12.7
bLacK-bLooD
AlliedModders Donor
Join Date: Jun 2008
Old 11-28-2012 , 10:32   Re: [HL] RPG-7
Reply With Quote #10

Ok, thank you anyway for your quick response.
bLacK-bLooD is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:58.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode