Wormen Posted October 9, 2017 Share Posted October 9, 2017 انا سويت كود اذا اللاعب ما سجل بحساب ما يقدر يتكلم في الشات و ما اشتغل و ما اعرف و الكود في سيرفر و حطيطو في جروب ادمن و بردو نفس المشكلة addEventHandler("onPlayerChat",getRootElement(), function () if isGuestAccount (getPlayerAccount(source)) then cancelEvent() outputChatBox( "[Login-System]#ffffffYou should login to talk in chat . ",source,255,255,0,true) end end) بس لما اجرب اتكلم و انا مو مسجل يظهر بس الكلام اللي انا مسوية و ما يكنسل الافنت Link to comment
+Source|> Posted October 9, 2017 Share Posted October 9, 2017 1 minute ago, Wormen said: انا سويت كود اذا اللاعب ما سجل بحساب ما يقدر يتكلم في الشات و ما اشتغل و ما اعرف و الكود في سيرفر و حطيطو في جروب ادمن و بردو نفس المشكلة addEventHandler("onPlayerChat",getRootElement(), function () if isGuestAccount (getPlayerAccount(source)) then cancelEvent() outputChatBox( "[Login-System]#ffffffYou should login to talk in chat . ",source,255,255,0,true) end end) بس لما اجرب اتكلم و انا مو مسجل يظهر بس الكلام اللي انا مسوية و ما يكنسل الافنت ديبق ؟ Link to comment
Wormen Posted October 9, 2017 Author Share Posted October 9, 2017 Just now, Source|> said: ديبق ؟ ما في شييء في الدي بق Link to comment
Doffy Posted October 9, 2017 Share Posted October 9, 2017 (edited) addEventHandler("onPlayerChat",root, function () for _,players in ipairs ( getElementsByType ( "player" ) ) do if ( getPlayerAccount( players )) then if isGuestAccount( getPlayerAccount( players )) then cancelEvent() outputChatBox( "[Login-System]#ffffffYou should login to talk in chat . ",source,255,255,0,true) end end end end) Edited October 9, 2017 by #Himoo 1 Link to comment
+Source|> Posted October 9, 2017 Share Posted October 9, 2017 (edited) 4 minutes ago, Wormen said: ما في شييء في الدي بق جرب كذا addEventHandler("onPlayerChat",getRootElement(), function (player) local acC = getPlayerAccount(player) if isGuestAccount (acC) then cancelEvent() outputChatBox( "[Login-System]#ffffffYou should login to talk in chat . ",source,255,255,0,true) end end) او اقولك جرب حق هيمو لان حقي ما فيه فرق Edited October 9, 2017 by Source|> 2 Link to comment
Rockyz Posted October 9, 2017 Share Posted October 9, 2017 (edited) 3 minutes ago, #Himoo said: addEventHandler("onPlayerChat",root, function () for _,players in ipairs ( getElementsByType ( "player" ) ) do if ( getPlayerAccount( players )) then if isGuestAccount( getPlayerAccount( players )) then cancelEvent() outputChatBox("Please Login First",source,255,0,0,true) end end end end) الوب ماله داعي الكود غلط انت كذا تتحقق من الكل + اذا انت مسوي لوب ليه حاط في فنكشن outputChatBox source Edited October 9, 2017 by #,+( _xiRoc[K]; > Link to comment
Doffy Posted October 9, 2017 Share Posted October 9, 2017 Just now, #,+( _xiRoc[K]; > said: الوب ماله داعي الكود غلط + اذا انت مسوي لوب ليه حاط في فنكشن outputChatBox source اولا انا مجربه قبل ما اعطيه ياه ثانيا انت جربته ؟ Link to comment
Wormen Posted October 9, 2017 Author Share Posted October 9, 2017 Just now, #,+( _xiRoc[K]; > said: الوب ماله داعي الكود غلط + اذا انت مسوي لوب ليه حاط في فنكشن outputChatBox source طيب وش اسوي ؟ Link to comment
Doffy Posted October 9, 2017 Share Posted October 9, 2017 Just now, Wormen said: طيب وش اسوي ؟ اولا انت جربت حقي ؟ Link to comment
Rockyz Posted October 9, 2017 Share Posted October 9, 2017 (edited) 4 minutes ago, #Himoo said: اولا انا مجربه قبل ما اعطيه ياه ثانيا انت جربته ؟ اجربه ليش يعني مثلا ؟ انت مجربه بنفسك ؟ طيب وش المشكلة ؟؟ اذا جربته بنفسك اكيد بيشتغل لأنك الوحيد الموجود في السيرفر + حتى لو انك مو بنفسك وفي احد معك في السيرفر مو مسجل بيطلع لك الرسالة لأنك تتحقق من الكل اذا هم مسجلين او لا كودك غلط لأنك تتحقق من الكل 10 minutes ago, Wormen said: طيب وش اسوي ؟ addEventHandler ( 'onPlayerChat', root, function ( ) if ( isGuestAccount ( getPlayerAccount ( source ) ) ) then cancelEvent ( ); outputChatBox ( '[Login-System]#ffffffYou should login to talk in chat . ', source, 255, 255, 0, true ) end end ); Quote واذا عندك فري روم افتح ملف fr_server وروح لسطر 444 الي هو ذا if type == 0 then cancelEvent() واستبدله ب local acc = getPlayerAccount ( source ) if ( isGuestAccount ( acc ) ) then return cancelEvent ( ) end if type == 0 then cancelEvent() + تأكد انه في السيرفر سايد Edited October 9, 2017 by #,+( _xiRoc[K]; > 1 Link to comment
Wormen Posted October 9, 2017 Author Share Posted October 9, 2017 Just now, #,+( _xiRoc[K]; > said: اجربه ليش يعني مثلا ؟ انت مجربه بنفسك ؟ طيب وش المشكلة ؟؟ اذا جربته بنفسك اكيد بيشتغل لأنك الوحيد الموجود في السيرفر + حتى لو انك مو بنفسك وفي احد معك في السيرفر مو مسجل بيطلع لك الرسالة لأنك تتحقق من الكل اذا هم مسجلين او لا كودك غلط لأنك تتحقق من الكل addEventHandler ( 'onPlayerChat', root, function ( ) if ( isGuestAccount ( getPlayerAccount ( source ) ) ) then cancelEvent ( ); outputChatBox ( '[Login-System]#ffffffYou should login to talk in chat . ', source, 255, 255, 0, true ) end end ); + تأكد انه في السيرفر سايد ما عندي فري روم لسا المشكلة موجودة الكلام يظهر بس ما يكنسل الافنت و اقدر اتكلم بس يظهر الكلام Link to comment
Rockyz Posted October 9, 2017 Share Posted October 9, 2017 Just now, Wormen said: ما عندي فري روم بس استخدم الكود هذا اذا ماعندك فري روم : addEventHandler ( 'onPlayerChat', root, function ( ) if ( isGuestAccount ( getPlayerAccount ( source ) ) ) then cancelEvent ( ); outputChatBox ( '[Login-System]#ffffffYou should login to talk in chat . ', source, 255, 255, 0, true ) end end ); Link to comment
Wormen Posted October 9, 2017 Author Share Posted October 9, 2017 (edited) 8 hours ago, #,+( _xiRoc[K]; > said: بس استخدم الكود هذا اذا ماعندك فري روم : addEventHandler ( 'onPlayerChat', root, function ( ) if ( isGuestAccount ( getPlayerAccount ( source ) ) ) then cancelEvent ( ); outputChatBox ( '[Login-System]#ffffffYou should login to talk in chat . ', source, 255, 255, 0, true ) end end ); استخدمتو و ما اشتغل بردو ملحوظة انا قافل Play و فري روم لن انا مسوي جيم بلاي و شغال و كل شييء بس ما اعرف سبب هي المشكلة Edited October 10, 2017 by !#NssoR_) Removed Offensive words. 1 Link to comment
Rockyz Posted October 9, 2017 Share Posted October 9, 2017 Just now, Wormen said: استخدمتو و ما اشتغل بردو تأكد انه سيرفر سايد وأكتب /debugscript 3 وشوف وش يطلع لك Link to comment
Wormen Posted October 9, 2017 Author Share Posted October 9, 2017 Just now, #,+( _xiRoc[K]; > said: تأكد انه سيرفر سايد وأكتب /debugscript 3 وشوف وش يطلع لك ما طلع شييء Link to comment
AE. Posted October 9, 2017 Share Posted October 9, 2017 (edited) 16 minutes ago, Wormen said: ما طلع شييء addEventHandler ( 'onPlayerChat', root, function ( ) cancelEvent () end) جرب ذا لو طلع الكلام في الشات معناها في شئ غلط لو ماطلع معناها في شئ غلط من التحققات اللي سووها فوق Edited October 9, 2017 by 3laa33 1 Link to comment
^iiEcoo'x_) Posted October 9, 2017 Share Posted October 9, 2017 (edited) addEventHandler ( 'onPlayerChat' , root , function ( ) if ( isGuestAccount ( getPlayerAccount ( source ) ) ) then cancelEvent ( true , 'سجل ي معلم' ) end end ) Edited October 9, 2017 by #_iMr.[E]coo Link to comment
+Source|> Posted October 9, 2017 Share Posted October 9, 2017 تأكد من ملف الميتا ان النوع server Link to comment
^iiEcoo'x_) Posted October 9, 2017 Share Posted October 9, 2017 54 minutes ago, Source|> said: جرب كذا addEventHandler("onPlayerChat",getRootElement(), function (player) local acC = getPlayerAccount(player) if isGuestAccount (acC) then cancelEvent() outputChatBox( "[Login-System]#ffffffYou should login to talk in chat . ",source,255,255,0,true) end end) او اقولك جرب حق هيمو لان حقي ما فيه فرق غلط ، Link to comment
King12 Posted October 10, 2017 Share Posted October 10, 2017 (edited) جربت نفس كود الشباب ويشتغل, المشكلة من عندك. تأكد انه مافيه حدث ثاني ل onPlayerChat. function onChat () local account = getPlayerAccount ( source ) if isGuestAccount ( account ) then cancelEvent() outputChatBox( "[Login-System] #ffffffYou should login to talk in chat . ", source, 255, 255, 0, true) else return end end addEventHandler("onPlayerChat", root, onChat) Edited October 10, 2017 by King12 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