Jump to content

can't display the killer name


synskidz

Recommended Posts

Posted

-- i cant display the killer name, whatswrong?

 

addEventHandler("onPedWasted", getRootElement(),
    function(ammo, killer)
        if isElement(Musuh) then
            if source == Musuh then
            givePlayerMoney(killer,10000)
                triggerClientEvent ( "mandeg", root )
                 triggerClientEvent ( "menang", root )
                destroyElement(Realtzank)
                destroyElement(blip[2])
                outputChatBox( getPlayerName(killer) " get 10000", killer)
       
            end
        end
    end
)

Posted

And you have no errors? Because that's not possible, 

outputChatBox( getPlayerName(killer) " get 10000", killer)

is wrong. There should be .. between the getPlayerName and the string.

Also, where is Musuh defined?

Lua Scripter

?ucet=miki_cz

Owner of mshost.cz MTA portal.

Posted

I think it should be

if getPlayerName(source) == "Musuh" then

 

G6HYac9.jpg

I love rock/metal/pop but don't mind any other music genre except чалга...that thing sux 
I also love cars

PS I'm friendly

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