MisterZ Posted May 26, 2015 Share Posted May 26, 2015 Hola, como puedo hacer un arma invisible ? Link to comment
MTA Team 0xCiBeR Posted May 26, 2015 MTA Team Share Posted May 26, 2015 Con setElementAlpha Link to comment
MisterZ Posted May 26, 2015 Author Share Posted May 26, 2015 Con setElementAlpha me darias un ejemplo ? Link to comment
AlvareZ_ Posted May 26, 2015 Share Posted May 26, 2015 y creo que getPlayerWeapon para obtener que arma tiene el jugador Link to comment
MisterZ Posted May 26, 2015 Author Share Posted May 26, 2015 y creo que getPlayerWeapon para obtener que arma tiene el jugador como lo hago ? Link to comment
MisterZ Posted May 26, 2015 Author Share Posted May 26, 2015 addEventHandler("onResourceStart", root, function(thePlayer,elarma ) local elarma = getPlayerWeapon(thePlayer) setElementAlpha(elarma,0) end ) no me sale Link to comment
AlvareZ_ Posted May 26, 2015 Share Posted May 26, 2015 getPlayerWeapon devulve la ID del arma, Quieres aplicar la invisibilidad a todas las armas? Link to comment
MisterZ Posted May 26, 2015 Author Share Posted May 26, 2015 getPlayerWeapon devulve la ID del arma, Quieres aplicar la invisibilidad a todas las armas? que alguien Cierre este Post ya logre hacerlo, y gracias ah los que respondieron ! Link to comment
MTA Team 0xCiBeR Posted May 26, 2015 MTA Team Share Posted May 26, 2015 getPlayerWeapon devuelve un int, no un elemento de arma por tanto no aplica para su caso. Cierro entonces, saludos! Link to comment
Recommended Posts