Jump to content

سؤال


Recommended Posts

كيف اخلي العاجل اول ما يخرج الاعب

الكلام يكون موجود

يعني انا كتبت في العاجل

منورين

اخر وادخل ما القيه

كيف اعدل علييها

تاني طلب

يوم أسوي العاجل كيف اجيب احدثيات الmessge ?

Link to comment

لحفظ العاجل استخدم

  
  
local name = getPlayerName( player ) 
local msg = text 
setElementData(root,'3ajel',{name,msg}) 
  
  

طبعا text متغير النص

و player اللاعب اللي كتب النص

لجلب العاجل استخدم :

  
  
local data = getElementData(root,'3ajel') 
if not data then data = {'',''} end 
local name = data[1] 
local text = data[2] 
  
  

استخدم name للاسم

استخدم text للنص

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...