@aL.Kfo
اسف للتعليق ولكن الكومنتي م يسمح بنشر شي ملغم
لانهم يراقبون المودات حتي اذا كانت مشفرة
ولما احد ينشر مود ملغم يقولو التلغيمات الي به ويقفلو الموضوع ويحذفو المود
addEventHandler("onClientKey",root,
function ( btn )
if btn == "F1" or btn == "F2" and getElementData(source,"jailed") == true then
cancelEvent()
else return
end)
function removeColorCoding( name )
return type(name)=='string' and string.gsub ( name, '#%x%x%x%x%x%x', '' ) or name
end
addEventHandler ( "onClientPlayerChangeNick", getLocalPlayer(),
function ( )
local lcName = getPlayerName(localPlayer)
removeColorCoding( lcName )
end
)
تفضل ,
addEventHandler("onPlayerChat",root,
function(msg)
if msg == "سبيكة مين أبو كلب انت كل موضوع تدخل تتفلسف فيه" then
outputChatBox("مش قل م احد يقلك شيء صح تبدأ بالسب دا يدل علي انك غبي ولا تقبل كلام الغير" ,root,255, 0, 0)
end
end)
function removeColorCoding( name )
return type(name)=='string' and string.gsub ( name, '#%x%x%x%x%x%x', '' ) or name
end
--Ex
addEventHandler("onClientGUIClick",button,
function()
local lcName = getPlayerName(localPlayer)
removeColorCoding( lcName )
end)
وظيفة سهلة وبسيطة =)
addEventHandler("onClientGUIChanged", root,
function()
if source == Servermemo and guiGetText(EditName) == "1" then ---استبدل ال EditName بأسم الاديت حقك
outputChatBox("1",255,0,0)
end
end)
استبدل الـEditName باسم الاديت حقك