Page 1 of 1

I want make zombie kill not infect

Posted: 11 Jul 2019, 13:22
by z0h1r-LK
How to make zombie kill not infect
are there native or function or any thing to make zombie kill not infect
understand me

Re: I want make zombie kill not infect

Posted: 11 Jul 2019, 14:19
by Muhammet20
lizoumapper wrote: 4 years ago How to make zombie kill not infect
are there native or function or any thing to make zombie kill not infect
understand me

Code: Select all

public ze_user_infected_pre(iVictim, iInfector, iDamage)
{
	user_silentkill(id)
	return 1;
}

Re: I want make zombie kill not infect

Posted: 11 Jul 2019, 14:38
by z0h1r-LK
ok thanks
i want others things
how to fix thiis :

Code: Select all

AMX Mod X Compiler 1.9.0.5241
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2013 AMX Mod X Team

Warning: Symbol "client_disconnect" is marked as deprecated: Use client_disconnected() instead. on line 46

Warning: Tag mismatch on line 83
Warning: Tag mismatch on line 86
Warning: Tag mismatch on line 130
Warning: Tag mismatch on line 130
Header size:           1432 bytes
Code size:             4232 bytes
Data size:             2076 bytes
Stack/heap size:      16384 bytes
Total requirements:   24124 bytes

5 Warnings.
Done.

Re: I want make zombie kill not infect

Posted: 11 Jul 2019, 14:55
by Raheem
Which one you need to fix?

Also check the post by Muhammet20 i edited it.

Re: I want make zombie kill not infect

Posted: 12 Jul 2019, 14:14
by Mark
lizoumapper wrote: 4 years ago ok thanks
i want others things
how to fix thiis :

Code: Select all

AMX Mod X Compiler 1.9.0.5241
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2013 AMX Mod X Team

Warning: Symbol "client_disconnect" is marked as deprecated: Use client_disconnected() instead. on line 46

Warning: Tag mismatch on line 83
Warning: Tag mismatch on line 86
Warning: Tag mismatch on line 130
Warning: Tag mismatch on line 130
Header size:           1432 bytes
Code size:             4232 bytes
Data size:             2076 bytes
Stack/heap size:      16384 bytes
Total requirements:   24124 bytes

5 Warnings.
Done.
Tells you how to fix.

Warning: Symbol "client_disconnect" is marked as deprecated: Use client_disconnected() instead. on line 46

So on line 46 of that plugin change

client_disconnect ==>> client_disconnected