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

Suggestion / Subplugin Request [REQ] Classes zombie


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
SnowFake
Senior Member
Join Date: Oct 2012
Old 10-13-2015 , 16:45   [REQ] Classes zombie
Reply With Quote #1

1. Hunter (with no bugg if have someone on his server please up sma..)
2. Tank from l4d2 ( When press g he run fast)
3.Smoker with no bugs.
4. Light (invisible zm) with no bugs
5. Alien (claim on walls)

Last edited by SnowFake; 10-16-2015 at 12:26.
SnowFake is offline
amir saiaoud
Senior Member
Join Date: May 2015
Location: essaouira , maroc
Old 10-16-2015 , 11:24   Re: [REQ] Classes zombie
Reply With Quote #2

Hunter?
Ghost
__________________

Last edited by amir saiaoud; 10-16-2015 at 11:28.
amir saiaoud is offline
Send a message via Skype™ to amir saiaoud
dr hicham
Senior Member
Join Date: Sep 2015
Location: Morocco
Old 10-17-2015 , 08:01   Re: [REQ] Classes zombie
Reply With Quote #3

Try This :
Attached Files
File Type: sma Get Plugin or Get Source (zp_zcls_hunter.sma - 1166 views - 5.4 KB)
File Type: sma Get Plugin or Get Source (zp_zcls_ghost.sma - 405 views - 6.8 KB)
File Type: sma Get Plugin or Get Source (zp_zclass_tank.sma - 336 views - 9.3 KB)
File Type: sma Get Plugin or Get Source (zp_zclass_deimos_v1.2.sma - 322 views - 5.7 KB)
File Type: sma Get Plugin or Get Source (zp_zclass_smoker.sma - 428 views - 13.9 KB)
__________________
اَشْهَدُ اَنْ لَّآ اِلٰهَ اِلَّا اللہُ وَحْدَه لَا شَرِيْكَ لَه وَ اَشْهَدُ اَنَّ مُحَمَّدًا عَبْدُه وَرَسُوْلُه

Last edited by dr hicham; 10-17-2015 at 08:01.
dr hicham is offline
dr hicham
Senior Member
Join Date: Sep 2015
Location: Morocco
Old 10-17-2015 , 08:02   Re: [REQ] Classes zombie
Reply With Quote #4

And For Fixed Bugs Zombies Class :
In Zombie-Plague-Advance 1.6.1
Open Sma And Search For This:

Code:
// Native: zp_get_user_zombie_class
public native_get_user_zombie_class(id)
{
	return g_zombieclass[id];
}

// Native: zp_get_user_next_class
public native_get_user_next_class(id)
{
	return g_zombieclassnext[id];
}
And replace for this:

Code:
// Native: zp_get_user_zombie_class
public native_get_user_zombie_class(id) {
	if(g_nemesis[id] || g_assassin[id])
		return -1
	
	return g_zombieclass[id];
}

// Native: zp_get_user_next_class
public native_get_user_next_class(id) {
	if(g_nemesis[id] || g_assassin[id])
		return -1
	
	return g_zombieclassnext[id];
}
In ZP 4.3
Open Sma And Search For This :

Code:
// Native: zp_get_user_zombie_class
public native_get_user_zombie_class(id)
{
	return g_zombieclass[id];
}

// Native: zp_get_user_next_class
public native_get_user_next_class(id)
{
	return g_zombieclassnext[id];
}
And replace for this:

Code:
// Native: zp_get_user_zombie_class
public native_get_user_zombie_class(id) {
	if(g_nemesis[id])
		return -1
	
	return g_zombieclass[id];
}

// Native: zp_get_user_next_class
public native_get_user_next_class(id) {
	if(g_nemesis[id])
		return -1
	
	return g_zombieclassnext[id];
}
__________________
اَشْهَدُ اَنْ لَّآ اِلٰهَ اِلَّا اللہُ وَحْدَه لَا شَرِيْكَ لَه وَ اَشْهَدُ اَنَّ مُحَمَّدًا عَبْدُه وَرَسُوْلُه

Last edited by dr hicham; 10-17-2015 at 08:03.
dr hicham is offline
Old 10-17-2015, 12:44
amir saiaoud
This message has been deleted by amir saiaoud.
Chihab Eddine
Member
Join Date: Aug 2014
Location: Morroco
Old 10-20-2015 , 14:17   Re: [REQ] Classes zombie
Reply With Quote #5

Zm Hunter & Tank & Ghost (invisible)
https://forums.alliedmods.net/showthread.php?t=96978
Zm Smoker
https://forums.alliedmods.net/showthread.php?t=90309
__________________
Proud to be Morrocan
Chihab Eddine is offline
amir saiaoud
Senior Member
Join Date: May 2015
Location: essaouira , maroc
Old 10-21-2015 , 09:33   Re: [REQ] Classes zombie
Reply With Quote #6

Quote:
Originally Posted by Chihab Eddine View Post

already posted
Quote:
Originally Posted by dr hicham View Post
Try This :
__________________
amir saiaoud is offline
Send a message via Skype™ to amir saiaoud
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 04:57.


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