Jump to content

Max+

Members
  • Posts

    1,363
  • Joined

  • Last visited

1 Follower

Details

  • Gang
    ---
  • Location
    Saudi, Arabia
  • Occupation
    Lua Scripter, Games Player , Programer , Security Professional
  • Interests
    Lua Scripter, Games Player , Programer , Security Professional

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Max+'s Achievements

Lil' G

Lil' G (37/54)

5

Reputation

  1. function testSirene( player, cmd ) local commandant = createVehicle ( 554, 1227.746, -1422.281, 13.5432, 0, 0, 0, "COMM1" ) triggerClientEvent ( "startSirene", player, commandant ) end addCommandHandler ( "testsirene", testSirene) function startSirene ( vehicle ) local x,y,z = getElementPosition( vehicle ) local sound = playSound3D( "sons\\sirene1.wav", x, y, z, true) attachElements ( sound, vehicle) end addEvent( "startSirene", true ) addEventHandler("startSirene", getResourceRootElement(), startSirene)
  2. مشكلتك مو راضي تقتنع شوف اللي حطيته انت للاوبجكت والسيارة واللي انا حطيته للاعب ، وصاحب الموضوع يبي للاعب https://forum.multitheftauto.com/viewtopic.php?f=160&t=62393
  3. ياخوي حنا هنا نستفيد ونفيد ممكن انت تفيديني انا لي سنتين مارجعت للبرمجه الا قبل يومين بس انا اقول كلهم يضبطو ، ولو تجرب كلها تؤدي نفس الغرض دام صاحب الموضوع اخذ كوده خلاص ..
  4. ياطويل العمر يقول لاتستخدم الامر ذا لاحضار اللاعب لانه يسبب مشاكل مثل نقل الاعب داخل السيارة يفضل استخدام spawnPlayer افضل لك تقرأ انت ، ^ كلام الويكي يقول لاتستخدم ذا الامر عشان ترسبن لاعب ذا كلر كوده صحيح وراعي الموضوع قال ابي كود اذا كتبت امر يوديني لمكان معين طيب كلها تؤدي الغرض لاكن اللي حطه كلر يسوي اخطاء في السكربت يعني حنا افهم من الويكي نفسه ؟ تقدر تسأل تبوله ، وهو قبل كذا عضو نزل كود وقال له تابل يستبدله بـــ spawnPlayer
  5. ياطويل العمر يقول لاتستخدم الامر ذا لاحضار اللاعب لانه يسبب مشاكل مثل نقل الاعب داخل السيارة يفضل استخدام spawnPlayer افضل لك تقرأ انت ،
  6. Required Arguments thePed: the player or ped you want to apply an animation to. Optional Arguments NOTE: When using optional arguments, you must supply all arguments before the one you wish to use. For more information on optional arguments, see Optional Arguments. block: the animation block's name. anim: the name of the animation within the block. time: how long the animation will run for in milliseconds. loop: indicates whether or not the animation will loop. updatePosition: will change the actual coordinates of the ped according to the animation. Use this for e.g. walking animations. interruptable: if set to 'false' other tasks wont be able to interupt the animation. Setting this to 'false' also gives this function more power to override other animations that are running. For example, squatting after a jump can be terminated. freezeLastFrame: ... (From 1.1 onwards).
  7. Max+

    Hud Windows 8

    Very Nice Job , i Really liked it, Keep it Up !
  8. Max+

    [HELP]

    Yeah , i think so to , Well He can use something like this , setTimer ( function ( ) for _, vehicle in ipairs ( getElementsByType ( "vehicle" ) ) do if isElementInWater ( vehicle ) then blowVehicle ( vehicle, true ) end end end , 10000, 0 ) it well check all vehicle in water every 10 sec and blow them up .
  9. سكربت جميل ، بس عندي ملاحظه ودي انك منسق اللوحة زيادة مكبرها شوي ، وحاط كل زر جنبه الوظيفة حقته مثلا اصلاح - جنبه صورة اصلاح نيترو - جنبة صوره نيترو ، وفلوس وتحويل فلوس .. الخ بداية جميلة ، بالتوفيق لك يارب
  10. Max+

    [HELP]

    why do you use ( player ) inside function while you want to set the health of the vehicle remove this , ( player ) and do it like this , setElementHealth(vehicle, 0) or use destroyElement
  11. Do not use this function to spawn a ped/player. It will cause problems with other functions like warpPedIntoVehicle. Use spawnPlayer and createPed instead.
  12. Good Job , Et-win , i think Your Gonna Be Amazing , Scripter ?
  13. Max+

    [Question]

    As JR10 , Said You Can't Block theme Because They're hard-coded in MTA
×
×
  • Create New...