^iiEcoo'x_) Posted January 22, 2018 Share Posted January 22, 2018 السلام عليكم , ظهرت لي هذي المشكلة , حد عنده حل ذ؟ addEvent ( 'onTriggerSetInfo' , true ) addEventHandler ( 'onTriggerSetInfo' , root , function ( Info ) for _ , v in ipairs ( Info ) do guiSetText ( GUIEditor.label[1] , '......'..v[2]..'.......' ) -- line 250 ! end end ) Link to comment
^iiEcoo'x_) Posted January 22, 2018 Author Share Posted January 22, 2018 تفضل local Block = getAccountData ( getAccount ( Account ) , 'Block' ) local Email = exports [ 'RegisterPanel' ]:getEmailAccount ( Account ) local Password = exports [ 'RegisterPanel' ]:getPasswordAccount ( Account ) local Serial = getAccountSerial ( getAccount ( Account ) ) local Info = { } table.insert ( Info , { Block , Email , Password , Serial } ) triggerClientEvent ( source , 'onTriggerSetInfo' , source , Info ) 53 minutes ago, #,+( _xiRoc[K]; > said: اطرح Info Link to comment
Rockyz Posted January 22, 2018 Share Posted January 22, 2018 اطرح الاكواد كامل و RegisterPanel Link to comment
^iiEcoo'x_) Posted January 22, 2018 Author Share Posted January 22, 2018 10 minutes ago, #,+( _xiRoc[K]; > said: اطرح الاكواد كامل و RegisterPanel تم الحل , الخطأ كان من RegisterPanel ! 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