Jump to content

طلب اكمال


Recommended Posts

addEventHandler(onPlayerScreenShot , root
function()

outputChatBox("تم حفظ الصوره بنجاح")
end
)


addEventHandler(onPlayerBan , root
function()

outputChatBox("تم حظرك لظروف ما ")
end
)


addEventHandler(onPlayerMute , root
function()

outputChatBox("لا يمكنك التحدث فى الشات")
end
)


addEventHandler(onPickupSpawn , root
function()

outputChatBox("لقد نزلت من جديد")
end
)


addEventHandler(onPlayerDamage , root
function()

outputChatBox("احذر لقد اوشكت على الموت !")
end

 

 

ذا مود لشات سيستم 

مو ظابط معي وش الخطا ~؟

Link to comment

addEventHandler("onPlayerScreenShot" , root
function()

outputChatBox("تم حفظ الصوره بنجاح",source)
end
)


addEventHandler("onPlayerBan" , root
function()

outputChatBox("تم حظرك لظروف ما ",source)
end
)


addEventHandler("onPlayerMute", root
function()

outputChatBox("لا يمكنك التحدث فى الشات",source)
end
)


addEventHandler("onPlayerSpawn" , root
function()

outputChatBox("لقد نزلت من جديد",source)
end
)


addEventHandler("onPlayerDamage", root
function()

outputChatBox("احذر لقد اوشكت على الموت !",source)
end
) 

 

 

  • 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...