manawydan Posted February 3, 2013 Posted February 3, 2013 function nemesisuca(attacker) if (getElementData(attacker, "nemesis")) then local x,y,z = getElementPosition(getLocalPlayer()) createProjectile(nemesi(),19,x,y,z,500) end end addEventHandler("onClientPedWeaponFire", nemesisuca) the projectile no creat "Querer não é poder, mas tentar é avançar"!
Castillo Posted February 3, 2013 Posted February 3, 2013 function nemesisuca ( ) if ( getElementData ( source, "nemesis" ) ) then local x, y, z = getElementPosition ( localPlayer ) createProjectile ( source, 19, x, y, z, 500 ) end end addEventHandler ( "onClientPedWeaponFire", root, nemesisuca ) San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
AJXB Posted February 3, 2013 Posted February 3, 2013 what is Projectile if you dont mind answering ~ This has to be the worst board post I have ever read. It simply makes no sense. You start off by talking about space or something, then you randomly start babbling about cupcakes, and you end off with random fish names. ~ Don't listen to this guy, any board with the categories 'dinosaurs, spaceships, fried foods, wild animals, alien abductions, business casual, robots, and fireworks' has true potential.
Castillo Posted February 3, 2013 Posted February 3, 2013 http://en.wikipedia.org/wiki/Projectile San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
manawydan Posted February 4, 2013 Author Posted February 4, 2013 thank you "Querer não é poder, mas tentar é avançar"!
Castillo Posted February 4, 2013 Posted February 4, 2013 You're welcome. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now