Jump to content

خطا


Recommended Posts

Posted

ليه ما يضيف السطور

	
	addEventHandler("onClientResourceStart", resourceRoot,
    function()
 List = guiCreateGridList(0.30, 0.13, 0.37, 0.68, true)
        guiGridListAddColumn(List, "#", 0.355)
		Button = guiCreateButton(0.30, 0.83, 0.36, 0.04, "Close", true)

for i = 1, 50 do
    guiGridListAddRow(List)
end
guiGridListSetItemText(List,0,1,"1",true,true)
guiGridListSetItemText(List,1,1,"2",false,false)


	end
)

 

Posted
-- جرب

for i = 1,50 do
  local row = guiGridListAddRow(List)
  guiGridListSetItemText(List,row,1,i,false,false)
  end

 

Experienced MTA developer for 4 years. | MTA خبرة 4 سنين في برمجة

ليس عليك اسعاد الجميع ,
ولكن عليك بإن لا تؤذي أحداً 

=========
You do not have to make everyone happy,
But you should not hurt anyone

 

Want to contact with me?

 

Discord: JustCarry#2616 (Always there)
Skype: Live:JustCarry10 (Not always)

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