Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. Welcome to the multi theft auto community - forum . Try replace your ACL.xml file with this . Try replace your admin with this. I hope this help!
  2. Download mta diag tool from here and follow the instructions!
  3. createMarker or createColSphere isElementWithinMarker or isElementWithinColShape playSound destroyElement -- The sound
  4. عاد وش نسوي اذا ماهو فية ابحث بنفسك وشغل يدك واكتب وابحث
  5. https://community.multitheftauto.com
  6. xxxx > guiGridListGetItemText guiGridListGetSelectedItem
  7. aclGroupAddObject ( aclGetGroup( tostring ( group ) ),"user."..name)
  8. عيني عينك نسخ + لصق .. كودي ي عزيزي وتقدر تقولي من وين فنكشن isWindowMove ?
  9. المتغيرات بتجي حق لاعب واحد يعني لو جا واحد ثاني بيجيه نفس متغير اللاعب الاول قلت فوق يسويها تيبل لكل لاعب اذا كان كلنت ماتاثر على اي لاعب
  10. اذا كلنت ينفع اما سيرفر بيوقف على اخر لاعب .. يقدر يسوية جدول هو طلب مجرد مثال للمتغيرات
  11. local HitCount = 0 addEventHandler('onMarkerHit',marker[1], function ( ) if HitCount then HitCount = HitCount +1 or 1 end end ) addEventHandler('onMarkerHit',marker[2], function ( ) if HitCount then HitCount = HitCount +1 or 1 end end ) addEventHandler('onMarkerHit',marker[3], function ( ) if HitCount and HitCount >= 2 then outputChatBox('2') else outputChatBox ('2 <') end end ) مثال بسيط
  12. او تسوي متغيرات وخلصنا
  13. https://forum.multitheftauto.com/viewtopic.php?f=91&t=60715
  14. function getRep ( source, commandName, playerName ) To : function getRep ( commandName, playerName )
  15. الكود صح ماهو هذا شف سطر 470 وينة لانة ماهو هذا مستححيل
  16. addEventHandler("onClientGUIClick",root, function ( ) if source == NextMapButton then guiSetVisible( SoonWindow ,false) guiSetVisible( NextMapWindow ,true) guiSetVisible( StatsWindow ,false) guiSetVisible( CarShopWindow ,false) elseif source == SoonButton then guiSetVisible( NextMapWindow ,false) guiSetVisible( SoonWindow ,true) guiSetVisible( StatsWindow ,false) guiSetVisible( CarShopWindow ,false) elseif source == StatsButton then guiSetVisible( CarShopWindow ,false) guiSetVisible( StatsWindow ,true) guiSetVisible( SoonWindow ,false) guiSetVisible( NextMapWindow ,false) elseif source == CarShopButton then guiSetVisible( NextMapWindow ,false) guiSetVisible( CarShopWindow ,true) guiSetVisible( StatsWindow ,false) guiSetVisible( SoonWindow ,false) end end ) صح الكود ._. بس مدري وش السبب جرب كذآ
  17. local CashText = guiCreateLabel( 35, 69, 200, 33, "Your Money : ", false, StatsWindow ) local SerialLabel = guiCreateLabel(35, 102, 300, 33, "Your Serial :", false, StatsWindow) guiSetFont( CashText, "default-bold-small" ) guiSetFont(SerialLabel, "default-bold-small") function refreshStats( ) if guiGetVisible( StatsWindow ) then guiSetText( CashText, "Your Money : "..getPlayerMoney( ).." $" ) guiSetText(SerialLabel,"Your Serial : " ..getPlayerSerial( )) end end addEventHandler( "onClientRender", getRootElement( ), refreshStats ) مجرد سؤآل لية الرندر للسريال بيتغير مثلاَ ؟
  18. string commandName, [string arg1, string arg2, ...]
  19. الـ nil = شيء ماهو موجود يعني راجع كودك ._. الكود لك؟ كيف نيل
  20. ناقص اند ضيف اند وجرب ذذ
  21. iPrestege

    need help

    triggerServerEvent Then : giveWeapon takeWeapon bindKey getElementsByType 'onPlayerJoin' and 'onResourceStart'
×
×
  • Create New...