[Ajuda] Armas no corpo!
#1

O que estб errado aqui?

Код:
//Esse e o meu codigo que eu editei
public ChecarArma(playerid)
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(GetPlayerWeapon(i) == 356) // SUBSTITUA O ARMA X PELO ID DA ARMA
        {
SetPlayerAttachedObject(playerid, 356, 1, 0.345200, -0.124600, 0.111000, 0.000000, 161.000000, 0.000000, 1.000000, 1.000000, 1.000000 );
            //SUBSTITUA O SLOT PELO SLOT QUE SERБ USADO PELO OBJETO
            //MODELO = MODELO DO OBJETO QUE VOCК QUER COLOCAR NO JOGADOR. VEJA AQUI: https://sampwiki.blast.hk/wiki/Objectsnl...6.78998143            //OSSO = O OSSO ONDE O OBJETO SERБ COLOCADO. VEJA AQUI: https://sampwiki.blast.hk/wiki/Bone_IDsn...6.78998143            return 1;
        }
    }
    return 1;
}
Код:
//Esse e o codigo que me foi passado
forward ChecarArma(playerid);

public OnGameModeInit()
{
    SetTimer("ChecarArma",500,true); // IRБ CHECAR A CADA 0,5 SEGUNDO A PUBLIC ABAIXO. ADICIONE ESTA LINHA A ESTA PUBLIC
    return 1;
}
public ChecarArma(playerid)
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(GetPlayerWeapon(i) == ArmaX) // SUBSTITUA O ARMA X PELO ID DA ARMA
        {
            SetPlayerAttachedObject(playerid, SLOT, MODELO, OSSO); 
            //SUBSTITUA O SLOT PELO SLOT QUE SERБ USADO PELO OBJETO
            //MODELO = MODELO DO OBJETO QUE VOCК QUER COLOCAR NO JOGADOR. VEJA AQUI: https://sampwiki.blast.hk/wiki/Objectsnl...6.78998143            //OSSO = O OSSO ONDE O OBJETO SERБ COLOCADO. VEJA AQUI: https://sampwiki.blast.hk/wiki/Bone_IDs    
            return 1;
        }
    }
    return 1;
}
Reply


Messages In This Thread
[Ajuda] Armas no corpo! - by iacocesar123 - 12.05.2011, 17:38
Re: [Ajuda] Armas no corpo! - by Magnus' - 12.05.2011, 17:52
Re: [Ajuda] Armas no corpo! - by JonathanFeitosa - 12.05.2011, 17:59
Re: [Ajuda] Armas no corpo! - by iacocesar123 - 12.05.2011, 18:03
Re: [Ajuda] Armas no corpo! - by iacocesar123 - 12.05.2011, 18:08
Re: [Ajuda] Armas no corpo! - by Carl_Thuse - 12.05.2011, 18:21
Re: [Ajuda] Armas no corpo! - by lucas_mdr1235 - 12.05.2011, 18:26
Re: [Ajuda] Armas no corpo! - by iacocesar123 - 12.05.2011, 18:27
Re: [Ajuda] Armas no corpo! - by lucas_mdr1235 - 12.05.2011, 18:33
Re: [Ajuda] Armas no corpo! - by iacocesar123 - 12.05.2011, 18:41

Forum Jump:


Users browsing this thread: 2 Guest(s)