If you kill someone killerid turns into other team?
#16

Quote:
Originally Posted by ricardo178
View Post
Try like that.. Edited his code to something i think that SHOULD works...
pawn Code:
public OnPlayerDeath(playerid, killerid, reason)
{
    if(gTeam[killerid] == TEAM_ZOMBIE)//That's your first oen that works good.
    {
        gTeam[playerid] = TEAM_ZOMBIE
        GameTextForPlayer(playerid,"~r~Infected",3000,4);
    }
    if(gTeam[killerid] == TEAM_ZOMBIE)//Here it checks if killer is zombie.
    {
        gTeam[killerid] = TEAM_HUMAN//Than it sets to human.. Hope it works.
        GameTextForPlayer(killerid,"~r~Cured",3000,4);
    }
    return 1;
}
I will try in min, I need a new server beta teseter.
Reply


Messages In This Thread
If you kill someone killerid turns into other team? - by sanrock - 09.06.2012, 19:33
Re: If you kill someone killerid turns into other team? - by ricardo178 - 09.06.2012, 19:38
Re: If you kill someone killerid turns into other team? - by sanrock - 09.06.2012, 19:40
Re: If you kill someone killerid turns into other team? - by ricardo178 - 09.06.2012, 19:48
Re: If you kill someone killerid turns into other team? - by [ABK]Antonio - 09.06.2012, 19:49
Re: If you kill someone killerid turns into other team? - by sanrock - 09.06.2012, 19:50
Re : Re: If you kill someone killerid turns into other team? - by ricardo178 - 09.06.2012, 19:56
Re: If you kill someone killerid turns into other team? - by Dubya - 09.06.2012, 19:59
Re: If you kill someone killerid turns into other team? - by sanrock - 09.06.2012, 20:00
Re : Re: If you kill someone killerid turns into other team? - by ricardo178 - 09.06.2012, 20:01
Re: If you kill someone killerid turns into other team? - by sanrock - 09.06.2012, 20:08
Re: If you kill someone killerid turns into other team? - by [ABK]Antonio - 09.06.2012, 20:15
Re: If you kill someone killerid turns into other team? - by sanrock - 09.06.2012, 20:22
Re : If you kill someone killerid turns into other team? - by ricardo178 - 09.06.2012, 20:23
Re: If you kill someone killerid turns into other team? - by milanosie - 09.06.2012, 20:26
Re: Re : If you kill someone killerid turns into other team? - by sanrock - 09.06.2012, 20:28
Re: If you kill someone killerid turns into other team? - by kikito - 09.06.2012, 20:33
Re : If you kill someone killerid turns into other team? - by ricardo178 - 09.06.2012, 20:36
Re: If you kill someone killerid turns into other team? - by sanrock - 09.06.2012, 20:41
Re : If you kill someone killerid turns into other team? - by ricardo178 - 09.06.2012, 20:45

Forum Jump:


Users browsing this thread: 3 Guest(s)