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

Subplugin Submission [ZP] Extra Item: Rock Guitar


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
CrazY.
Veteran Member
Join Date: May 2015
Location: SP, Brazil
Old 11-11-2015 , 10:16   [ZP] Extra Item: Rock Guitar
Reply With Quote #1

[ZP] Extra Item: Rock Guitar
By: CrazY.



Description:
Quote:
  • This plugin add a new weapon in extra items menu with the name of Rock Guitar.
Included: (to all ZPS)
Quote:
  • amxmodx;
  • fun;
  • cstrike;
  • engine;
  • fakemeta;
  • hamsandwich;
Cvars:
Quote:
  • zp_rockguitar_damage_x 3.5 // Damage Multiplier For Rock Guitar
  • zp_rockguitar_clip 40 // Rock Guitar Clip
  • zp_rockguitar_bpammo 200 // Rock Guitar Bpammo
  • zp_rockguitar_shoot_speed 0.11 // Rock Guitar Shot Speed
  • zp_rockguitar_oneround 0 // Rock Guitar One Round? [0/1]
Configuration:
Quote:
PHP Code:
#define ITEM_NAME "Rock Guitar"
#define ITEM_COST 35 
Quote:
PHP Code:
new const V_GUITAR_MDL[64] = "models/zombie_plague/v_rock_guitar.mdl";
new const 
P_GUITAR_MDL[64] = "models/zombie_plague/p_rock_guitar.mdl";
new const 
W_GUITAR_MDL[64] = "models/zombie_plague/w_rock_guitar.mdl"
Change log:
Quote:
PHP Code:
v1.0
Released;

v1.1
Fixed the new round bug (zp_rockguitar_oneround);
Added support to ZP 5.0;
Added damage support for the bots without cs_ham_bots_api (.inc and .amxx); 
Next updates:
Quote:
  • A̶d̶d̶ ̶s̶u̶p̶p̶o̶r̶t̶ ̶t̶o̶ ̶w̶o̶r̶k̶ ̶w̶i̶t̶h̶ ̶Z̶P̶A̶ ̶a̶n̶d̶ ̶Z̶P̶5̶0̶;̶; - DONE -
  • Add a config for register this extra item only for admins/vips;
  • A̶d̶d̶ ̶d̶a̶m̶a̶g̶e̶ ̶s̶u̶p̶p̶o̶r̶t̶ ̶f̶o̶r̶ ̶b̶o̶t̶s̶ ̶w̶i̶t̶h̶o̶u̶t̶ ̶c̶s̶_̶h̶a̶m̶_̶b̶o̶t̶s̶_̶a̶p̶i̶ ̶(̶.̶i̶n̶c̶ ̶a̶n̶d̶ ̶.̶a̶m̶x̶x̶)̶; - DONE -
Attached Files
File Type: zip resources.zip (1.76 MB, 2920 views)
File Type: sma Get Plugin or Get Source (zp43_extra_rock_guitar.sma - 3115 views - 10.9 KB)
File Type: sma Get Plugin or Get Source (zpa_extra_rock_guitar.sma - 2010 views - 10.9 KB)
File Type: sma Get Plugin or Get Source (zp50_extra_rock_guitar.sma - 2189 views - 11.1 KB)
__________________









Last edited by CrazY.; 11-12-2015 at 07:53. Reason: Updated to v1.1
CrazY. is offline
arvEL.
Senior Member
Join Date: Dec 2014
Location: Iraq
Old 11-11-2015 , 10:22   Re: [ZP 4.3 + ZPA] Extra Item: Rock Guitar
Reply With Quote #2

nice work dude ^^
__________________
arvEL. is offline
Send a message via Skype™ to arvEL.
amir saiaoud
Senior Member
Join Date: May 2015
Location: essaouira , maroc
Old 11-11-2015 , 10:26   Re: [ZP 4.3 + ZPA] Extra Item: Rock Guitar
Reply With Quote #3

Good job Bro
__________________
amir saiaoud is offline
Send a message via Skype™ to amir saiaoud
CrazY.
Veteran Member
Join Date: May 2015
Location: SP, Brazil
Old 11-12-2015 , 07:53   Re: [ZP] Extra Item: Rock Guitar
Reply With Quote #4

Updated 11/12/2015.

Change log:
Quote:
PHP Code:
v1.1
Fixed the new round bug (zp_rockguitar_oneround);
Added support to ZP 5.0;
Added damage support for the bots without cs_ham_bots_api (.inc and .amxx); 
__________________









Last edited by CrazY.; 11-12-2015 at 07:54.
CrazY. is offline
botz
AlliedModders Donor
Join Date: Jan 2015
Old 11-18-2015 , 23:43   Re: [ZP] Extra Item: Rock Guitar
Reply With Quote #5

There is a problem

When the shooter shoots, he hears the GUITAR sound but other people in game only hear normal gun sound, please fix it for both , so both can hear the GUITAR SOUND shooter and the other people

Please post the code below and tell me what you changed / add

Thanks
__________________
botz is offline
CrazY.
Veteran Member
Join Date: May 2015
Location: SP, Brazil
Old 11-19-2015 , 08:01   Re: [ZP] Extra Item: Rock Guitar
Reply With Quote #6

Thank you for having warned, I'll fix the code.
__________________








CrazY. is offline
botz
AlliedModders Donor
Join Date: Jan 2015
Old 11-19-2015 , 16:10   Re: [ZP] Extra Item: Rock Guitar
Reply With Quote #7

Can you please fix the code and post it now, im waiting for it :/ i need it urgent now :/

Thanks for looking at my request
__________________
botz is offline
botz
AlliedModders Donor
Join Date: Jan 2015
Old 11-26-2015 , 17:24   Re: [ZP] Extra Item: Rock Guitar
Reply With Quote #8

Quote:
Originally Posted by botz View Post
There is a problem

When the shooter shoots, he hears the GUITAR sound but other people in game only hear normal gun sound, please fix it for both , so both can hear the GUITAR SOUND shooter and the other people

Please post the code below and tell me what you changed / add

Thanks
7 days and no fix yet? Can you please post the fix now..?
__________________
botz is offline
CrazY.
Veteran Member
Join Date: May 2015
Location: SP, Brazil
Old 11-26-2015 , 17:53   Re: [ZP] Extra Item: Rock Guitar
Reply With Quote #9

Sorry guy, I'm working on the new version of the zombie plague, sorry for the delay, I will soon fix this problem.
__________________








CrazY. is offline
wilian159
Member
Join Date: Dec 2013
Old 08-30-2016 , 18:57   Re: [ZP] Extra Item: Rock Guitar
Reply With Quote #10

He spent one year and has not yet set?
wilian159 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 20:03.


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