Jump to content

xLive

Scripting Moderators
  • Posts

    467
  • Joined

  • Days Won

    22

Everything posted by xLive

  1. فـ صعب تعدله mysql الحياة الواقعية بشكل العام الاسلحة حقتها تحفظ بـ طريق
  2. n.. اذا كان في البداية ..n.. اذا كان ف الوسط ..n اذا كان في النهاية
  3. function anticheatwp ( ) if isPedDead ( source ) then takeAllWeapons ( source ) local n = getPlayerName (source) outputChatBox ("تحذير!!", root, 255, 255, 255 ) outputChatBox (n.." مات و خرج من السيرفر ليحافظ على اسلحته و تم سحب الاسلحه ", root, 255, 255, 255 ) end end addEventHandler ( "onPlayerQuit", root, anticheatwp ) مو لازم سطر ازالة اكواد الألوان لانه اسامي اللاعبين في سيرفرات الحياة الواقعية مفيها اكواد الوان وفيه خطا بـ سطر 6 عدلته لك
  4. اول واحد راح يشيل اسلحة كل يلي موجودين بـ السيرفر والثاني م ينفع تحط فكشن لانه المطلوب في الفكشن بيد او لاعب takeAllWeapons ( ped thePed ) source استخدم السورس حق الحدث يلي هو اللاعب يلي طلع
  5. جرب ذا الكود وكلمني addEventHandler ("onRoundFinish",root, function () ... -- والأكواد حقتك end ) م يحتاج تسوي تحقق انه التيم مفيه احد حي , الحدث يوم ينتهي الماب
  6. تقدر تستعمل حدث التكتيك لمن الماب يخلص addEventHandler ("onRoundFinish")
  7. وش تبي تسوي بالضبط؟
  8. Hello, When I play the game sometimes or when I play the game comes a black screen and then some 5 minutes go out and write this error, There was a problem resting Direct3D Dircet3DDDevice9 Rest error: 8876086a, How to fix this problem ?? Sorry for bad English Now I can not enter mta from this problem
  9. xLive

    Crash when i playing

    i'm laptop i cant buy new card. anymore thanks for help
  10. xLive

    Crash when i playing

    the game also freezes, i can return to the game when i press alt+tab
  11. xLive

    Crash when i playing

    np, all versions not support windows 10. only Windows 7, 32-bit* Windows 7, 64-bit* Windows Vista 32* Windows Vista 64* Windows XP 32-bit Edition* Windows XP 64-bit Edition* Windows Server 2008* Windows Server 2003* Windows 2000 I've reinstalled new gta and mta recently, may this be the reason? Because this problem is new
  12. xLive

    Crash when i playing

    I did not find it my card: Mobile Intel(R) 4 Series Express Chipset Family
  13. xLive

    Crash when i playing

    I can't find a driver supports Windows 10
  14. xLive

    Crash when i playing

    what is the command to get card name ?
  15. xLive

    Crash when i playing

    The requirements do not match your device + i'm download and install Intel(R) Driver Update Utility and i start scan But he will find no old driver.
  16. xLive

    Crash when i playing

    Hello when i playing mta The frames drops and the world disappears and returns and repeated, Then take me out of the game Error information: Version = 1.5.4-release-11324.0.000 Time = Wed May 17 04:04:18 2017 Module = C:\WINDOWS\SYSTEM32\igdumd32.dll Code = 0xC0000005 Offset = 0x00006BA1 EAX=5317A9D0 EBX=07C3FC74 ECX=18B1E010 EDX=5317A9C0 ESI=18B1E000 EDI=00000001 EBP=07C3FC60 ESP=07C3FC50 EIP=57F56BA1 FLG=00010202 CS=001B DS=0023 SS=0023 ES=0023 FS=003B GS=0000 how to fix this error ?, This problem is repeated more than once note: I am sorry for my bad English.
  17. م كنت ادري انه فيه فكشن getAccountPlayer . ع العموم بحذف المشاركة
  18. السلام عليكم ورحمة الله وبركاته getPlayerFromAccountName الوظيفة تجيب لاعب من اسم حسابه Syntax: player getPlayerFromAccountName ( string accountName ) Required Arguments : accountName : اسم الحساب يلي تبي تجيب منه اللاعب Code: function getPlayerFromAccountName(name) if name then for i,player in ipairs ( getElementsByType ("player") ) do local acc = getPlayerAccount (player) if not isGuestAccount (acc) then if getAccountName (acc) == name then return player end else return false end end else return false end end Example: هذا المثال نجيب اسم اللاعب عن طريق كتابة اسم حسابه بـ كوماند addCommandHandler ("getPlayerName", function (player,_,name) if name then local thePlayer = getPlayerFromAccountName (name) if thePlayer then outputChatBox (getPlayerName (thePlayer),player,255,255,255,true) else outputChatBox ("player not found !",player,255,0,0) end else outputChatBox ("type account name frist !",player,255,255,0) end end ) Returns : يرجع لنا اللاعب لو كان اسم الحساب صحيح, نيل لو كان خطأ او غير موجود .لو فيه أي خطأ بـ الكود الرجاء التصحيح
  19. . مشكور ع الموقع مفيد يلي يبي يتعلم وافضل شي فيه انه م يحتاج تسجيل
  20. xLive

    سوال ..

    حتطلع لللاعب بس
×
×
  • Create New...