No_name Posted July 15, 2018 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 ) الخطا؟
TAPL Posted July 15, 2018 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
SycroX Posted July 16, 2018 Posted July 16, 2018 (edited) 10 hours ago, No_name said: TAPL مشكور مادري كيف نسيت لوكال حتي من غير لوكل يشتغل بس الغلطه مو ذي الغلطه كانت في ترتيب الكود عندك Edited July 16, 2018 by #َxLysandeR 1 Chillin' with some demons, satans and vamps
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