Jump to content

الخطأ؟


Recommended Posts

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
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 )

 

  • Thanks 1
Link to comment
10 hours ago, No_name said:

TAPL

مشكور مادري كيف نسيت لوكال

حتي من غير لوكل يشتغل بس الغلطه مو ذي

الغلطه كانت في ترتيب الكود عندك

Edited by #َxLysandeR
  • Like 1
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...