XbroX Posted July 3, 2015 Share Posted July 3, 2015 شباب في المشاركة الفائتة ما حصلت المساعدة المطلوبة لكن ابي تعديل بس علي هذا الكود الكود طبعاً حق الفيسات انا ابي حد يعدلي عليه بدل ما يطلع صورة يطلع كلام س1 = سلام عليكم وكذا ذا الكود if string.find(txt,"ض1") then local text = string.gsub(txt,"ض1","") local len = dxGetTextWidth(text,chatbox["chat_scale"][1],font) local lfin = convertirRelativo(len) outputDebugString("LEN="..tostring(len).." LFIN="..tostring(lfin)) local img = guiCreateStaticImage(0.01875+lfin,0.02+(0.025*(lineas-1)),0.02,0.025,"imagenes/q1.png",true) setTimer(outputChatBox,50,1,"") Link to comment
DoD Posted July 3, 2015 Share Posted July 3, 2015 هههههههه كودك هريس لا يوجد اند ولا فنكشن وبعض الفنكشات الخاطئه برببب ظبط اكواد بعدين حط Link to comment
iMr.Dawix~# Posted July 3, 2015 Share Posted July 3, 2015 getPlayerName و outputChatBox استخدم فنكشن dxGetTextWidth بدل onPlayerChat بس لو كان عندك تاج رح يكون كلام مكرر يعني حطه معه بـ نفس الأفنت حق Link to comment
XbroX Posted July 4, 2015 Author Share Posted July 4, 2015 هههههههه كودك هريسلا يوجد اند ولا فنكشن وبعض الفنكشات الخاطئه برببب ظبط اكواد بعدين حط خوي الكود شغال لكن انا ابي التعديل هنا بس + في كلشئ Link to comment
XbroX Posted July 4, 2015 Author Share Posted July 4, 2015 getPlayerName و outputChatBox استخدم فنكشن dxGetTextWidth بدل onPlayerChat بس لو كان عندك تاج رح يكون كلام مكرر يعني حطه معه بـ نفس الأفنت حق الصراحة مافهمت حط الكود هنا يوضح اكثر Link to comment
H25 Posted July 4, 2015 Share Posted July 4, 2015 Shortcuts = { {"RWS", "Real World Simulator"}; {"H25", "Hus[s]ain-[25]~"}; } function playerChat(message, messageType) cancelEvent() local red, green, blue = getPlayerNametagColor(source) for _,v in ipairs(Shortcuts) do message = string.gsub(message, v[1], v[2]) end outputChatBox(getPlayerName(source)..": #FFFFFF"..message, root, red, green, blue, true ) outputServerLog("CHAT: "..getPlayerName(source)..": "..message) end addEventHandler("onPlayerChat", root, playerChat) Link to comment
Simple. Posted July 4, 2015 Share Posted July 4, 2015 Shortcuts = { {"RWS", "Real World Simulator"}; {"H25", "Hus[s]ain-[25]~"}; } function playerChat(message, messageType) cancelEvent() local red, green, blue = getPlayerNametagColor(source) for _,v in ipairs(Shortcuts) do message = string.gsub(message, v[1], v[2]) end outputChatBox(getPlayerName(source)..": #FFFFFF"..message, root, red, green, blue, true ) outputServerLog("CHAT: "..getPlayerName(source)..": "..message) end addEventHandler("onPlayerChat", root, playerChat) مو المفروض تتحقق إنه كتب كلمة من الجدول وبعدين تسوي كنسل وتكمل الوظائف؟ Link to comment
H25 Posted July 4, 2015 Share Posted July 4, 2015 Shortcuts = { {"RWS", "Real World Simulator"}; {"H25", "Hus[s]ain-[25]~"}; } function playerChat(message, messageType) cancelEvent() local red, green, blue = getPlayerNametagColor(source) for _,v in ipairs(Shortcuts) do message = string.gsub(message, v[1], v[2]) end outputChatBox(getPlayerName(source)..": #FFFFFF"..message, root, red, green, blue, true ) outputServerLog("CHAT: "..getPlayerName(source)..": "..message) end addEventHandler("onPlayerChat", root, playerChat) مو المفروض تتحقق إنه كتب كلمة من الجدول وبعدين تسوي كنسل وتكمل الوظائف؟ ماله داعي لان اذا الكلمة مو موجودة مابحول شي في كوده يحول الكلمة لرمز فلازم يتحقق حتى مايسوي الرمز اذا الكلمة مو موجودة Link to comment
H25 Posted July 4, 2015 Share Posted July 4, 2015 ^ يقدر يحط تحقق بس هالطريقة افضل حتى مايصير اختلاف 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