itHyperoX Posted October 1, 2017 Share Posted October 1, 2017 (edited) addEventHandler ( "onClientPlayerWasted", getLocalPlayer(), function (ammo, attacker, weapon, bodypart) text = getPlayerName(attacker).." killed "..getPlayerName(localPlayer).." "("..bodypart..")" outputPubgKillog(text) end) I can't get the killer name.. Whats the problem? Edited October 1, 2017 by TheMOG Link to comment
!#NssoR_) Posted October 2, 2017 Share Posted October 2, 2017 addEventHandler ( "onClientPlayerWasted", getLocalPlayer(), function (ammo, attacker, weapon, bodypart) local text = getPlayerName(attacker).." killed "..getPlayerName(source).." ("..bodypart..")" outputPubgKillog(text) end) 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