Raised This Month: $ Target: $400
 0% 

Could you add this plugin a leap cooldown ?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
darkbad945
Senior Member
Join Date: May 2008
Old 07-16-2010 , 22:33   Could you add this plugin a leap cooldown ?
Reply With Quote #1

Here is the code...

Code:
/*				
/				
/				
/					[ZP] Zombie Long Jump
/					 (new zombie class)
/
/					    by The_Thing
/
/
/	Description :
/
/	So what can I say? This is usual Zombie class but this zombie will have long jump already. (without delay)
/
/	
/
/
/
/	Changelog :
/
/	04/10/2008 - v1.0 - First release
/	05/10/2008 - v1.1 - fixed bug that cause long jump to all zombie classes...
/	10/10/2008 - v1.2 - fixed again this bug from v1.1 
/
/
/
/
/
/
*/

#include <amxmodx>
#include <fun>
#include <zombieplague>
	
new const zclass_name6[] = { "Long Jump Zombie" }
new const zclass_info6[] = { "HP+ Speed+ Gravity++ Knockback++" }
new const zclass_model6[] = { "zombie_source" }
new const zclass_clawmodel6[] = {"v_knife_zombie.mdl" }
const zclass_health6 = 2200
const zclass_speed6 = 230
const Float:zclass_gravity6 = 0.5
const Float:zclass_knockback6 = 1.7

new g_zclass_LongJump6

public plugin_precache()
{
	register_plugin("[ZP] Zombie Long Jump", "1.2", "The_Thing")
	
	g_zclass_LongJump6 = zp_register_zombie_class(zclass_name6, zclass_info6, zclass_model6, zclass_clawmodel6, zclass_health6, zclass_speed6, zclass_gravity6, zclass_knockback6)
}

public zp_user_infected_post(player, infector)
{
	if(zp_get_user_zombie_class(player) == g_zclass_LongJump6)
	{
		give_item(player, "item_longjump")
	}
	client_print(player, print_chat,"")
}
darkbad945 is offline
Ryokin
Senior Member
Join Date: Jan 2010
Old 07-16-2010 , 23:33   Re: Could you add this plugin a leap cooldown ?
Reply With Quote #2

search in zp forum
__________________
NH4CL + NaOH -> NH3 + H2O + NaCL
Ryokin is offline
darkbad945
Senior Member
Join Date: May 2008
Old 07-17-2010 , 14:26   Re: Could you add this plugin a leap cooldown ?
Reply With Quote #3

I did there isnt.... there is another leap zm but it does it's leap with duck+e wich is not good for me. I need this leap zombie to be with cooldown...
darkbad945 is offline
mottzi
Veteran Member
Join Date: May 2010
Location: Switzerland
Old 07-17-2010 , 14:54   Re: Could you add this plugin a leap cooldown ?
Reply With Quote #4

requests not in this forum °.°
__________________
Quote:
#define true ((rand() % 2)? true: false) //Happy debugging suckers
mottzi is offline
Send a message via MSN to mottzi
DarkGod
SourceMod DarkCrab
Join Date: Jul 2007
Location: Sweden
Old 07-17-2010 , 15:23   Re: Could you add this plugin a leap cooldown ?
Reply With Quote #5

Also, this plugin doesn't even work if you're using Steam CS...
__________________
DarkGod is offline
Send a message via AIM to DarkGod Send a message via MSN to DarkGod
ot_207
Veteran Member
Join Date: Jan 2008
Location: Romania The Love Country
Old 07-17-2010 , 15:26   Re: Could you add this plugin a leap cooldown ?
Reply With Quote #6

Quote:
Originally Posted by DarkGod View Post
Also, this plugin doesn't even work if you're using Steam CS...
If you are using McLeod's fix it does.
__________________
My approved plug-ins | Good for newbies! | Problems?

Back, will come around when I have time.
ot_207 is offline
DarkGod
SourceMod DarkCrab
Join Date: Jul 2007
Location: Sweden
Old 07-17-2010 , 16:30   Re: Could you add this plugin a leap cooldown ?
Reply With Quote #7

Quote:
Originally Posted by ot_207 View Post
If you are using McLeod's fix it does.
I wouldn't call it a fix, he made his own longjump.
__________________
DarkGod is offline
Send a message via AIM to DarkGod Send a message via MSN to DarkGod
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 07:13.


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