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

I still did not found the else if...
From ricardo178, but EDITED a bit.
pawn Code:
public OnPlayerDeath(playerid, killerid, reason)
{
    if(gTeam[killerid] == TEAM_HUMAN)//If the killer id is human
    {
        gTeam[playerid] = TEAM_ZOMBIE; // will for for zombie
        GameTextForPlayer(playerid,"~r~Infected",3000,4);
    }
    else if(gTeam[killerid] == TEAM_ZOMBIE)//If killerid is zombie
    {
        gTeam[killerid] = TEAM_HUMAN;//will get moved for human
        GameTextForPlayer(killerid,"~r~Cured",3000,4);
    }
    return 1;
}
Test this one, should work
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: 4 Guest(s)