Jump to content

مششكلة بكود الوزنيات | Tnx Talal07


Recommended Posts

السسلام عليككم ورحمةة الله وبرككاته

اخباركم شباب ؟؟

عسساكم بخير ..

اليوم معي مششكلة بكود الوزنيات

ممادمججت معاه مود الوزنيات b

ابيه يسوي import الى مود اسمه hedit

  
function onGuiClick (button, state, absoluteX, absoluteY) 
  if (source == AboShanab1btn) then 
     local Vehicle = getPedOccupiedVehicle(localPlayer) 
    local Handling = "1500 1200 0.1 0 0 -0.05 70 0.5 0.8 0.7 5 800 33 16 4 p 5.4 0.9 false 45 0.95 0.14 0 0.8 -0.25 0.5 0.3 0 0 45000 0 0 1 1 1" 
    if Vehicle then 
      importHandling(getResourceFromName("hedit"),getPedOccupiedVehicle(localPlayer), Handling, "SA") 
      outputChatBox("#80ff40  تم تركيب الوزنية بنجاح .", 0, 255, 0, true) 
    else 
      outputChatBox("أنت لا تملك سيارة لـ تطبيق الوزنية !") 
  end 
end 
end 
addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick) 
  

وشككرا

Edited by Guest
Link to comment

افتح مود

hedit

و افتح الميتا و اضيف ذا السطر

function="importHandling" type="client" /> 

و خلي الكود كذا و جرب

function onGuiClick (button, state, absoluteX, absoluteY) 
  if (source == AboShanab1btn) then 
     local Vehicle = getPedOccupiedVehicle(localPlayer) 
    local Handling = "1500 1200 0.1 0 0 -0.05 70 0.5 0.8 0.7 5 800 33 16 4 p 5.4 0.9 false 45 0.95 0.14 0 0.8 -0.25 0.5 0.3 0 0 45000 0 0 1 1 1" 
    if Vehicle then 
      exports.hedit:importHandling(getPedOccupiedVehicle(localPlayer), Handling, "SA") 
      outputChatBox("#80ff40  تم تركيب الوزنية بنجاح .", 0, 255, 0, true) 
    else 
      outputChatBox("أنت لا تملك سيارة لـ تطبيق الوزنية !") 
  end 
end 
end 
addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick) 

تذكر انك مشغل مود

hedit

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...