NodZen Posted June 2, 2013 Share Posted June 2, 2013 Hola amigos, necesito saber si hay algun evento para cuando el player está apuntando con el sniper. ¿Como puedo saber cuando un player apunte? Gracias. Link to comment
FraN-724 Posted June 2, 2013 Share Posted June 2, 2013 No sé si te sirve este evento onClientWeaponFire Link to comment
PhantomDamn Posted June 2, 2013 Share Posted June 2, 2013 saber cuando te apuntan o apuntan a otro player? Link to comment
NodZen Posted June 2, 2013 Author Share Posted June 2, 2013 Lo que queria hacer es esto: Veré como lo puedo hacer. Gracias Link to comment
samt2497 Posted June 4, 2013 Share Posted June 4, 2013 una ayudita function usaSniper(player) player = player and isElement(player) and player or getLocalPlayer() if getPedWeapon(player) == 34 and isPedDoingTask(player,"TASK_SIMPLE_USE_GUN") then return true end return false end Link to comment
Recommended Posts