Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Days Won

    27

Everything posted by iPrestege

  1. أكيــد تنفــع لـ أي Gui Element والجدوال كذلك ._.
  2. It's down. http://www.downforeveryoneorjustme.com/
  3. Try to change setting : Settings > Advanced > change 'browser speed' to 'slow' Settings > Advanced > change 'single connection' to 'on' Not sure but i hope it'll help ! P.S : If this doesn't help then wait for the mta dev team , Good luck.
  4. طبعاً حسب اسـتيعــابــي لـ طلبكـ .. أنك تبي تجيب ملف من مود ثاني؟
  5. يرجى التحقق من وجود فريق لـ تجنب الأخطاء .. +
  6. -- Client Side addEventHandler ( 'onClientPlayerDamage',root, function ( attacker ) if ( attacker and attacker ~= source and getElementType ( attacker ) == 'player' and getElementModel ( source ) == 217 ) then cancelEvent ( ) end end ) So Simple? الكود بسيط نسآعدكـ بــه .. لـ المعلومية Client Side !
  7. وهو مدرعم ؛ تاليها قبع ( صدم ) في عامود # ZĀ!ـحF ๛ هذا Agree .
  8. هذا بس وتحقق الفريق الثاني . ملاحظة : يفضل تستخدم [ Lua/ ] عشان نشوف الكود بطريقة صحيحة .
  9. رجاءاً استخدم /debugscript 3 واذا وجد خطأ يرجى وضعه هنا .
  10. Do you have any more PED except that one in the resource? If NO then you can modify it to : addEventHandler ( 'onClientClick',root, function ( button, state, absoluteX, absoluteY, worldX, worldY, worldZ, clickedElement ) if ( clickedElement ) and ( getElementType ( clickedElement ) == 'ped' ) then for _,ped in ipairs ( getElementsByType ( 'ped',resourceRoot ) ) do if ( clickedElement == ped ) then if ( guiGetVisible ( GUIEditor.window[1] ) == false ) then guiSetVisible ( GUIEditor.window[1],true ) end end end end end ) bindKey ( 'm','down', function ( ) showCursor ( not isCursorShowing ( ) ) end ) And it should work as well .
  11. اعتقد انة يبي اذا صك احد باند في السيرفر وصار عدد الباندات اللي اعطاها = 5 يعطية باند صح ولالآ؟
  12. The ped variable is pedFreightJob ? If yes then it should work .
  13. Can you please tell me if there's any errors? And does the ped exists? pedFreightJob ?
  14. addEventHandler ( 'onClientClick',root, function ( button, state, absoluteX, absoluteY, worldX, worldY, worldZ, clickedElement ) if ( clickedElement ) and ( getElementType ( clickedElement ) == 'ped' ) then if ( clickedElement == pedFreightJob ) then if ( guiGetVisible ( GUIEditor.window[1] ) == false ) then guiSetVisible ( GUIEditor.window[1],true ) end end end end ) bindKey ( 'm','down', function ( ) showCursor ( not isCursorShowing ( ) ) end ) Try that.
  15. It's really looks good , Good work , Keep it up!
  16. + نسيت حاجة انا بالرد فوق اذا تببية متكرر تستخدم Timer ..
  17. + setSkyGradient -- Al Ready setWaterColor math.random
  18. Have you checked the community?
×
×
  • Create New...