#StrOnG_,) Posted January 7, 2016 Share Posted January 7, 2016 السلام عليكم ابي فنكشنات لما اللاعب عنده تحميل ويجي يكتب بالشات ينكسل الحدث وتجيه رسالةة , وشكرآ Link to comment
Rockyz Posted January 7, 2016 Share Posted January 7, 2016 Client : addEvent ( "SetData", true ) addEventHandler ( "SetData", root, function ( ) if ( isTransferBoxActive ( ) == true ) then setElementData ( source, "CannotChat", "ON" ) else setElementData ( source, "CannotChat", "OFF" ) end end ) Server : addEventHandler ( "onResourceStart", root, function ( ) for k, v in ipairs ( getElementsByType ( "player" ) ) do triggerClientEvent ( v, "SetData", v ) end end ) addEventHandler ( "onPlayerChat", root, function ( ) if ( getElementData ( source, "CannotChat" ) == "ON" and getElementData ( source, "CannotChat" ) ~= "OFF" ) then cancelEvent ( ) end end ) Link to comment
#StrOnG_,) Posted January 7, 2016 Author Share Posted January 7, 2016 Client : addEvent ( "SetData", true ) addEventHandler ( "SetData", root, function ( ) if ( isTransferBoxActive ( ) == true ) then setElementData ( source, "CannotChat", "ON" ) else setElementData ( source, "CannotChat", "OFF" ) end end ) Server : addEventHandler ( "onResourceStart", root, function ( ) for k, v in ipairs ( getElementsByType ( "player" ) ) do triggerClientEvent ( v, "SetData", v ) end end ) addEventHandler ( "onPlayerChat", root, function ( ) if ( getElementData ( source, "CannotChat" ) == "ON" and getElementData ( source, "CannotChat" ) ~= "OFF" ) then cancelEvent ( ) end end ) طلبت فنكشنات , + هذي الاكواد تخليه ما يقدر يتكلم ابدا وانا ابيه بعد ما يسجل يقدر يتكلم Link to comment
iPrestege Posted January 7, 2016 Share Posted January 7, 2016 'onPlayerLogin' setElementData عدل عليها اذا سجل الاعب الدخول يغير الداتا Link to comment
#DRAGON!FIRE Posted January 7, 2016 Share Posted January 7, 2016 @ #,+( _xiRoc[K]; > : طريقتكـ خطا . @ Strong : استخدم ذا الكود .. Client Side addEventHandler( "onClientResourceStart", resourceRoot, function( ) TimerDownload = setTimer( function( ) if ( isTransferBoxActive ( ) ~= true ) then setElementData( localPlayer, "download", false ) killTimer( TimerDownload ) end end, 10000, 0 ) end ) Server Side addEventHandler( "onPlayerJoin", root, function( ) setElementData( source, "download", "Download" ) end ) addEventHandler ( "onPlayerChat", root, function ( ) if ( getElementData( source, "download" ) == "Download" ) then cancelEvent ( ) end end ) Link to comment
#StrOnG_,) Posted January 7, 2016 Author Share Posted January 7, 2016 @ #,+( _xiRoc[K]; > : طريقتكـ خطا .@ Strong : استخدم ذا الكود .. Client Side addEventHandler( "onClientResourceStart", resourceRoot, function( ) TimerDownload = setTimer( function( ) if ( isTransferBoxActive ( ) ~= true ) then setElementData( localPlayer, "download", false ) killTimer( TimerDownload ) end end, 10000, 0 ) end ) Server Side addEventHandler( "onPlayerJoin", root, function( ) setElementData( source, "download", "Download" ) end ) addEventHandler ( "onPlayerChat", root, function ( ) if ( getElementData( source, "download" ) == "Download" ) then cancelEvent ( ) end end ) ما تغير شي , يقدر يكتب عادي Link to comment
#DRAGON!FIRE Posted January 7, 2016 Share Posted January 7, 2016 طفي التاج اللي عندكـ وجرب . Link to comment
#StrOnG_,) Posted January 7, 2016 Author Share Posted January 7, 2016 طفي التاج اللي عندكـ وجرب . يـب تمام لو اطفي التاج يششتغل لكن كيف اسويه ؟ مع التاج ؟ Link to comment
iPrestege Posted January 7, 2016 Share Posted January 7, 2016 سوي تحقق الداتا بـ مود التاج ادمجهم مع بعض . Link to comment
#StrOnG_,) Posted January 7, 2016 Author Share Posted January 7, 2016 سوي تحقق الداتا بـ مود التاج ادمجهم مع بعض . ادمج داتا التاج مع داتا التحميل ؟ Link to comment
iPrestege Posted January 7, 2016 Share Posted January 7, 2016 انت عدلها حسب مود التاج اي شيء يتعلق بـ حدث الشات وعندك تاج تعدل على مود التاج عشان التكرار . Link to comment
BigJoe Posted January 7, 2016 Share Posted January 7, 2016 ممكن تعمل أول لما لاعب يكتب يتحقق ان كان مسجل او لا لو لآ يكنسل الحدث وخلاص لية وجع القلب هذه Link to comment
#DRAGON!FIRE Posted January 7, 2016 Share Posted January 7, 2016 اش دخل التسجيل بالتحميل .. Link to comment
#StrOnG_,) Posted January 7, 2016 Author Share Posted January 7, 2016 ممكن تعمل أول لما لاعب يكتب يتحقق ان كان مسجل او لا لو لآ يكنسل الحدث وخلاص لية وجع القلب هذه فكرة حلوة , مشكورين زاحف وبرستيج , والشسمه BigJoe Link to comment
#DRAGON!FIRE Posted January 7, 2016 Share Posted January 7, 2016 العفو , بس ترا اللاعب يقدر يسجل من اف 8 عادي جدا وبـ كذا راح يقدر يتكلم . Link to comment
#StrOnG_,) Posted January 7, 2016 Author Share Posted January 7, 2016 العفو , بس ترا اللاعب يقدر يسجل من اف 8 عادي جدا وبـ كذا راح يقدر يتكلم . اصلاً بمنع التسجيل من اف 8 وما يقدر يكتب :] او يسجل اصلاً Link to comment
BigJoe Posted January 8, 2016 Share Posted January 8, 2016 ممكن تعمل أول لما لاعب يكتب يتحقق ان كان مسجل او لا لو لآ يكنسل الحدث وخلاص لية وجع القلب هذه فكرة حلوة , مشكورين زاحف وبرستيج , والشسمه BigJoe العفو دائما انا اختصر الطريق الصعب فيصبح سهل 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