Jump to content

help projectil


manawydan

Recommended Posts

Posted
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

560x95_FFFFFF_09FF00_050505_000000.png

"Querer não é poder, mas tentar é avançar"!

Posted
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.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

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.

 

Posted

You're welcome.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...