WTF_ Posted September 9, 2017 Share Posted September 9, 2017 وش الفاكشن تبع معرفة ساعات اللاعب ولو ما في كيف أسحب الوقت وليش ذا الفاكشن ما يشتغل 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
Doffy Posted September 9, 2017 Share Posted September 9, 2017 getElementData setElementData Link to comment
+Source|> Posted September 9, 2017 Share Posted September 9, 2017 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 ) 2 Link to comment
Abdul KariM Posted September 10, 2017 Share Posted September 10, 2017 @Source|> تستهبل ؟ 1 Link to comment
WTF_ Posted September 10, 2017 Author Share Posted September 10, 2017 10 hours ago, #Himoo said: getElementData setElementData بالله يا أخوي معطيني ذول في وش بستخدمهم بضبط كلامك مو مفهوم والله Link to comment
Doffy Posted September 10, 2017 Share Posted September 10, 2017 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
+Source|> Posted September 10, 2017 Share Posted September 10, 2017 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
' A F . Posted September 10, 2017 Share Posted September 10, 2017 ي آخ هو يبي يجيب ساعات اللاعب بالنسبة لصاحب الموضوع اذا كان مود الساعات الي عندك المنتشر getElementData split Link to comment
Rockyz Posted September 10, 2017 Share Posted September 10, 2017 https://forum.multitheftauto.com/topic/42698-تحت-التطوير-كود-useful-arab-functions/?do=findComment&comment=813575 Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now