Jump to content

خطا


Recommended Posts

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

	
	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
)

 

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