Ayuda Ayuda
#4

Si Muchas Gracias
Otra Duda Como Le Cambio Las Cordenadas De Las Armas A Ese Fs
Lo Uniko Que Veo Paresido Es Esto
pawn Код:
if(OldWeapon[playerid]!=weaponid)
        {
            new modelid=GetWeaponModel(OldWeapon[playerid]);
            if(modelid!=0 && oldweapontype!=WEAPON_TYPE_NONE && oldweapontype!=weapontype)
            {
                HoldingWeapon[playerid]=OldWeapon[playerid];
                switch(oldweapontype)
                {
                    case WEAPON_TYPE_LIGHT:
                        SetPlayerHoldingObject(playerid, modelid, 8,0.0,-0.1,0.15, -100.0, 0.0, 0.0);

                    case WEAPON_TYPE_MELEE:
                        SetPlayerHoldingObject(playerid, modelid, 7,0.0,0.0,-0.18, 100.0, 45.0, 0.0);

                    case WEAPON_TYPE_HEAVY:
                        SetPlayerHoldingObject(playerid, modelid, 1, 0.2,-0.125,-0.1,0.0,25.0,180.0);
                }
            }
        }

        if(oldweapontype!=weapontype)
            OldWeapon[playerid]=weaponid;
    }
    return 1;
}
Si Alguien me Puede Explicar Bn Muchas Gracias

Saludos
Reply


Messages In This Thread
Ayuda Ayuda - by agilaxnegrax - 13.11.2010, 23:03
Respuesta: Ayuda Ayuda - by TheChaoz - 13.11.2010, 23:34
Respuesta: Ayuda Ayuda - by not - 13.11.2010, 23:42
Re: Ayuda Ayuda - by agilaxnegrax - 14.11.2010, 02:46
Respuesta: Ayuda Ayuda - by TheChaoz - 14.11.2010, 04:13
Re: Ayuda Ayuda - by agilaxnegrax - 14.11.2010, 18:05

Forum Jump:


Users browsing this thread: 1 Guest(s)