Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. viewtopic.php?f=139&t=37620 هذا شرح فديو هنا تحصل ثيمات : viewforum.php?f=139
  2. addEventHandler 'onClientGUIClick' guiCreateButton guiCreateGridList guiGridListAddRow guiGridListAddColumn guiCreateEdit guiGetText guiGridListSetItemText
  3. Post the code after all edit's.
  4. Yes but also u have to edit all the other arguments for sure just add the table. ** EDIT : ADD THIS IN THE TOP OF THE CODE : local GUIEditor = { gridlist = {}, window = {}, scrollbar = {}, button = {} }
  5. Yes For Sure Because There's no 'GUIEditor' Table and don't forgot the other's windows,buttons..etc
  6. I don't see anything to handle or create the 'GUI' " function theGUI()" So Maybe u should to recheck on your code.
  7. ** FROM VERSION 1.4.1 r6791 ONWARDS hash هذي الوظيفة تابعه لتشفير البيانات كـ مثال الويكي شريطة ان يكون من الشفرات التاليه : "md5", "sha1", "sha224", "sha256", "sha384", "sha512"
  8. قصدك برمجة سيرفر كامل ماهو القيم مود فقط .
  9. addEventHandler : 'onClientGUIClick' -- عند الاختيار من الائحة .. guiGridListGetSelectedItem -- تحقق من الاختيار .. guiGridListGetItemText -- جلب الكلام المختار من الائحة "رقم الشخصية أو المعرف الخاص بها " وتعيينة كـ شخصية .. setElementModel -- تعيين الشخصية باستخدام الوظيفة السابقة للاعب او البيد عند الاختيار .. -- علماً بـ أن الوظيفة في جانب الكلنت عند تعيينها كـ شخصية اساسية لـ لاعب محدد لن يظهر للجميع فقط الاعب المختار للوظيفة ..
  10. Actually the debug said that the error in setPedStat And i checked that in your code from line 128-138 the problem is that you should use the value of the 'STAT' instead of the stat name so it should look something like that : setPedStat ( source,69,666 ) setPedStat ( source,70,value )
  11. Try to use getElementType.
  12. ماتشوف الا الخير ان شاء الله ..
  13. http://www.adslgate.com/dsl/showthread.php?t=1862248 http://www.adslgate.com/dsl/showthread.php?t=1868661
  14. أهلاً بـ عودتكـ مرة أخرى و أتمنى لك التوفيق في انشاء السيرفر و نجاحة : ) ..
  15. getElementsByType getElementDimension بـ كل بســاطة ..
  16. GUIEditor = { gridlist = {}, window = {}, button = {} } cars = { { 402,'Car Name 1',199 }, { 331,'Car Name 2',299 }, { 333,'Car Name 3',399 }, { 404,'Car Name 4',499 }, { 413,'Car Name 5',599 }, { 411,'Car Name 6',999 }, } addEventHandler('onClientResourceStart', resourceRoot, function ( ) GUIEditor.window[1] = guiCreateWindow(374, 208, 541, 361, 'CarShow', false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) GUIEditor.gridlist[1] = guiCreateGridList(9, 24, 522, 242, false, GUIEditor.window[1]) guiGridListAddColumn(GUIEditor.gridlist[1], 'ID', 0.3) guiGridListAddColumn(GUIEditor.gridlist[1], 'Name', 0.3) guiGridListAddColumn(GUIEditor.gridlist[1], 'Price', 0.3) GUIEditor.button[1] = guiCreateButton(11, 295, 200, 56, 'X', false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], 'sa-header') GUIEditor.button[2] = guiCreateButton(217, 295, 314, 56, 'use', false, GUIEditor.window[1]) for k,v in ipairs ( cars ) do local row = guiGridListAddRow (GUIEditor.gridlist[1]) guiGridListSetItemText (GUIEditor.gridlist[1], row, 1,v [1] , false, false) guiGridListSetItemText (GUIEditor.gridlist[1], row, 2, v [2], false, false) guiGridListSetItemText (GUIEditor.gridlist[1], row, 3, v [3] , false, false) end end ) You can try that.
  17. 13 Jan : Updated .. تم التحديث! 21 Mar : New Update 09 April : New Update [ Note added ] * Note : المشاركات غير مسموح بها في الموضوع .
  18. iPrestege

    Help!!!

    If you're using the latest version try to use "SHIFT + G" or Type : "guieditor" In the console window.
  19. Great SPEED IN THERE IT'S REALLY Great But the ping can't be more better? And one question when you do the speed test from that site was from a LAN CABLE or WLAN? PS. Enjoy that speed and how much speed like that cost in us dollars? Here in my county cost about 220 USD per month -_-' !!!
×
×
  • Create New...