Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/03/17 in all areas

  1. Where is the newModel ? If you want get a new model , Use getElementModel and Use getElementType Even Skip the bugs
    2 points
  2. السلام عليكم و رحمة لله و بركاته اليكم مسابقة علي سيرفر 50 لاعب من استضافة تابليتو هوست لمدة شهر المسابقة مقدمة من مجتمع العرب Click Here | رابط المنتدي شروط المسابقة في الموضوع و شرحها نتمني لكم التسجيل و الفوز رابط الموضوع Here | هنا ادارة المنتدي @iPrestege @سعد الغامدي @N3xT بالتوفيق للجميع
    1 point
  3. Why don't you use ORDER BY Desc / Asc ?
    1 point
  4. اولا كيف سيرفر و مافي ارقمنت الاعب في الشات و لازم التايمر تحط برمرتز الاعب في فنشنك التايمر و بنهايه سطر ٧ غير كذا انت مسوي تايمر يتكرر بحسب الكونت بس كيف كل ١ ملي ثانيه الحد الادني ٥٠ وليه تحول القيمه ل نامبر و ترجع تحولها سترينج انت سوي تحقق وخلصنا و للمعلوميه فنكشن انك تطلع رساله عادي ارقام او سترينج يعني ناقصك ارقمنت للاعب كمان و جداول للقبم حقت الكونت خخخ بكفي كذا
    1 point
  5. سويتلك تنفتح اللوحة من زر والدي اكس , وتنغلق بعد الضغط مرة اخرى Show = false function DXpanel() dxDrawText("Gafwa", 588, 755, 660, 783, tocolor(255, 255, 255, 255), 1.00, "bankgothic", "left", "top", false, false, true, false, false) dxDrawRectangle(465, 580, 304, 8, tocolor(255, 255, 255, 255), true) end bindKey("D", "down", function () if Show == false then Show = true addEventHandler("onClientRender",root,DXpanel)--نظهر لوحة الدي اكس showCursor(true) guiSetVisible(GUIEditor.window[1],true) elseif Show == true then Show = false removeEventHandler("onClientRender", root, dxWindow) guiSetVisible(GUIEditor.window[1], false) showCursor(false) end end) addEventHandler("onClientClick",root, function () if ( source == GUIEditor.button[5] ) then guiSetVisible(GUIEditor.window[1],false) removeEventHandler("onClientRender",root, DXpanel) showCursor(false) end end مدري اذا عندك يفتح زر أو كومند
    1 point
  6. اصلن كيف تجيب السياره مر المفروض بعد التحقق من انه لاعب تتحق انه معه سياره و بعد كذا تجيبها هيك لو ما معه بيطلع اخطاء بالديبق غير كذا انت مسوي else للتحقق عد الامنت و التحقق حق الداتا يعني لو افترضنا ان سياره بذون لاعب او اي المنت دخل المركر ؟؟؟؟؟؟ كيف بيسحب سيارته كودك ناقصه تحققات و تعديل @#BrosS
    1 point
  7. يليل ي اخي محد غصبك تضحك
    1 point
  8. In line 5 getTeamFromName should be getTeamName because getTeamFromName returns a team not the name. I added the color code to the team tag: addEventHandler ("onPlayerChat",root, function ( msg ) if getPlayerTeam ( source ) then cancelEvent () local plrTeam = getPlayerTeam ( source ) local teamName = getTeamName(plrTeam) local r,g,b = getTeamColor( plrTeam ) outputChatBox ("[ "..teamName.." ]#FFFFFF "..getPlayerName ( source ).." : "..msg , root , r, g, b, true ) end end )
    1 point
  9. addEventHandler("onVehicleEnter", root, function(p) local vehicle = getPedOccupiedVehicle(p) if getElementModel(vehicle) == 429 then -- Banshee setVehicleHandling(vehicle, "maxVelocity", 400.0) setVehicleHandling(vehicle, "engineAcceleration", 25 ) end end )
    1 point
  10. Add LilDolla to the developers list, he did a lot of great things for GTI and deserves to be on that list. No matter what he did, you're not the one who decides who should and who shouldn't be on that list. No I am not being mad with you, but I don't want him to be excluded from this.
    1 point
×
×
  • Create New...