Jump to content

Hesham_Alking

Members
  • Posts

    32
  • Joined

  • Last visited

Details

  • Gang
    House

Hesham_Alking's Achievements

Rat

Rat (9/54)

0

Reputation

  1. مشكور اخي بس عندي استفسار الحين كيف اعرف ارقام الالوان ؟ الحين انا ما اعرف الا الاحمر والاخضر والازرق 255 0 0 < الاحمر الاخضر < 0 255 0 0 0 255 < الازرق
  2. اخوي هذه الكلمة وظيفتها ترجع للنتيرو الاصلي ض1
  3. السلام عليكم اخواني انا حملت مود Shader_nitro وركبت المود بس مش عارف وش اكتب بالسيرفر عشان اغير لون النيترو هذا كود المود ض1 --------------------------------------------------------------------------------- -- -- Nitro shader -- -- --------------------------------------------------------------------------------- addEventHandler("onClientResourceStart",resourceRoot, function() nitroShader = dxCreateShader("nitro.fx") end) -- This function will set the new color of the nitro function updateNitroColor(r,g,b) if nitroShader then if r and g and b then engineApplyShaderToWorldTexture (nitroShader,"smoke") dxSetShaderValue (nitroShader, "gNitroColor", r/255, g/255, b/255 ) end end end -- This function will reset the nitro back to the original function resetNitroColor() if nitroShader then engineRemoveShaderFromWorldTexture(nitroShader,"smoke") end end -- Example command use addCommandHandler("nitro", function(command,r,g,b) if r and g and b then local r,g,b = tonumber(r),tonumber(g),tonumber(b) if r <= 255 and g <= 255 and b <= 255 then updateNitroColor(r,g,b) outputChatBox("Nitro color updated!",255,255,255,true) else outputChatBox("Colors must be between 0 and 255",255,255,255,true) end else resetNitroColor() outputChatBox("Nitro color reset to original!",255,255,255,true) end end)
  4. لا اخي ابي الكفر يشتغل مع السيارة يعني لما اخش العب الاقي السيارة راكب فيها الكفر هدا
  5. ايه يا اخي انا ابي اضيف للكود هذا كود تركيب كفر للسيارة عندي ملفات الكفر dff+ txd
  6. السلام عليكم اخواني الكرام انا عندي ملفين للكفر dff + txd ابي اركب الكفر هذا في مود السيارة وهذا كود مود السيارة addEventHandler('onClientResourceStart', resourceRoot, function() txd = engineLoadTXD ( "infernus.txd" ) engineImportTXD ( txd, 411 ) dff = engineLoadDFF ( "infernus.dff", 411 ) engineReplaceModel ( dff, 411 ) end )
  7. تمام طيب يالغلا انا حددت هذه السيارة كيف اقدر اعدل عليها مثل اللون او الكفر او غيره ؟ http://img02.arabsh.com/uploads/image/2 ... 66f30c.png
  8. تمام انا فتحت الماب الحين بس باقي واقف بمكاني كيف اروح للماب عشان اعدل عليه ؟ http://img02.arabsh.com/uploads/image/2 ... 6df00d.png
  9. اخوي شوف الصورة الاولى حقتك انا عندي هده الخيارات مخفية يعني ابي احرك الماوس عشان اوصل لهن وش اضغط
  10. اخوي انا فتحت ال EDITOR بس انا لسة جديد فيه شوف الخيارات مخفية وش اضغط عشان اقدر اوصل للخيارات http://img02.arabsh.com/uploads/image/2 ... 63f10c.png
  11. تمام بس الكفرات صارت كلها لونها اسود ؟؟
×
×
  • Create New...