Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. iPrestege

    Help

    What is the error that appears in the MTADiag?
  2. iPrestege

    gsub

    Read this page : string.gsub < >
  3. iPrestege

    Help

    What? Read this and you will find a new version ; https://forum.multitheftauto.com/viewtopic.php?f=104&t=31668
  4. أعتقد تقدر بـ تايمر او كلنت رندر .. و تجيب احداثيات السيارة و الروتيشن و تضبط ابوهـ
  5. iPrestege

    Help

    * Download MTADiag and follow the instructions and check the URL for a CAPTCHA before posting it here .
  6. iPrestege

    Help

    I Can't understand what you want to tell us?
  7. لم يتم التجربةة .. function Click() if source == GUIEditor_Button[1] then local element = guiGetText( الايديت ) if ( string.len( element ) < 2 ) then outputChatBox ( "أنت لم تضع شيء ! " ) return nil end end end addEventHandler("onClientGUIClick",root,Click) كلنت !
  8. Looks Great !! But where's the download link?
  9. if ( string.len( element ) < 2 ) then كذا يتحقق انة الشيء اقل شيء يكون 2 ويسوي الوظيفة ! يعني الـ element حقك الايديت .. ميمو .. اي شيء تبية ! اقل شيء يكون فية شيئين ! حرفين اي شيء اهم شيء 2 ذذ
  10. addEvent("spawnHim1",true) addEventHandler("spawnHim1",root, function( ) outputChatBox("انت الان في فريق الشرطةة", source, 255, 0, 0, true) setCameraTarget(source, source) spawnPlayer (source, 1579.2481689453, math.random(-1637.4063720703,-1635.4063720703), 13.561396598816,90,285,0,0,getTeamFromName("Team Name")) giveWeapon ( source , 30,1000 ) giveWeapon ( source , 25,1000 ) giveWeapon ( source , 27,1000 ) giveWeapon ( source , 43,1100 ) end ) لم يتم التجربة .. بدل Team Name = اسم التيم اللي تبية للاعب و للمعلومية العالم خليتة 0 تقدر تغيرة !
  11. guiGetText استخدمةة مع "onClientGUIClick" مع string.len و بـ التوفيق .. !
  12. This will help you : https://forum.multitheftauto.com/viewtopic.php?f=148&t=40809 and good luck .
  13. احسن اصلا من قال نداوم http://sabq.org/qm2fde
  14. استخدم التالي : "onClientGUIClick" triggerServerEvent spawnPlayer
  15. local yazan = createMarker( 137, -88, 2, "cylinder", 3, 255, 255, 255, 150 ) local white = tocolor(255,255,255,255) function dxDrawImage3D(x,y,z,w,h,m,c,r,...) local lx, ly, lz = x+w, y+h, (z+tonumber(r or 0)) or z return dxDrawMaterialLine3D(x,y,z, lx, ly, lz, m, h, c or white, ...) end local Image = dxCreateTexture("FilePath") addEventHandler("onClientRender",getRootElement(), function() local xm,ym,zm = getElementPosition ( yazan ) dxDrawImage3D(xm,ym,zm,1,1,Image) end ) لم يتم التجربة .. كلنت
  16. Sorry but you're script now make no sense you have to learn first .
  17. لجنة الطوارئ رأت أن الأمر لا يتطلب وقفها لا تعليق للدراسة غداً الأحد في الرياض http://sabq.org/Em2fde
  18. When you click the gui element trigger it to the server side to do the function's .
  19. You can use "Table" to create teams with createTeam function .
  20. لا غلط حط الرابط داخل التشغيل !! playSound("Link",true)
  21. صيغة ؟؟ lnk ؟؟ وين الملف mp3 و وش ؟ lnk ؟؟
  22. You have to learn somethings about "Lua" https://forum.multitheftauto.com/viewtopic.php?f=148&t=40809 < >
  23. You mean you want to create more than one team?
×
×
  • Create New...