Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. هذي تسوية بـ playSound
  2. قصدك يعني الاحداثيات كيف تثبتها ؟
  3. والله هذي المطلوبة و نسيت ذا : guiGetVisible :')
  4. -- # Client Side ! bindKey guiSetVisible showCursor isTimer setTimer guiSetAlpha guiGetAlpha
  5. takeAllWeapons ( thePlayer ) Try this.
  6. You're welcome .. :')
  7. -- # Server Side ! addEventHandler("onPlayerJoin",root, function ( ) setPlayerNametagShowing ( source,false ) end ) So hard?
  8. You can see the wiki example when the player join it's very easy .
  9. vehicle = ? ماهي معرفة عرفها : getPedOccupiedVehicle
  10. لول ذا مو نفسة ذذ
  11. جرب انت من 0 الى 3 الانوار و من 0 - 1 تشغيل ايقاف
  12. تقدر تسوي داتا يوم يسجل الاعب دخولة و تعكسها يوم يسجل خروجة و تسوي شرط بـ البايند كي :')
  13. https://wiki.multitheftauto.com/wiki/SetVehicleLightState
  14. اذا واحد شغل مود وهو في قروب الكونسل يطلع بالشات تم تشغيل المود من الخ لا مامنة فايده بس مدري لية مسوية ذذ
  15. : قصدك انك تبي كود واحد يشغل كلها ؟ ذذ for Prestege = 0,3 do setVehicleLightState ( vehicle , Prestege , 1 ) end
  16. Create a table instead of account data would be better . Try this : -- All Rights Received To Solid Snake local playerWeapons = { } addEventHandler ( "onPlayerWasted", root, function ( ) if ( not playerWeapons [ source ] ) then playerWeapons [ source ] = { } end for slot = 0, 12 do local weapon = getPedWeapon ( source, slot ) if ( weapon > 0 ) then local ammo = getPedTotalAmmo ( source, slot ) if ( ammo > 0 ) then playerWeapons [ source ] [ weapon ] = ammo end end end end ) addEventHandler ( "onPlayerSpawn", root, function ( ) if ( playerWeapons [ source ] ) then for weapon, ammo in pairs ( playerWeapons [ source ] ) do giveWeapon ( source, tonumber ( weapon ), tonumber ( ammo ) ) end end playerWeapons [ source ] = nil end )
  17. حياكـ الله ..
  18. getPlayerAccount ( player ) player = ? outputChatBox ( source ) source = ? عدل متغيراتكـ !
  19. جبت كل اللبلات بـ جدول و حطيت لهم ابيض ذذ اللون ذذ
  20. انسخة للمرهـ الاخيرهـ ماجربتة
  21. https://wiki.multitheftauto.com/wiki/Server_Manual#Configuring_an_external_web_server https://forum.multitheftauto.com/viewtopic.php?f=105&t=51963 https://forum.multitheftauto.com/viewtopic.php?f=105&t=46878
×
×
  • Create New...