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

Suggestion / Subplugin Request [4.3->5.0] Convert Plugin


Post New Thread Reply   
 
Thread Tools Display Modes
bnk
Junior Member
Join Date: Sep 2011
Location: Szazhalombatta, Hungary
Old 10-01-2011 , 11:13   Re: [4.3->5.0] Convert Plugin
Reply With Quote #31

Somebody can convert this plugin http://forums.alliedmods.net/showthread.php?t=111102 to 5.0?
__________________
--- Sorry for My bad English! ---

--- My zombie server!: 91.82.84.253:27020 ---
bnk is offline
Upadly
Junior Member
Join Date: Sep 2011
Location: Why you shot me?
Old 10-01-2011 , 14:50   Re: [4.3->5.0] Convert Plugin
Reply With Quote #32

try change prefix:

zp50_item_itemname.sma ( ONLY SMA !!)

And .sma files
Attached Files
File Type: sma Get Plugin or Get Source (zp50_class_zombie_boomer.sma - 432 views - 8.3 KB)
File Type: sma Get Plugin or Get Source (zp50_class_zombie_tank.sma - 651 views - 9.4 KB)
File Type: sma Get Plugin or Get Source (zp50_class_zombie_smoker.sma - 489 views - 13.9 KB)
File Type: sma Get Plugin or Get Source (zp50_class_zombie_hunter.sma - 477 views - 4.9 KB)
__________________
Sorry for bad english!


GO TO -----> www.soulburn.pl
Now i working on l4d/2 mod
Upadly is offline
plowed
Senior Member
Join Date: Oct 2010
Location: germany
Old 10-02-2011 , 15:00   Re: [4.3->5.0] Convert Plugin
Reply With Quote #33

PHP Code:
L 10/02/2011 14:53:07: [AMXXDisplaying debug trace (plugin "zm_vip.amxx")
L 10/02/2011 14:53:07: [AMXXRun time error 10native error (native "zp_get_user_ammo_packs")
L 10/02/2011 14:53:07: [AMXX]    [0zm_vip.sma::zp_user_infected_post (line 231)
L 10/02/2011 14:53:07: [ZPInvalid Player (0
Can someone convert this for me? Or explain how..
Attached Files
File Type: sma Get Plugin or Get Source (zm_vip.sma - 460 views - 31.1 KB)
__________________
Zombie Mod + gameMe stats :
plowed is offline
st6315
Member
Join Date: Apr 2010
Old 10-04-2011 , 13:23   Re: [4.3->5.0] Convert Plugin
Reply With Quote #34

The "[ZP] Extra item: Radar by InFiNiTi-Gamer" plugin has some bug, it will always show the dead zombie even when player set the "zp_zombie_radar_show_dead" to 0.
To fix this bug, include the zombieplague at begining of the script and change this line:
Code:
if ((is_user_connected(id)) && (zp_core_is_zombie(id)))
			{
				zombie_count++;
				zombie_list[zombie_count]=id;
			}
into this:

Code:
if ((is_user_alive(id)) && (zp_core_is_zombie(id)))
			{
				zombie_count++;
				zombie_list[zombie_count]=id;
			}
st6315 is offline
H.RED.ZONE
Veteran Member
Join Date: Sep 2011
Location: Serbia, Belgrade
Old 10-06-2011 , 09:43   Re: [4.3->5.0] Convert Plugin
Reply With Quote #35

Please convert this plugin...
Attached Files
File Type: sma Get Plugin or Get Source (bubble_shield.sma - 456 views - 7.5 KB)
__________________
H.RED.ZONE is offline
bnk
Junior Member
Join Date: Sep 2011
Location: Szazhalombatta, Hungary
Old 10-06-2011 , 13:10   Re: [4.3->5.0] Convert Plugin
Reply With Quote #36

I have an idea. If rewrite the zp50_zp43_compat.amxx, because I've noticed this plugin is NOT WORKING, then don't need rewrite every plugin. (Ex: zp_get_user_zombie = zp_core_is_zombie etc.)
__________________
--- Sorry for My bad English! ---

--- My zombie server!: 91.82.84.253:27020 ---
bnk is offline
MeRcyLeZZ
Veteran Member
Join Date: Dec 2007
Old 10-07-2011 , 18:11   Re: [4.3->5.0] Convert Plugin
Reply With Quote #37

Quote:
Originally Posted by MmikiM View Post
zp_antidote and bomb_fixed page 5 and 7 - [Sub-plugin Request]Antidote bomb - Extra item [Buy Grenade but after throw it work as normal Flare]
Working version here:
(uses its own cvars, so you shouldn't get any invalid cvar pointer errors)
(should be placed AFTER default grenade plugins in plugins-zp-xxxxx.ini)
Attached Files
File Type: sma Get Plugin or Get Source (zp_antidote_bomb_working1.sma - 740 views - 9.2 KB)
__________________

Last edited by MeRcyLeZZ; 10-09-2011 at 21:41.
MeRcyLeZZ is offline
gibson
Member
Join Date: Sep 2011
Old 10-08-2011 , 11:48   Re: [4.3->5.0] Convert Plugin
Reply With Quote #38

Run unlimited ammo in version 5.0 ?
gibson is offline
H.RED.ZONE
Veteran Member
Join Date: Sep 2011
Location: Serbia, Belgrade
Old 10-08-2011 , 22:53   Re: [4.3->5.0] Convert Plugin
Reply With Quote #39

Quote:
Originally Posted by gibson View Post
Run unlimited ammo in version 5.0 ?
http://forums.alliedmods.net/showpos...&postcount=973
This one is working just fine
__________________
H.RED.ZONE is offline
MmikiM
Senior Member
Join Date: Nov 2006
Location: Poland
Old 10-09-2011 , 07:39   Re: [4.3->5.0] Convert Plugin
Reply With Quote #40

Quote:
Originally Posted by MeRcyLeZZ View Post
Working version here:
(uses its own cvars, so you shouldn't get any invalid cvar pointer errors)
uhm.... I tested it and sorry but nothing happens...
__________________


Projects:
Zombie Elite - Technical: 100% Looking for models and sounds...
CS:Source Zombie -
Work in progress...
MmikiM 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 09:36.


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