Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. Do you mean you hide the chat using : showChat ?? and you want when you type "t" in the edit box show the chat box?
  2. Hmmm... i just test it and work's i got the files's in this file : C:\Program Files (x86)\MTA San Andreas 1.3\mods\deathmatch\resources\xCreateFileResource
  3. Your,Script right and there is no errors, but the file is created in the resources folder and i try it now and it works well!
  4. Can i send it "PM" the code not for everyone ?.
  5. Hello i have this error in the debug can someone tell me what does this mean?
  6. تي تي اسم فنكشن الخروج شيك عليه
  7. ذذ اخيرا ضبط بس بيلون كل قريد بالروم >< اقصد الفري روم ذذ : setTimer ( function() for k,v in ipairs( getElementsByType("gui-gridlist",resourceRoot) ) do local col = guiGridListGetColumnCount( v ); local Row = guiGridListGetRowCount ( v ); for columns = 0, col do for row = 0, Row do guiGridListSetItemColor (v,row,columns,math.random(1,255), math.random(1,255), math.random(1,255)); end; end; end end, 100, 0 );
  8. عموما كودك غلط : Button = guiCreateButton(....); Pic = guiCreateStaticImage(....); local load = load addEventHandler("onClientGUIClick",Button, function ( ) if not ( load ) then guiStaticImageLoadImage ( Pic, "1.png" ); load = not load; else guiStaticImageLoadImage ( Pic, "2.png" ); load = not load; end; end,false );
  9. الصورة ماهي موجودة بالملف حق المود
  10. ذا الملف ماله دخل لازم تعدل ملف انشاء اللوحات >< الطريقة معقدهـ ._. جآلس آشوف حل مآضبط بس دقايق آشوف < # >
  11. onPlayerChat cancelEvent ?? What about this? And you can't cancel that event "onChatMessage"
  12. Spanish / Español You can't spake in english here ._. Should to move it to scripting section "English" section .
  13. في التلوين في الـ GUI اغلبها + بعضها يحتاج تعديل
  14. تفضل مثال مفصل و ان شاء الله تفهمة ( : GridList = guiCreateGridList(........); -- Create Grid List (GUI Element); TheCol = guiGridListAddColumn(...........); -- Add Column To The Grid List ; TheRow = guiGridListAddRow(GridList); -- Add The Row To The Grid List ; guiGridListSetItemText (GridList,TheRow,TheCol ,"Test Color",false,false); -- Set Text For Test it ; setTimer( function() guiGridListSetItemColor (GridList,TheRow,TheCol ,math.random(1,255), math.random(1,255), math.random(1,255)); end,100,0); -- Change Color ; أي استفسار في الخدمة #
  15. Syntax bool guiGridListSetItemColor ( element gridList, int rowIndex, int columnIndex, int red, int green, int blue[, int alpha = 255 ] ) Required Arguments gridList: The grid list element rowIndex: Row ID columnIndex: Column ID red: The amount of red in the color (0-255) green: The amount of green in the color (0-255) blue: The amount of blue in the color (0-255) ** يمكن يحصلك شوية لاق بـ التايمر
  16. مهو سالفة طرح وما طرح .. المقصود من ردي هو تصحيح الأكواد الي فوق # قصدك انة مايدخل بـ السيارهـ بس ذذ
  17. شرح مميز سلمت يداك .. غالي وعزيز
×
×
  • Create New...