Jump to content

Tete omar

Members
  • Posts

    3,267
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Tete omar

  1. -- سيرفر createMarker createVehicle getPlayerTeam -- كلنت guiCreateWindow guiCreateGridList guiCreateButton onMarkerHit :سيرفر onClientGUIClick :كلنت
  2. مو مقرفة فقط, وتدمير للصحة بعد عشان كذا أغلبيتنا فاشلين بالدراسة وننسى بسرعة بسببها ض1 الكلام مو كلامي فيه آلاف المصادر تؤكد ان الاندومي لها اخطار شديدة وبالذات على المخ, الي عليك انك تبحث عن "اخطار الاندومي" وشوف كم نتيجة http://ejabat.google.com/ejabat/thread? ... 458f8f9deb :المصدر من هنا
  3. ينقل الى قسم البرمجة edit: الكود هذا من صنعك ولا من وين جايبه؟
  4. هههههههههههههههههههههههههه, ترك القمامة على باب جاره ودق على بابه وشرد, شوفوا وش بيسوي الجار هذا
  5. اكثر الاحيان تستخدم في اختبار اكوادك tostring
  6. Well, it worked for me just fine, you'll just have to wait 5 minutes. edit: Also TAPLET's code didn't differ mine.
  7. local mRed = 255 local mGreen = 255 local mBlue = 255 local theMessages = { 'Message 1', 'Message 2', 'Message 3', 'Message 4', 'Message 5', 'Message 6' } setTimer ( outputChatBox, 1000 * 60 * 5, 0, theMessages [ math.random ( #theMessages ) ], root, mRed, mGreen, mBlue, true )
  8. Are you sure you put it client-side?
  9. client-sided outputChatBox does not have a 'visibleTo' param, also there is no need for onClientResourceStart. local mRed = 255 local mGreen = 255 local mBlue = 255 local theMessages = { 'Message 1', 'Message 2', 'Message 3', 'Message 4', 'Message 5', 'Message 6' } setTimer ( outputChatBox, 1000 * 60 * 5, 0, theMessages [ math.random ( #theMessages ) ], mRed, mGreen, mBlue, true )
  10. من رأيي, الأندومي هذي مقرفة .. كأنك تاكل دهون على عجين
  11. setTimer math.random outputChatBox And use a table for texts.
  12. Tete omar

    Muting

    Did you check debug errors?
  13. Tete omar

    Diving

    Any debug errors?
  14. Getting players passwords is NOT a legal behaviour in mta, that's why there is no way to get their passwords, also passwords are encrypted, that is why i won't help you at this point. I'd just tell you read the Wiki page that myonlake posted.
  15. Tete omar

    Diving

    Try this: policeVehicles = { [ 598 ] = true, [ 596 ] = true, [ 597 ] = true, [ 599 ] = true } function enterVehicle ( player, seat, jacked ) local kon = getPlayerAccount ( player ) if ( policeVehicles [ getElementModel ( source ) ] ) then if ( not getAccountData ( kon, "prawko2" ) == "zajety" ) then cancelEvent ( ) outputChatBox ( "Only if you have a licence car", player ) end end end addEventHandler ( "onVehicleStartEnter", root, enterVehicle )
  16. تمام, كل واحد وله طريقته بالفهم, العفو
  17. وهذا الي قلته بالضبط ^ .. وش الاختلاف
  18. تستخدم كـ أداة لفصل او تقسيم السترنق لعدة اجزاء بعد ما تحط الحرف الفاصل بينهم بالتأكيد, وبالاخير ترجع جدول فيه الاشياء المفصولة او المقسومة split مثال: local value = "120, 250, 126, 1235" split ( value, ", " ) -- { "120", "250", "126", "1235" }
  19. انا فقط كنت ابي اشوف الاكواد عشان اعرف احدد وش ناقصك او وش انت مسويه غلط. العفو على اية حال
  20. حنا ما نقبل طلبات هنا .. نساعد فقط
×
×
  • Create New...