synskidz Posted November 19, 2016 Share 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 ) Link to comment
MIKI785 Posted November 19, 2016 Share 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? Link to comment
LoPollo Posted November 19, 2016 Share Posted November 19, 2016 I think "musuh" is the player name? Link to comment
koragg Posted November 22, 2016 Share Posted November 22, 2016 I think it should be if getPlayerName(source) == "Musuh" then Link to comment
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