Raised This Month: $ Target: $400
 0% 

Subplugin Submission [ZP] Extra Item : MP5 Navy Grenade Launcher


Post New Thread Reply   
 
Thread Tools Display Modes
sunx
Veteran Member
Join Date: Mar 2009
Location: Germany
Old 11-26-2009 , 20:46   Re: [ZP] Extra Item : MP5 Navy Grenade Launcher
Reply With Quote #21

Quote:
Originally Posted by Russiaboy View Post
German:

Code:
[de]
FIRST_NEEDED = Du brauchst erst ein MP5 Grenade Launcher.
BOUGH_2 = Sie haben 2 Granaten gekauft.
ALREADY = Sie haben bereits ein MP5 Grenade Launcher.
BOUGHT_MP5 = Sie haben bereits eine MP5 Grenade Launcher.
ONLY_BUY = Sie können nur Granaten kaufen wenn sie keine mehr haben.
OUT_OF = Sie haben keine m203 grenades mehr zur verfüguung!
KILLED_TEAMMATE = Du hast ein Teamkamaraden getötet.
ATTACKED_TEAMMATE = %s greifte ein Teamkamaraden an.
Learn german, before you post shit like that ....

REAL GERMAN:

Code:
[de]
FIRST_NEEDED = Du brauchst zuerst einen MP5 Grenade Launcher.
BOUGH_2 = Du hast 2 Granaten gekauft.
ALREADY = Du hast bereits einen MP5 Grenade Launcher.
BOUGHT_MP5 = Du hast einen MP5 Navy Nade Launcher gekauft.
ONLY_BUY = Kaufe nur Granaten, wenn keine mehr vorhanden sind.
OUT_OF = Du hast keine m203 Granaten mehr zu verfuegung!
KILLED_TEAMMATE = Du hast einen Teamkameraden getötet.
ATTACKED_TEAMMATE = %s hat einen Teamkameraden angegriffen.
anyway this plugins sucks ... if anyone wants a fixed version without killing himself and teammates from nades, PM me ...
__________________


Last edited by sunx; 11-26-2009 at 20:52.
sunx is offline
papyrus_kn
Senior Member
Join Date: Feb 2009
Location: Bulgaria
Old 05-10-2010 , 09:52   Re: [ZP] Extra Item : MP5 Navy Grenade Launcher
Reply With Quote #22

Code:
[bg]
FIRST_NEEDED = Purvo se nujdaete ot MP5 Grenade Launcher.
BOUGH_2 = Vie zakupihte 2 granati.
ALREADY = Veche imate MP5 Grenade Launcher.
BOUGHT_MP5 = Vie zakupihte MP5 Navy Nade Launcher.
ONLY_BUY = Samo kupuvayte granati, kogato Vi svurshat.
OUT_OF = Veche nyamate m203 granati!
KILLED_TEAMMATE = Vie ubihte suotbornik.
ATTACKED_TEAMMATE = %s atakuva suotbaornik.
__________________
papyrus_kn is offline
Send a message via Skype™ to papyrus_kn
georgik57
Veteran Member
Join Date: Oct 2008
Location: 🎧Music World
Old 05-11-2010 , 05:09   Re: [ZP] Extra Item : MP5 Navy Grenade Launcher
Reply With Quote #23

Quote:
Originally Posted by sunx View Post
anyway this plugins sucks ... if anyone wants a fixed version without killing himself and teammates from nades, PM me ...
the one edited by me?
__________________
georgik57 is offline
Send a message via MSN to georgik57 Send a message via Yahoo to georgik57 Send a message via Skype™ to georgik57
albert123
Veteran Member
Join Date: Mar 2009
Location: VietNam, Hai Phong
Old 05-11-2010 , 09:31   Re: [ZP] Extra Item : MP5 Navy Grenade Launcher
Reply With Quote #24

Try this, 5cor share it
Creat a new cvar or creat get_cvar_num(mp_friendlyfire).
PHP Code:
register_cvar("friend_dmg","1"//friend dmg 
Add this at function do_victim
PHP Code:
do_victim(victim,attacker,damage,tk)
{
new 
namek[32],namev[32],authida[35],authidv[35],teama[32],teamv[32]
get_user_name(victim,namev,31)
get_user_name(attacker,namek,31)
get_user_authid(victim,authidv,34)
get_user_authid(attacker,authida,34)
get_user_team(victim,teamv,31)
get_user_team(attacker,teama,31)

if(
get_user_team(attacker) == get_user_team(victim) && !zp_get_user_zombie(victim) && !zp_get_user_nemesis(victim) && !get_cvar_num("friend_dmg"))
return 

Nade won't explode on your face when you run and fire m, change this at line 295
PHP Code:
if ( pToucher && is_valid_ent(pToucher)) 
__________________
albert123 is offline
fiendshard
Senior Member
Join Date: Dec 2009
Location: In Water
Old 05-11-2010 , 09:47   Re: [ZP] Extra Item : MP5 Navy Grenade Launcher
Reply With Quote #25

Quote:
Originally Posted by georgik57 View Post
the one edited by me?
can you upload that version that does not make self-damage?
__________________
fiendshard is offline
Shidla
Senior Member
Join Date: Nov 2008
Location: Russia, Moscow
Old 05-11-2010 , 11:00   Re: [ZP] Extra Item : MP5 Navy Grenade Launcher
Reply With Quote #26

Russian:
Code:
[ru]
FIRST_NEEDED = Сначала нужно купить гранатомёт MP5.
BOUGH_2 = Вы купили 2 гранаты.
ALREADY = У Вас уже есть гранатомёт MP5.
BOUGHT_MP5 = Вы купили гранатомёт MP5.
ONLY_BUY = Можно покупать гранаты только если они закончились.
OUT_OF = У Вас закончились гранаты m203!
KILLED_TEAMMATE = Вы убили своего.
ATTACKED_TEAMMATE = %s атаковал своего.
CodePage: UTF-8*BOM
__________________
[Russian Federation] NOT USSR
This is madness?! This is Shidla!
[ZP] Laser Mine 2.8.2 ML (NEW !!2013!!) | [ZP] New Win Msg 1.4
| [ZP] MutaDote 1.1
Shidla is offline
Send a message via ICQ to Shidla Send a message via Skype™ to Shidla
georgik57
Veteran Member
Join Date: Oct 2008
Location: 🎧Music World
Old 05-11-2010 , 13:37   Re: [ZP] Extra Item : MP5 Navy Grenade Launcher
Reply With Quote #27

Quote:
Originally Posted by fiendshard View Post
can you upload that version that does not make self-damage?
i don't have it anymore in my pc...that's why i'm asking sunx
anyway it's easy to make
just add a reason at the make damage task
PHP Code:
if (!zp_get_user_zombie(id))
return; 
__________________
georgik57 is offline
Send a message via MSN to georgik57 Send a message via Yahoo to georgik57 Send a message via Skype™ to georgik57
Kronic
Member
Join Date: Apr 2010
Location: U.S
Old 07-05-2010 , 20:27   Re: [ZP] Extra Item : MP5 Navy Grenade Launcher
Reply With Quote #28

Doesn't work at all for me. Even edited it and re-compiled it and still no luck. Not sure what's wrong.
Kronic is offline
naSTR
Veteran Member
Join Date: Dec 2011
Location: Asia, Mongolia
Old 02-26-2012 , 16:55   Re: [ZP] Extra Item : MP5 Navy Grenade Launcher
Reply With Quote #29

sorry for reviving old thread but got error logs... im using zp4.3fix5a
PHP Code:
L 02/27/2012 05:50:06: [ENGINEInvalid entity 193
L 02
/27/2012 05:50:06: [AMXXDisplaying debug trace (plugin "zp_mp5_mod.amxx")
L 02/27/2012 05:50:06: [AMXXRun time error 10native error (native "entity_get_string")
L 02/27/2012 05:50:06: [AMXX]    [0zp_mp5_mod.sma::vexd_pfntouch (line 295
__________________

Last edited by naSTR; 02-26-2012 at 16:55.
naSTR is offline
Posable
Senior Member
Join Date: Mar 2012
Old 03-06-2012 , 16:58   Re: [ZP] Extra Item : MP5 Navy Grenade Launcher
Reply With Quote #30

Can this work on zp . 5.O ?
__________________


Server Zm Back To Work 1000+ FPS Tickets

Posable is offline
Send a message via Skype™ to Posable
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 11:36.


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