Jump to content

M[ROYAL]RII

Members
  • Posts

    22
  • Joined

  • Last visited

Everything posted by M[ROYAL]RII

  1. يا ايهاب اتأكد ان ما فى فنكشنات متشابها او لو عندك سكايب ضفنى hossen.elsanose.5
  2. انا احاول و اشوف من الويكي و فشلت
  3. لا يعمل
  4. جربت ذا ؟
  5. ما ظبط
  6. ما يعطينى شئ
  7. ما ظبط
  8. السلام عليكم انا سويت لوحه قريد ليست بها سكنات ولكن عند الضغط مرتين على القريد ما يعطينى السكن الكود List = { { 'skin',41}, { 'skin2',45 }, { 'skin3',54}, { 'skin4',91 }, } for i, c in ipairs ( List ) do local aRow = guiGridListAddRow ( GridList[1] ) guiGridListSetItemText ( GridList[1], aRow, 1, ''..i..'', false, false ) guiGridListSetItemText ( GridList[1], aRow, 2, c[1], false, false ) guiGridListSetItemColor(GridList[1], aRow, 2, 255, 255, 0, 255) guiGridListSetItemColor(GridList[1], aRow, 1, 0, 255, 255, 255) end addEventHandler("onClientDoubleGUIClick", root , function() if source == GridList[1] then ID = guiGridListGetItemText ( GridList[1], guiGridListGetSelectedItem ( GridList[1] ), 3 ) triggerServerEvent("skin", localPlayer , S ,ID) end end ) addEvent ("skin" , true) addEventHandler("skin",root, function(ID) setPedSkin (source, ID ) end )
  9. M[ROYAL]RII

    how?

    plz i can't create it
  10. M[ROYAL]RII

    how?

    can you make Example plz
  11. M[ROYAL]RII

    how?

    -______- you change your name ! Email:[email protected] Skype:tn6el0909 Twitter:@tn6el
  12. M[ROYAL]RII

    how?

    are you tn6el
  13. لا انا يا راجو بس الأميل الأول خذ باند ما اعرف ليش
  14. M[ROYAL]RII

    how?

    hello how can i create Dx gridlist
  15. انت تبى اذا الحساب مستخدم يقول لك "هذا الحساب مستخدم" ؟
  16. طيب راجو وش قال انا افيده و اقول ما اعلمه حتى لو الكلام قيل مليون مره
  17. على حد علمى TFF استخدم فنكشن guiSetFont guiCreateFont
  18. ممكن سؤال سفاح وش الفايده انك سويت لوكال ؟
  19. اوك شكرآ على تعديلك
  20. وش تبي تسوي أنت؟ هريسة؟
  21. انا سويت مثال و ما جربته يا رب يشتغل ملاحظة يفتح من فى اف 8 o يفتح e يغلق GUIEditor = { button = {}, window = {}, edit = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(532, 164, 249, 173, "Sound", false) guiWindowSetSizable(GUIEditor.window[1], false) E1 = guiCreateEdit(9, 30, 230, 30, "url", false, GUIEditor.window[1]) B1 = guiCreateButton(9, 66, 113, 29, "Play", false, GUIEditor.window[1]) guiSetProperty(B1, "NormalTextColour", "FFAAAAAA") B2 = guiCreateButton(126, 66, 113, 29, "Stop", false, GUIEditor.window[1]) guiSetProperty(B2, "NormalTextColour", "FFAAAAAA") E2 = guiCreateEdit(67, 101, 104, 26, "Volume", false, GUIEditor.window[1]) guiSetProperty(E2, "NormalTextColour", "FFFF9C00") B3 = guiCreateButton(69, 131, 102, 32, "Set", false, GUIEditor.window[1]) guiSetProperty(B3, "NormalTextColour", "FFAAAAAA") end ) s = guiGetText(E1) v = guiGetText(E2) addEventHandler("onClientGUIClick",root, function () if source == B1 then sound = playSound(s) end end ) addEventHandler("onClientGUIClick",root, function () if source == B2 then stopSound( sound ) end end ) addEventHandler("onClientGUIClick",root, function () if source == B2 then setSoundVolume(sound, v) end end ) function o() guiSetVisible(GUIEditor.window[1],true) showCursor( true ) guiSetInputEnabled( true ) end addCommandHandler("o",o) function e() guiSetVisible(GUIEditor.window[1],false) showCursor( false ) guiSetInputEnabled( false ) end addCommandHandler("e",e)
×
×
  • Create New...