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

HELP: Biohazard - Ts = Zombies


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Melisko
Senior Member
Join Date: Feb 2010
Old 11-01-2010 , 04:22   HELP: Biohazard - Ts = Zombies
Reply With Quote #1

Hi guys , I need to know if there is a way to make all T team Zombies.... At roundstart , i searched the .sma and .cfg files but nothing... Pls help me . Thx

Link for the cheap suits biohazard : https://forums.alliedmods.net/showthread.php?t=68523
Melisko is offline
Melisko
Senior Member
Join Date: Feb 2010
Old 11-08-2010 , 15:43   Re: HELP: Biohazard - Ts = Zombies
Reply With Quote #2

After a week , nobody can help me??? Please I need it....
Melisko is offline
Altecaho
Senior Member
Join Date: Oct 2010
Old 11-08-2010 , 16:31   Re: HELP: Biohazard - Ts = Zombies
Reply With Quote #3

if(get_user_team(id) == 1)
{
//Command which makes player a zombie ( i don't know biohazard )
}
Altecaho is offline
Melisko
Senior Member
Join Date: Feb 2010
Old 11-09-2010 , 13:21   Re: HELP: Biohazard - Ts = Zombies
Reply With Quote #4

Quote:
Originally Posted by Altecaho View Post
if(get_user_team(id) == 1)
{
//Command which makes player a zombie ( i don't know biohazard )
}

..... thx anyway.... but I need a sub-plugin or change something in biohazard plugin to make Zombies from all T-Team.
Melisko is offline
Altecaho
Senior Member
Join Date: Oct 2010
Old 11-09-2010 , 13:57   Re: HELP: Biohazard - Ts = Zombies
Reply With Quote #5

Search for a line (in biohazard) which makes player to be a zombie (I don't know how bhz is working) and edit there
Altecaho is offline
Melisko
Senior Member
Join Date: Feb 2010
Old 11-09-2010 , 14:10   Re: HELP: Biohazard - Ts = Zombies
Reply With Quote #6

Quote:
Originally Posted by Altecaho View Post
Search for a line (in biohazard) which makes player to be a zombie (I don't know how bhz is working) and edit there
Omfg.... That plugin is massive -.-

Last edited by Melisko; 11-09-2010 at 14:21.
Melisko is offline
Melisko
Senior Member
Join Date: Feb 2010
Old 11-09-2010 , 14:22   Re: HELP: Biohazard - Ts = Zombies
Reply With Quote #7

Ok... I found this :

/* Makes a user zombie */
native infect_user(victim, attacker)

But idk how to use it for T team....
Melisko is offline
Altecaho
Senior Member
Join Date: Oct 2010
Old 11-09-2010 , 15:01   Re: HELP: Biohazard - Ts = Zombies
Reply With Quote #8

Are there any more ->if's<- ?

Paste all the lines from { to } (only that part) and maybe i'll be able to help you
Altecaho is offline
Melisko
Senior Member
Join Date: Feb 2010
Old 11-09-2010 , 15:24   Re: HELP: Biohazard - Ts = Zombies
Reply With Quote #9

Quote:
Originally Posted by Altecaho View Post
Are there any more ->if's<- ?

Paste all the lines from { to } (only that part) and maybe i'll be able to help you
ok... this was just the .inc file
Melisko is offline
lis_16
Senior Member
Join Date: Feb 2008
Old 11-23-2010 , 09:32   Re: HELP: Biohazard - Ts = Zombies
Reply With Quote #10

PHP Code:
for(new i=1;i<=32;i++)
if(
is_user_connected(i)&&is_user_alive(i)&&get_user_team(i)==1)
infect_user(i
lis_16 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 15:19.


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