Change skin
#1

Hi guys,

I did this in OnePlayerDeath,

PHP код:
public OnPlayerDeath(playeridkilleridreason)
{
    if(
gTeam[playerid] == Survivors//Change this code and transform it to yours
    
{
       
gTeam[playerid] = Zombie//this sets the player to a zombie if he was a survivor before his death
       
return 1;
    }
    return 
1;

But when a survivor die and change to zombie, he keeps the same skin of survivors..

I want to change his skin to zombie..

? :S
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: 1 Guest(s)