Change skin
#2

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    if(gTeam[playerid] == Survivors) //Change this code and transform it to yours
    {
       SetPlayerSkin(playerid, skinid);//Put the ID of the zombie skin here
       gTeam[playerid] = Zombie; //this sets the player to a zombie if he was a survivor before his death
       return 1;
    }
    return 1;
}
Reply


Messages In This Thread
Change skin - by KillerDVX - 08.06.2015, 22:04
Re: Change skin - by DarkLored - 08.06.2015, 22:34
Re : Change skin - by KillerDVX - 08.06.2015, 22:49
Re: Change skin - by Konstantinos - 08.06.2015, 22:54
Re : Change skin - by KillerDVX - 08.06.2015, 23:29

Forum Jump:


Users browsing this thread: 2 Guest(s)