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

Subplugin Submission [ZP 4.3 + 5.0] Extra Item: Cart Blue (2 modes, 2 huds)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
KORD_12.7
Senior Member
Join Date: Aug 2009
Location: Russia, Vladivostok
Old 05-23-2013 , 03:03   [ZP 4.3 + 5.0] Extra Item: Cart Blue (2 modes, 2 huds)
Reply With Quote #1

Extra Item: Cart Blue
version 1.1
by KORD_12.7


Needed modules:
  • HamSandWich
  • Fakemeta

Description:
This plugin will add new extra item to your server - Cart Blue (CSO like). It have 2 modes, switching through 2 huds.

Settings:
Code:
// Main
#define WEAPON_REFERANCE		"weapon_ak47"

#define WEAPON_NAME_C 			"weapon_cartbluec_aghlru"
#define WEAPON_NAME_S			"weapon_cartblues_aghlru"

#define WEAPON_MAX_CLIP			30
#define WEAPON_DEFAULT_AMMO		90

#define WEAPON_FOV_ZOOM			20
#define WEAPON_MAX_SPEED		230.0

#define WEAPON_MULTIPLIER_DAMAGE 	1.1

#define WEAPON_TIME_NEXT_IDLE 		5.46
#define WEAPON_TIME_NEXT_ATTACK_C 	0.0955
#define WEAPON_TIME_NEXT_ATTACK_S 	0.25

#define WEAPON_TIME_DELAY_DEPLOY 	1.0
#define WEAPON_TIME_DELAY_RELOAD 	3.46
#define WEAPON_TIME_DELAY_SWITCH	4.83

// Extra
#define ZP_ITEM_NAME			"Cart Blue" 
#define ZP_ITEM_COST			0

// Models
#define MODEL_WORLD		"models/aghlru/w_cartblue.mdl"
#define MODEL_VIEW		"models/aghlru/v_cartblue.mdl"
#define MODEL_PLAYER		"models/aghlru/p_cartblue.mdl"
#define MODEL_SHELL		"models/rshell.mdl"

// Sounds
#define SOUND_FIRE_C		"weapons/cartblue_l.wav"
#define SOUND_FIRE_S		"weapons/cartblue_h.wav"

// Sprites
#define WEAPON_HUD_SPR_C	"sprites/aghlru/cartblue.spr"
#define WEAPON_HUD_SPR_S	"sprites/aghlru/sniper_cartblue.spr"

#define WEAPON_HUD_TXT_C	"sprites/weapon_cartbluec_aghlru.txt"
#define WEAPON_HUD_TXT_S	"sprites/weapon_cartblues_aghlru.txt"

// Animation
#define ANIM_EXTENSION		"carbine"

Video:

Changelog:
1.0
  • First release.
1.1
  • Rewrited weapolist update functions.
Attached Thumbnails
Click image for larger version

Name:	hl 2013-05-23 17-01-27-86.jpg
Views:	1599
Size:	65.3 KB
ID:	120179  
Attached Files
File Type: zip resources.zip (877.6 KB, 1355 views)
File Type: sma Get Plugin or Get Source (zp_extra_cso_cartblue_aghlru.sma - 1454 views - 34.5 KB)
__________________

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

Last edited by KORD_12.7; 05-24-2013 at 07:36.
KORD_12.7 is offline
Send a message via ICQ to KORD_12.7
WaLkMaN
Senior Member
Join Date: Oct 2010
Location: Varna, Bulgaria
Old 05-23-2013 , 03:49   Re: [ZP 4.3 + 5.0] Extra Item: Cart Blue (2 modes, 2 huds)
Reply With Quote #2

Cool
WaLkMaN is offline
Freedo.m
Junior Member
Join Date: Jul 2011
Old 05-23-2013 , 11:50   Re: [ZP 4.3 + 5.0] Extra Item: Cart Blue (2 modes, 2 huds)
Reply With Quote #3

Simply great weapon. Would you like to make m79? Thank you very much.
Freedo.m is offline
ShadyLTD
Member
Join Date: Oct 2012
Old 05-23-2013 , 21:38   Re: [ZP 4.3 + 5.0] Extra Item: Cart Blue (2 modes, 2 huds)
Reply With Quote #4

HAHA, that weapon is badass! I like the little dude on the gun HAHA.
__________________
ShadyLTD is offline
being noob
Senior Member
Join Date: Jan 2012
Location: Hindustan!!
Old 05-24-2013 , 03:04   Re: [ZP 4.3 + 5.0] Extra Item: Cart Blue (2 modes, 2 huds)
Reply With Quote #5

Aw3S0ME
Dude make skull3 like this
__________________
<3<3
being noob is offline
KORD_12.7
Senior Member
Join Date: Aug 2009
Location: Russia, Vladivostok
Old 05-24-2013 , 07:36   Re: [ZP 4.3 + 5.0] Extra Item: Cart Blue (2 modes, 2 huds)
Reply With Quote #6

Updated:

1.1
  • Rewrited weapolist update functions.
__________________

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
Catastrophe
Veteran Member
Join Date: Jul 2012
Location: somewhere between narnia
Old 05-24-2013 , 08:03   Re: [ZP 4.3 + 5.0] Extra Item: Cart Blue (2 modes, 2 huds)
Reply With Quote #7

Why do we use #tryinclude ?
Catastrophe is offline
KORD_12.7
Senior Member
Join Date: Aug 2009
Location: Russia, Vladivostok
Old 05-24-2013 , 08:05   Re: [ZP 4.3 + 5.0] Extra Item: Cart Blue (2 modes, 2 huds)
Reply With Quote #8

Why not?
__________________

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

Last edited by KORD_12.7; 05-24-2013 at 08:17.
KORD_12.7 is offline
Send a message via ICQ to KORD_12.7
gubka
Veteran Member
Join Date: Jan 2012
Location: Russia
Old 05-25-2013 , 17:08   Re: [ZP 4.3 + 5.0] Дополнительный Пункт: Голубой Корзин
Reply With Quote #9

Catastrophe, LOL #tryinclude, is similar to #include, but if the file doesn't exist the compilation does not fail. This is useful for only including features in your plagin , when you can not be used natives from zp, for example
__________________

Last edited by gubka; 05-25-2013 at 17:15.
gubka is offline
Send a message via ICQ to gubka
11922911
Senior Member
Join Date: Dec 2011
Location: Yuen Long Country
Old 05-28-2013 , 05:58   Re: [ZP 4.3 + 5.0] Extra Item: Cart Blue (2 modes, 2 huds)
Reply With Quote #10

Quote:
Originally Posted by KORD_12.7 View Post
Description:
This plugin will add new extra item to your server - Cart Blue (CSO like). It have 2 modes, switching through 2 huds.
How did you do that?
__________________
youtube:
@holla16

Last edited by 11922911; 05-28-2013 at 05:59.
11922911 is offline
Reply



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 17:30.


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