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?

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