Jump to content

#DRAGON!FIRE

Members
  • Posts

    4,429
  • Joined

  • Last visited

Everything posted by #DRAGON!FIRE

  1. Event: "onClientClick" isCursorShowing getCursorPosition isElement getElementType -- your Code
  2. حبيبو اذا انت ما تبي تقلد سايت ف في كثير يحبو يقلدون و انا منهم و لا تدخل ب الموضوع افضل اقول انت مسوي اقتباس لجملة تبي تقارن نفسكـ بـ سايت .. وش دخل التقليد انا اقول المقارنة .. يعني تبي تسوي زيهم وانت باقي مبتدا بالبرمجة .. حاول تسوي شي تقدر تسويه وتعتمد ع نفسك
  3. المايك اللي بالسيرفر ما يعتمد ع البعد .. المايك اللي بالسيرفر للجميع . وبالنسبة لطلبكـ استخدم .. : getElementsByType -- with Loop getElementData isVoiceEnabled setPlayerVoiceBroadcastTo setPlayerVoiceIgnoreFrom
  4. ياخي ترا حنا هنا ما نشتغل عندكم .. زي سايت ولا زي مدري وش وثاني شي وش درانا عن سايت ثالث شي تبي تقارن نفسكـ بـ سايت .. الرجال عطاك اللي عندهـ مو لازم تجلس تقلد سايت ومدري وش !
  5. يب عادي .. بس الافضل تاكله زي ما هو
  6. وهذأ يعني لجميع البيد root اخوي الكود الاول حاط وهذا يعني اي سكربت يشتغل يتنفذ كودكـ root وحاط بالكود الثاني
  7. تبي تعديل ع هذا الكود ولا تبي كود جديد بطلبكـ ووضح وش تبي بالضبط
  8. نعم .. عشان كل شي وله نوع .. يعني المذر بورد وكذا كل شي مع بعض .
  9. السؤال الاول لا ما يمديك ..السؤال الثاني يب .. يمديك تعدل كل شي .. الرامات والهارد دسك وكرت الشاشة الخ
  10. source الى localPlayer استبدل
  11. يب تفكه وتنضف محل ما يخرج الهواء والباقي طبعا .. لانه الغبار ممكن تروح للمعالج والمراوح الداخلية ونظف الكيبورد
  12. اخوي الكود تمام ما فيه اي اشكالية .. المشكلة من عندكـ او من استخدام الفنشكن او من الفنكشن نفسه !
  13. local Mover = 0 addEvent ( "setit", true ) --if the vehicle is a car addEventHandler ( "setit", root, function ( theVeh ) Mover = 0 theVeh = getPedOccupiedVehicle(localPlayer) outputChatBox("Working !") --tester x, y, z = getVehicleComponentPosition( theVeh, "coveral") -- get the position of the component Timer = setTimer ( function ( ) if ( Mover >= y ) then if ( isTimer ( Timer ) ) then killTimer ( Timer ) end end Mover = Mover + 0.001 end, 500, 0 ) setVehicleComponentPosition( theVeh, "coveral", x, y+Mover, z) end )
  14. هو الفنشكن باقي جديد مخرف شوية .. جرب كذا .. : local Mover = 0 addEvent ( "setit", true ) --if the vehicle is a car addEventHandler ( "setit", root, function ( theVeh ) Mover = 0 theVeh = getPedOccupiedVehicle(localPlayer) outputChatBox("Working !") --tester x, y, z = getVehicleComponentPosition( theVeh, "coveral") -- get the position of the component Timer = setTimer ( function ( ) if ( Mover >= y ) then if ( isTimer ( Timer ) ) then killTimer ( Timer ) end end Mover = Mover + 0.002 end, 1000, 0 ) setVehicleComponentPosition( theVeh, "coveral", x, Mover, z) end )
  15. ما ادري ولله هذي المشكلة مشكلة احداثيات انت زود ونقص لين يضبط معاكـ
  16. local Mover = 0 addEvent ( "setit", true ) --if the vehicle is a car addEventHandler ( "setit", root, function ( theVeh ) Mover = 0 theVeh = getPedOccupiedVehicle(localPlayer) outputChatBox("Working !") --tester x, y, z = getVehicleComponentPosition( theVeh, "coveral") -- get the position of the component Timer = setTimer ( function ( ) if ( Mover >= y ) then if ( isTimer ( Timer ) ) then killTimer ( Timer ) end end Mover = Mover + 0.001 end, 500, 0 ) setVehicleComponentPosition( theVeh, "coveral", x, Mover, z) end )
  17. local Mover = 0 addEvent ( "setit", true ) --if the vehicle is a car addEventHandler ( "setit", root, function ( theVeh ) Mover = 0 theVeh = getPedOccupiedVehicle(localPlayer) outputChatBox("Working !") --tester x, y, z = getVehicleComponentPosition( theVeh, "coveral") -- get the position of the component Timer = setTimer ( function ( ) if ( Mover >= y ) then killTimer ( Timer ) end Mover = Mover + 0.001 end, 500, 0 ) setVehicleComponentPosition( theVeh, "coveral", x, Mover, z) end )
  18. غريب المشكلة ذي المفروض ما تواجهكـ الاكواد صحيحة ورني الكود بعد ما عدلت
  19. المفروض ما تقبل من اي احد لو اخوكـ نفسه ! AVG وثاني شي لو كان عندكـ برنامج حماية زي افاست او .. ما كنت تهكرت .. الا بحالات .. وغير كذا جدار الحماية بـ وندوز 8 لو كنت وندوز 8 .
×
×
  • Create New...