-#GMG Posted December 10, 2017 Share Posted December 10, 2017 السلام عليكم انا مسوي لوحه فيها جريد ليست وزر ميوت وزر فك الميوت الجريد ليست فيها 4 كولمن 1 الاسم 2 الكلام الي كتبه 3 اسم حسابه 4 الوقت الحين ابي لم يتكلم بلوكال شات يظهر كمان بلوحه وش فكشنات لكل هذا ؟ Link to comment
+Source|> Posted December 10, 2017 Share Posted December 10, 2017 (edited) 2 hours ago, -#GMG said: السلام عليكم انا مسوي لوحه فيها جريد ليست وزر ميوت وزر فك الميوت الجريد ليست فيها 4 كولمن 1 الاسم 2 الكلام الي كتبه 3 اسم حسابه 4 الوقت الحين ابي لم يتكلم بلوكال شات يظهر كمان بلوحه وش فكشنات لكل هذا ؟ --client guiGridListClear guiGridListAddRow guiGridListAddColumn guiGridListSetItemText guiGridListGetItemText guiGridListGetSelectedItem getPlayerName guiGetText --server setPlayerMuted getPlayerAccount getAccountName getPlayerName + لو في زياده Edited December 10, 2017 by Source|> Link to comment
-#GMG Posted December 10, 2017 Author Share Posted December 10, 2017 1 hour ago, Source|> said: --client guiGridListClear guiGridListAddRow guiGridListAddColumn guiGridListSetItemText guiGridListGetItemText guiGridListGetSelectedItem getPlayerName guiGetText --server setPlayerMuted getPlayerAccount getAccountName getPlayerName + لو في زياده فكشات تاني .. مثلا لم يضغط زر الميوت يجيب له لوحه فيها 2 RadioButton واحد فيه الوقت الي بينصك فيه وواحد فيه السبب ولم ينصك يظهر بلشات ان الاسم كذا صح كذا سبب كذا مده كذا بعدين زر تاني يفتح لوحه يجيب كل الحسابات الي مصكوكه ميوت والسبب والمده واسم حساب الي صكه تمام xD/? Link to comment
+Source|> Posted December 10, 2017 Share Posted December 10, 2017 29 minutes ago, -#GMG said: فكشات تاني .. مثلا لم يضغط زر الميوت يجيب له لوحه فيها 2 RadioButton واحد فيه الوقت الي بينصك فيه وواحد فيه السبب ولم ينصك يظهر بلشات ان الاسم كذا صح كذا سبب كذا مده كذا بعدين زر تاني يفتح لوحه يجيب كل الحسابات الي مصكوكه ميوت والسبب والمده واسم حساب الي صكه تمام xD/? outputChatBox getPlayerName guiGetText triggerServerEvent --[[ تحتاجها يجيب في الشات اسم اللاعب والسبب والخ انت حاول وبنساعدك ]] Link to comment
-#GMG Posted December 10, 2017 Author Share Posted December 10, 2017 Just now, Source|> said: outputChatBox getPlayerName guiGetText triggerServerEvent --[[ تحتاجها يجيب في الشات اسم اللاعب والسبب والخ انت حاول وبنساعدك ]] اسمع طيب معلش شي خارج الموضوع .. debugscript: Syntax is 'debugscript <mode>' لم اجي اكتب كلمه الديبق يجي ذي ومايطلع الديبق وش اسوي؟ Link to comment
iyaad Posted December 10, 2017 Share Posted December 10, 2017 (edited) local playerMute = { } addEvent("MuteR", true) addEventHandler("MuteR", root, function (playerN,Reason,Time, Type, Int) local toPlayer = getPlayerFromName(playerN) if toPlayer ~= false then local duration = tonumber(Time) * tonumber(Int) setElementData(toPlayer, "playerMute", true) setElementData(toPlayer, "MuteReason", Reason) setElementData(toPlayer, "MuteBy", getPlayerName(source)) setElementData(toPlayer, "MuteTime", getTimeLeft(playerMute[toPlayer])) outputChatBox(root, "* #FFFFFF"..getPlayerName(toPlayer).." #FF0000 Has Been Muted From Support Chat By #e1e1e1"..getPlayerName(source).."#FF0000 ("..Time.." "..Type..") !",255,0,0) outputChatBox(toPlayer, "* #FF0000Reason : "..Reason.."",255,0,0) end end) --- client Said local player = getLocalPlayer() function mutePlayer(playerN, Reason, Time, Type) if not playerN then return end if not Reason then Reason = "No Reason" end if not Time then Time = 60 end if not Type then Type = "Min" end local Int if Type == "Sec" then Int = 1000 elseif Type == "Min" then Int = 60000 elseif Type == "Hour" then Int = 3600000 elseif Type == "Day" then Int = 86400000 end triggerServerEvent("MuteR", localPlayer, playerN, Reason, Time, Type, Int) end اربط الكواد بمودك وعرف الداتا باللوحة انا كاتب الاكواد من الجوال اظن في شويت اخطأ املائية Edited December 10, 2017 by iyaad Link to comment
-#GMG Posted December 10, 2017 Author Share Posted December 10, 2017 تصحيح . مايجيب الشات وكذا الكود حقي --C addEvent("SendMessageToChatPlayerPanel",true) addEventHandler("SendMessageToChatPlayerPanel",root, function(theText, data, supportSender) if (theText) then local row = guiGridListAddRow(GridListMessages) local Account = getElementData(source,"Account") guiGridListSetItemText(GridListMessages, row, 1, data, false, false) guiGridListSetItemText(GridListMessages, row, 2, getPlayerName(source), false, false) guiGridListSetItemText(GridListMessages, row, 3, theText, false, false) guiGridListSetItemText(GridListMessages, row, 4, Account, false, false) guiGridListSetItemData(GridListMessages, row, 2, source) guiGridListSetItemColor(GridListMessages, row, 4, 255,255,0) local r,g,b = getPlayerNametagColor(source) if r and g and b then guiGridListSetItemColor(GridListMessages, row, 2, r,g,b) else guiGridListSetItemColor(GridListMessages, row, 2, 255,255,255) end if guiCheckBoxGetSelected(WachChatPosition) then setTimer(function() guiGridListSetVerticalScrollPosition(GridListMessages, 100) end, 100, 1) end if supportSender then guiGridListSetItemColor(GridListMessages, row, 3, 50, 255, 50) else guiGridListSetItemColor(GridListMessages, row, 3, 255, 255, 255) end end end) 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