Jump to content

مساعدة


WTF_

Recommended Posts

وش الفاكشن تبع معرفة ساعات اللاعب 

ولو ما في كيف أسحب الوقت وليش ذا الفاكشن ما يشتغل

addEventHandler ( "onClientResourceStart" , root , function () 
	for i,v in ipairs ( getElementsByType ( "player" )) do 
	     local Row = guiGridListAddRow ( GridList )
	      guiGridListSetItemText ( GridList, Row, 1, getPlayerName ( v ), false, false )
	  end 
	    end 
		    )

 

Link to comment
2 hours ago, WTF_ said:

وش الفاكشن تبع معرفة ساعات اللاعب 

ولو ما في كيف أسحب الوقت وليش ذا الفاكشن ما يشتغل


addEventHandler ( "onClientResourceStart" , root , function () 
	for i,v in ipairs ( getElementsByType ( "player" )) do 
	     local Row = guiGridListAddRow ( GridList )
	      guiGridListSetItemText ( GridList, Row, 1, getPlayerName ( v ), false, false )
	  end 
	    end 
		    )

 

جرب

addEventHandler ( "onClientResourceStart" , root , 
  function () 
    guiGridListClear( GridList )
	for i,v in ipairs ( getElementsByType ( "player" )) do 
	     local Row = guiGridListAddRow ( GridList )
	      guiGridListSetItemText ( GridList, Row, 1, tostring( getPlayerName ( v )), false, false )
	 end 
end 
)

 

  • Confused 2
Link to comment
21 hours ago, WTF_ said:

بالله يا أخوي معطيني ذول في وش بستخدمهم بضبط كلامك مو مفهوم والله 

 

On 9/9/2017 at 14:03, WTF_ said:

وش الفاكشن تبع معرفة ساعات اللاعب 

ولو ما في كيف أسحب الوقت وليش ذا الفاكشن ما يشتغل


addEventHandler ( "onClientResourceStart" , root , function () 
	for i,v in ipairs ( getElementsByType ( "player" )) do 
	     local Row = guiGridListAddRow ( GridList )
	      guiGridListSetItemText ( GridList, Row, 1, getPlayerName ( v ), false, false )
	  end 
	    end 
		    )

 

 

Link to comment
7 hours ago, Abdul KariM said:

@Source|> تستهبل ؟

اللي في عقلك

11 hours ago, WTF_ said:

وش الفاكشن تبع معرفة ساعات اللاعب 

ولو ما في كيف أسحب الوقت وليش ذا الفاكشن ما يشتغل


addEventHandler ( "onClientResourceStart" , root , function () 
	for i,v in ipairs ( getElementsByType ( "player" )) do 
	     local Row = guiGridListAddRow ( GridList )
	      guiGridListSetItemText ( GridList, Row, 1, getPlayerName ( v ), false, false )
	  end 
	    end 
		    )

 

اسمع اخوي


  function refresh () 
    guiGridListClear( GridList )
	for i,v in ipairs ( getElementsByType ( "player" )) do 
	     local Row = guiGridListAddRow ( GridList )
	      guiGridListSetItemText ( GridList, Row, 1, tostring( getPlayerName ( v )), false, false )
	 end 
end 

حط كلمة 

refresh () 

في كود فتح اللوحه

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