MA[S]RIY Posted November 17, 2016 Share Posted November 17, 2016 السلام عليكم انا ابي اسوي تاج معين لسريال معين مثلا ده local root = getRootElement() function chatbox(text, msgtype) local account = getAccountName(getPlayerAccount(source)) local name = getPlayerName(source) cancelEvent() if isObjectInACLGroup("user." .. account, aclGetGroup("Console")) then outputChatBox("#000000×#ff0000 [ Console ] " .. name .. ":#FFcc00 " .. text, root, 255, 255, 255, true) دي لرتبة معينة انا ابيها تكون لسريال معين # Link to comment
MA[S]RIY Posted November 17, 2016 Author Share Posted November 17, 2016 ابي احط يزبط الاكواد ويخليه تمام local root = getRootElement() function chatbox(text, msgtype) local Serial = getPlayerSerial(source) local name = getPlayerName(source) cancelEvent() if isObjectInACLGroup("user." .. account, aclGetGroup("Console")) then outputChatBox("#000000×#ff0000 [ Console ] " .. name .. ":#FFcc00 " .. text, root, 255, 255, 255, true) getPlayerSerial local allowedAccountSerials = { [ "masriy" ] = { "8EFDFD2CCE9A2C99E010AAA12E19A3F3" }, } addEventHandler("onPlayerLogin", root, function(_, account) local playerSerial, allowedSerials = getPlayerSerial(source), allowedAccountSerials[getAccountName(account)] or "" for i = 1, #allowedSerials do if allowedSerials[i] == playerSerial then outputChatBox("#000000×#ff0000 [ Console ] " .. name .. ":#FFcc00 " .. text, root, 255, 255, 255, true) end end end ) ابي احد يظبطلي الكود ويخليه صح لانة مخربط Link to comment
AHMED MOSTAFA Posted November 17, 2016 Share Posted November 17, 2016 getPlayerSerial "onPlayerChat" -- event outputChatBox 1 Link to comment
iMr ~ MnHmAr Posted November 17, 2016 Share Posted November 17, 2016 (edited) addEventHandler( "onPlayerChat", getRootElement(), function (text, msgtype) local Serial = getPlayerSerial(source) local name = getPlayerName(source) cancelEvent() if Serial == 'سريالك' then if isObjectInACLGroup("user." .. account, aclGetGroup("Console")) then outputChatBox("#000000×#ff0000 [ Console ] " .. name .. ":#FFcc00 " .. text, getRootElement(), 255, 255, 255, true) end end end ) جرب Edited November 17, 2016 by iMr ~ MnHmAr Link to comment
MA[S]RIY Posted November 17, 2016 Author Share Posted November 17, 2016 معلش اخر طلب كيف امنع التكرار الي بالشات Link to comment
iMr ~ MnHmAr Posted November 17, 2016 Share Posted November 17, 2016 جرب addEventHandler( "onPlayerChat", getRootElement(), function (text, msgtype) local Serial = getPlayerSerial(source) local name = getPlayerName(source) if Serial == 'سريالك' then cancelEvent() if isObjectInACLGroup("user." .. account, aclGetGroup("Console")) then outputChatBox("#000000×#ff0000 [ Console ] " .. name .. ":#FFcc00 " .. text, getRootElement(), 255, 255, 255, true) end end end ) Link to comment
MA[S]RIY Posted November 17, 2016 Author Share Posted November 17, 2016 اول شئ انا جربته ما اشتغل نظرت فيه addEventHandler( "onPlayerChat", getRootElement(), function (text, msgtype) local Serial = getPlayerSerial(source) local name = getPlayerName(source) if Serial == 'سريالك' then cancelEvent() if isObjectInACLGroup("user." .. account, aclGetGroup("Console")) then outputChatBox("#000000×#ff0000 [ Console ] " .. name .. ":#FFcc00 " .. text, getRootElement(), 255, 255, 255, true) end end end ) لقيت cancelEvent() انت كده سويت لما يكون سريال شخص هذا يكنسل الايفنت يعني ما يقدر يكتب يكتب ما ينكتب شئ --------------- ثاني شئ addEventHandler( "onPlayerChat", getRootElement(), function (text, msgtype) local Serial = getPlayerSerial(source) local name = getPlayerName(source) if Serial == 'سريالك' then cancelEvent() if isObjectInACLGroup("user." .. account, aclGetGroup("Console")) then outputChatBox("#000000×#ff0000 [ Console ] " .. name .. ":#FFcc00 " .. text, getRootElement(), 255, 255, 255, true) end end end ) لقيت if isObjectInACLGroup("user." .. account, aclGetGroup("Console")) then انا قولت ابي اسوي تاج معين لسريال معين مب عايز ادخل اي روتب ------------- ياريت احد يظبطة خلاص اخي الف مشكور انا حليت النشكلات وخليته تمام Link to comment
iMr ~ MnHmAr Posted November 17, 2016 Share Posted November 17, 2016 (edited) Just now, MARIY said: اول شئ انا جربته ما اشتغل نظرت فيه addEventHandler( "onPlayerChat", getRootElement(), function (text, msgtype) local Serial = getPlayerSerial(source) local name = getPlayerName(source) if Serial == 'سريالك' then cancelEvent() if isObjectInACLGroup("user." .. account, aclGetGroup("Console")) then outputChatBox("#000000×#ff0000 [ Console ] " .. name .. ":#FFcc00 " .. text, getRootElement(), 255, 255, 255, true) end end end ) لقيت cancelEvent() انت كده سويت لما يكون سريال شخص هذا يكنسل الايفنت يعني ما يقدر يكتب يكتب ما ينكتب شئ --------------- ثاني شئ addEventHandler( "onPlayerChat", getRootElement(), function (text, msgtype) local Serial = getPlayerSerial(source) local name = getPlayerName(source) if Serial == 'سريالك' then cancelEvent() if isObjectInACLGroup("user." .. account, aclGetGroup("Console")) then outputChatBox("#000000×#ff0000 [ Console ] " .. name .. ":#FFcc00 " .. text, getRootElement(), 255, 255, 255, true) end end end ) لقيت if isObjectInACLGroup("user." .. account, aclGetGroup("Console")) then انا قولت ابي اسوي تاج معين لسريال معين مب عايز ادخل اي روتب ------------- ياريت احد يظبطة خلاص اخي الف مشكور انا حليت النشكلات وخليته تمام طيب لو ما سويت كنسل راح يكرر Edited November 17, 2016 by iMr ~ MnHmAr Link to comment
AHMED MOSTAFA Posted November 17, 2016 Share Posted November 17, 2016 طيب لو ما سويت كنسل راح يكرر اقفل مود الفري روم + اي مود يخرج رسائل في الشات ميشان ما يكرر Link to comment
MA[S]RIY Posted November 19, 2016 Author Share Posted November 19, 2016 (edited) طيب ذا الحين بيضع تاج للسريال ذا كيف اخليه التاج ذا يشتغل والتاج الأساسي ما يشتغل للسريال ذا ؟ # Edited November 19, 2016 by MA[S]RIY Link to comment
Master_Ali Posted November 19, 2016 Share Posted November 19, 2016 (edited) 8 hours ago, MARIY said: طيب ذا الحين بيضع تاج للسريال ذا كيف اخليه التاج ذا يشتغل والتاج الأساسي ما يشتغل للسريال ذا ؟ # عدل على مود التاج حقك الاصلي اخوي سوتحقق اذا كان ي السيريال يساوي السيريال ذا يكنسل الايفينت + رح الفري روم على ملف fr_server وابحث عن onplayerchat وشيلها كلها وركب انت مود سبام بالتوفيق Edited November 19, 2016 by Master_Ali 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