Jump to content

XML

Members
  • Posts

    43
  • Joined

  • Last visited

Everything posted by XML

  1. Hello guys, i've seen in some servers that you can change the texture of the same vehicle many times, So you can seen other players having the same vehicle but another texture, I know that i have to use Shader functions but how to do it, And how to make all players able to see other player's vehicle texture ?
  2. @Awang Thank you, Your way is the one i need exactly. @ShayF Thanks for your help, But i guess your code have some issues I remember i used this way once, And i noticed some problems in it like your hp reloaded automatically sometimes when you get hit by another player specially if the other player have a lag or something, or also you.
  3. this is for vehicles .. only i meant for the player to reduce the damage of the player
  4. Hello guys, I was wondering if it's possible to reduce the damage for a specific player by using an ability or stuff like that ?
  5. @WTF_ ورنا الكود كامل .. مافيه طريقه نساعدك غير كذا
  6. @DaHoM انت تبيه اذا مات يشيل الخلاط منه ؟ او تبيه يحفظه ؟
  7. تأكد من اسامي الازرار .. وغيرها الكود ماشوف فيه غلط
  8. مايجوز انك تستعمل الامر 'test' غير اسم الامر وجرب Wiki: Note: You cannot use "check", "list" or "test" as a command name.
  9. عندك اول شي local x = check1[1]['bank'] مختلفه عن ذي local x = checkData1[1]['bank'] حط اكوادك المخصصه لهذي النقطه كامله
  10. XML

    [Question] Arrow

    Any help please ?
  11. XML

    [Question] Arrow

    hello i'm making an arrow that follows the front of the rectangle. but the problem is, it's working fine to me and it follows the front of it with no problems but the other players not seeing the arrow in the right position they see it in another position. Code: local screenW, screenH = guiGetScreenSize () addEventHandler ("onClientRender", root, function () local veh = getPedOccupiedVehicle (localPlayer) if (veh) then local hp = math.floor (getElementHealth (veh) / 10) local calcule_hp = (screenW * 0.9114) + (hp / 100 * screenW * 0.0805) - (screenW - 2995 * 0.9070 / 2) dxDrawRectangle (screenW * 0.9114, screenH * 0.9323, hp / 100 * screenW * 0.0805, screenH * 0.0117, tocolor (7, 247, 142, 209), false) dxDrawText ("HP: " .. hp .. "%", screenW * 0.8638, screenH * 0.9310, screenW * 0.8997, screenH * 0.9505, tocolor (7, 247, 142, 255), 1.00, "default", "center", "top", false, false, false, false, false) dxDrawImage (calcule_hp, screenH * 0.9206, screenW * 0.0095, screenH * 0.0117, "Images/arrow.png", 0, 0, 0, tocolor (255, 255, 255, 255), false) end end ) So any help please ?
  12. انا سألت احد يعرف رقمه , اذا تعرفه اكتبه , ما تعرفه ما يحتاج تكتب كلامك ذا
  13. السلام عليكم يا شباب احد يعرف وش رقم الاوبجكت ذا ؟
  14. XML

    [HELP] Object ID

    it's not there, if someone knows the id of it, please tell me
  15. XML

    [HELP] Object ID

    hello guys, can someone here tell me what is the id of this object:
  16. بما ان القيمه في متغير ثابت , مستحيل تتغير كل مره الا تغيرها من داخل التايمر , لكن بهذي الحاله كودك يصير كذا: stat = nil function A7MEDENO() local money = math.random( 1000, 3000 ) local math = math.random( 1, 10 ) playSoundFrontEnd( root, 45 ) outputChatBox("#3B9C9C # Write #00ff00[ " .. que[math] .. "#00ff00 ] #3B9C9C To Get Some Money #3B9C9C [ #00ff00".. money .." $ #3B9C9C] ! ",root,255,255,0,true) stat = ans[math] end setTimer( A7MEDENO, 60000, 0 )
×
×
  • Create New...