Jump to content

مشكلة غريبة


Recommended Posts

السلام عليكم , ظهرت لي هذي المشكلة , حد عنده حل ذ؟

addEvent ( 'onTriggerSetInfo' , true )
addEventHandler ( 'onTriggerSetInfo' , root ,
	function ( Info )
		for _ , v in ipairs ( Info ) do 
			guiSetText ( GUIEditor.label[1] , '......'..v[2]..'.......' ) -- line 250 !
		end 
	end 
)

p_7527cvll1.png 

Link to comment

تفضل

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...