Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/02/21 in Posts

  1. yes, as SpecT has said; please create a new topic explaining your problem and don't reply on old topics.
    1 point
  2. Hello, Please don't bump old topics but create a new one to get adequate help for your problem.
    1 point
  3. That’s because or 0 will return 0 Something is wrong with your getVehicleAddonsInfo function
    1 point
  4. if (clothes) then for _, cloth in pairs(fromJSON(clothes)) do local texture, model, type = unpack(cloth) addPedClothes(source, texture, model, type) end end function getAllPedClothes(thePed) local clothes = { } for type=0, 17 do local texture, model = getPedClothes(thePed, type) if (texture) and (model) then table.insert(clothes, {texture, model, type}) end end return clothes end Try this
    1 point
  5. local obj=createObject(1947,191.14917, -107.59645, 1.54682-1) function d() local orx, ory, orz = getElementRotation(obj) setElementRotation(obj, orx+1, ory, orz) end end addEventHandler("onClientRender", getRootElement(), d) Or use: interpolateBetween() if you want a smooth rotation
    1 point
  6. I recommend the 7th as you have no experience, I find it very useful for absolute beginners!
    1 point
  7. Welcome! Here are some excellent resources to learn the basics of Lua scripting: - https://wiki.multitheftauto.com/wiki/Main_Page - https://wiki.multitheftauto.com/wiki/Scripting_Introduction - https://www.lua.org/manual/5.1/ - https://wiki.multitheftauto.com/wiki/Category:Tutorials - https://forum.multitheftauto.com/topic/34453-manuals - https://forum.multitheftauto.com/topic/64228-the-ultimate-lua-tutorial/ - https://forum.multitheftauto.com/topic/121619-lua-for-absolute-beginners - https://forum.multitheftauto.com/topic/95654-tut-debugging/ - https://forum.multitheftauto.com/topic/114541-tut-events/ - https://forum.multitheftauto.com/topic/117472-tut-scaling-dx/ Videos: https://www.youtube.com/watch?v=Goqj5knKLQM&list=PLY2OlbN3OoCgTGO7kzQfIKPj4tJbYOgSR Good luck!
    1 point
  8. اتوقع انك ملخبط بينهم php = لغة برمجة سيرفر سايد ماراح تحتاجها إلا لو تبغا تتصل بالسيرفر وتجيب شي منه أو تسوي شي فيه وتقدر تستغني عنها javascript = NodeJS لغة برمجة كلينت سايد للموقع وتقدر تستعملها سيرفر سايد بعد بإستعمال css = خاص بالستايل بشكل عام زي الألوان وغيرها html = هنا المخطط حق الموقع
    1 point
×
×
  • Create New...