Jump to content

Max+

Members
  • Posts

    1,363
  • Joined

  • Last visited

Everything posted by Max+

  1. , وعليكم السلام ورحمة الله وبركاته , ياليت تطرح الكود ,
  2. local angle = 0 local screenWidth, screenHeight = guiGetScreenSize() local sound = playSound('audio/xd.mp3') angle = angle +7 addEventHandler('onClientRender', root, function () dxDrawImage(screenWidth/2-32, screenHeight/2-32, 64, 64, 'img/travelling.png', angle,0,0) fadeCamera ( false, 0, 0, 0, 0 ) setSoundVolume(sound, 0.5) end ) Make Sure , you have audio file with .mp3 inside it , and Post your , meta.xml file ,
  3. volume: A floating point number representing the desired volume level. Range is from 0.0 to 1.0
  4. .:HyPeX:. Yes, that is a fix , but he want it , when the map Change i think it's a custom Event , for Race ,
  5. what gamemode are you using for this ? Race , ?
  6. test the triggerSideEvent, didn't work , because the text , of the dxdraw , i think , you must use , getElementData setElementData
  7. Max+

    help pliz :(

    Yeah , it's an Element , so with Element, use getElementData, and with xml , use xmlNodeGetAttribute , He posted the script , then He deleted , it So you win ,
  8. Well , there is , a program , but i dont have it , i think it run on CMD , you Can look for it , because no one will give you what you want ,
  9. Max+

    reg

    Sorry For late , Open admin Panel , then select Resources , you will seee MangACL on the top right click on it , then Press on Admin Group , then click on addObject , and small box will pop out , write in it , resource.bplogin then , restart , Server/ or Script ,
  10. Max+

    help pliz :(

    Ok , but xmlNodeGetName won't work ? because in the wiki written , Gets the tag name of the specified XML node.
  11. Max+

    help pliz :(

    you Can , Use this , xmlNodeGetName
  12. it's wrong to steal others scripts , trust me it's Very Easy to learn than , steal .
  13. Max+

    idiot question

    i think he mean he want to use his own color , to the script , change the color to his own one ,
  14. Max+

    reg

    Just Enter your Server login to the admin panel , then , press P to open the admin panel , you well see acl mangement or acl , on the top right of the panel press it , then expand the admin , group , then there is a select button to write a resource to give admin rights , write in the box , resource.bplogin, then restart the script or server whatever ,
  15. Max+

    help pliz :(

    Hello , i didn't get what are you trying to do Here . . . you want to get the name of the vehicle and id , form xml , or just get the name ? ?
  16. manve1 Your Code Has , Errors [ Use , mta script editor to See Them , ] herecomestheking - Check this, road1 = createObject (3458, 3543.55078125, -1537.4228515625, 498.25500488281, 0, 0, 255) -- your gate addCommandHandler('close', -- type close to move it , function() -- function moveObject (road1, 2000, 3543.55078125, -1537.4228515625, 502) --- move it end -- close ) -- close
  17. You need not use addEvent because onZombieWasted is a custom event of the zombie resource. addEventHandler( 'onZombieWasted', root, function ( killer, weapon, bodypart ) if (killer and killer ~= source) then if ( bodypart == 9 and weapon == 22) then setPedStat( killer, 69, getPedStat( killer, 69 ) + 50 ) end end end )
  18. Max+

    تصحيح

    اها , يعطيك العافية حبيبي , بعد اذن حبيبي دريم , انا مسوي نفس الفكرة لان بختلاف شوي ,
  19. - والله ماشاء الله ماخليت شي ماضفته هههههههه - وتعجبني برمجتك , ودايم تحاول تسوي شي مختلف - وجديد , بس حبيت اسئلك , ليه ماتسوي سيرفر{ حرب , متأكد راح تبدع فيه الريس , قليل اللي يحبه الحين ,
  20. Max+

    تصحيح

    TheBest , حبيت اسئلك وش هي -1 لاني محصلها بأكثر من موضوع ليه ماستخدمت setVehicleWheelStates ( theVehicle, 2 ) لاني استخدمته وفك لي الكفر ,
  21. MayBe, you Can Connect Me , Private - Msg
  22. طيب سويت كود الفرق نفس الاسم اللي بالسكربت ؟ ؟ + تأكد من meta.xml ان الملف type = server
  23. your , welcome , and about Change Nick they alredy there they Can't Change it ,
  24. Here Test This , addEventHandler ( 'onPlayerLogin', root, function ( _, theCurrentAccount ) local acc = getAccountName(theCurrentAccount) setPlayerName ( source, acc ) end ) function nickChangeHandler() cancelEvent() end addEventHandler("onPlayerChangeNick", root, nickChangeHandler)
  25. شوف طلبك الثاني هنا , viewtopic.php?f=160&t=69429&start=30
×
×
  • Create New...