No_name Posted July 15, 2018 Share Posted July 15, 2018 addEventHandler ( "onPlayerWasted" , root , function ( _ , killer ) name = getPlayerName ( source ) killer = getPlayerName(killer) if ( killer and isElement ( killer ) and getElementType ( killer ) == "player" and killer ~= source ) then outputChatBox("#c1c1c1* #ffffff〓 #ff0000[ #ffff00" .. name .. "#ff0000 ]#c1c1c1 Has Been Killed By #ff0000[ #00ffff".. killer .."#ff0000 ] #ffffff〓", root, 255, 0, 0, true) end end ) الخطا؟ Link to comment
TAPL Posted July 15, 2018 Share Posted July 15, 2018 addEventHandler ( "onPlayerWasted" , root , function ( _ , killer ) if ( killer and isElement ( killer ) and getElementType ( killer ) == "player" and killer ~= source ) then local name = getPlayerName ( source ) local killer = getPlayerName(killer) outputChatBox("#c1c1c1* #ffffff〓 #ff0000[ #ffff00" .. name .. "#ff0000 ]#c1c1c1 Has Been Killed By #ff0000[ #00ffff".. killer .."#ff0000 ] #ffffff〓", root, 255, 0, 0, true) end end ) 1 Link to comment
No_name Posted July 15, 2018 Author Share Posted July 15, 2018 TAPL مشكور مادري كيف نسيت لوكال Link to comment
SycroX Posted July 16, 2018 Share Posted July 16, 2018 (edited) 10 hours ago, No_name said: TAPL مشكور مادري كيف نسيت لوكال حتي من غير لوكل يشتغل بس الغلطه مو ذي الغلطه كانت في ترتيب الكود عندك Edited July 16, 2018 by #َxLysandeR 1 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