MisterZ Posted July 3, 2015 Posted July 3, 2015 Hola buenas ah todos, Como puedo hacer que el jugador agarre las armas con las 2 manos, como la colt45, uzi etc..
MisterZ Posted July 3, 2015 Author Posted July 3, 2015 setPedStat LOL! y cual de todas esas seria la de tomarla con las 2 manos?
Tomas Posted July 3, 2015 Posted July 3, 2015 setPedStat LOL! y cual de todas esas seria la de tomarla con las 2 manos? 69: WEAPONTYPE_PISTOL_SKILL 70: WEAPONTYPE_PISTOL_SILENCED_SKILL 71: WEAPONTYPE_DESERT_EAGLE_SKILL 72: WEAPONTYPE_SHOTGUN_SKILL 73: WEAPONTYPE_SAWNOFF_SHOTGUN_SKILL 74: WEAPONTYPE_SPAS12_SHOTGUN_SKILL 75: WEAPONTYPE_MICRO_UZI_SKILL 76: WEAPONTYPE_MP5_SKILL 77: WEAPONTYPE_AK47_SKILL 78: WEAPONTYPE_M4_SKILL 79: WEAPONTYPE_SNIPERRIFLE_SKILL
MisterZ Posted July 3, 2015 Author Posted July 3, 2015 setPedStat LOL! y cual de todas esas seria la de tomarla con las 2 manos? 69: WEAPONTYPE_PISTOL_SKILL 70: WEAPONTYPE_PISTOL_SILENCED_SKILL 71: WEAPONTYPE_DESERT_EAGLE_SKILL 72: WEAPONTYPE_SHOTGUN_SKILL 73: WEAPONTYPE_SAWNOFF_SHOTGUN_SKILL 74: WEAPONTYPE_SPAS12_SHOTGUN_SKILL 75: WEAPONTYPE_MICRO_UZI_SKILL 76: WEAPONTYPE_MP5_SKILL 77: WEAPONTYPE_AK47_SKILL 78: WEAPONTYPE_M4_SKILL 79: WEAPONTYPE_SNIPERRIFLE_SKILL Gracias me solucionaron los 2 temas de armas pueden cerrar los 2, Gracias CIber y Tomas!. EDIT: Como puedo hacer para iniciar el resource sin comando ? no me deja iniciarlo con nada solo con el comando addCommandHandler("mk", function(thePlayer, commandName) setPedStat(thePlayer, 77, 999) setPedStat(thePlayer, 78, 999) end)
AlFA# Posted July 4, 2015 Posted July 4, 2015 addEventHandler ( "onPlayerJoin", getRootElement() function(thePlayer, commandName) setPedStat(thePlayer, 77, 999) setPedStat(thePlayer, 78, 999) end)
Tomas Posted July 4, 2015 Posted July 4, 2015 addEventHandler ( "onPlayerJoin", getRootElement() function() setPedStat(source, 77, 999) setPedStat(source, 78, 999) end )
MisterZ Posted July 5, 2015 Author Posted July 5, 2015 Gracias ah todos los que respondieron, ahora si pueden cerrar este post
Recommended Posts