synskidz Posted November 19, 2016 Posted November 19, 2016 -- 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 )
MIKI785 Posted November 19, 2016 Posted November 19, 2016 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?
koragg Posted November 22, 2016 Posted November 22, 2016 I think it should be if getPlayerName(source) == "Musuh" then
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