[Ajuda] Setar Skin Para zombie
#2

Estб tentando setar a skin quando o player more?, pois quando o player more, principalmente para mim, ele perde a skin que estava utilizando, e fica somente a que ele escolheu na seleзгo de classes.

Abraзos.

@Edit:
Se estб utilizando o sistema de infecзгo que pediu anteriormente, altere o seguinte comando:
PHP код:
CMD:infectar(playeridparams[])
{
    if ( 
virus playerid ] == )
    {
        if ( 
sscanf params "u" id ) ) return SendClientMessage playerid 0x0080FFAA "USE: /infectar [id]" ) ;
        else
        {
            if ( 
virus id ] == ) return SendClientMessage playerid 0x0080FFAA "AVISO: Este player jб esta infetado" ) ;
            else
            {
                
GetPlayerPos id ) ;
                if ( 
IsPlayerInRangeOfPoint playerid 3.0 ) )
                {
                    
GetPlayerName playerid vNome MAX_PLAYER_NAME ) ;
                    
format Str 128 "Vocк foi infectado por %s, use /infectar [id]" vNome ) ;
                    
SendClientMessage id 0x0080FFAA Str ) ;
                    
virus id ] = ;
                    
SetPlayerSkin(idSkinZumbie);
                    
GetPlayerName id vNome MAX_PLAYER_NAME ) ;
                    
format Str 128 "Vocк infectou %s !" vNome ) ;
                    
SendClientMessage playerid 0x0080FFAA Str ) ;
                    
ResetPlayerWeapons(id);
                }
                else return 
SendClientMessage playerid , -"Este Player Estб Longe" ) ;
            }
        }
    }
        else 
SendClientMessage playerid , -"Vocк nгo йsta infectado" ) ;
    return 
;

e adicione:
PHP код:
#define SkinZumbie 32[EXEMPLO-ALTERE!] 
Boa Sorte!
Reply


Messages In This Thread
Setar Skin Para zombie - by leoluizbr - 09.09.2015, 02:37
Re: Setar Skin Para zombie - by matheusspohr - 09.09.2015, 02:59
Re: Setar Skin Para zombie - by leoluizbr - 09.09.2015, 03:07

Forum Jump:


Users browsing this thread: 1 Guest(s)