Jump to content

Bilal135

Members
  • Posts

    843
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Bilal135

  1. setVehicleDamageProof(getPedOccupiedVehicle(Player),false)
  2. setPlayerWantedLevel Set wanted level to 0, use this maybe to set the timer for the wanted level. setTimer Btw, can you post your code here?
  3. Haan. Agar nahi chalti, to player element ko define kar ke pakka chale gi. function(pk)
  4. For barber, You wanna create a ped? Barber? right? For to create a barber ped, use this: function Ped() createPed(id, x, y, z) end addEventHandler("onResourceStart", root, Ped) Try using: setPedClothes Instead of addPedClothes. Wiki - setPedClothes: https://wiki.multitheftauto.com/wiki/SetPedClothes
  5. Method One: script.lua function setMuscle(pk) setPedStat(pk, 23, 1000) outputChatBox("Your Muscle Stats Are Now Maximum", pk, 0, 255, 0) end addCommandHandler("beefcake", setMuscle) Method Two: addCommandHandler("beefcake", function(pk) setPedStat(pk, 23, 1000) outputChatBox("Your Muscle Stats Are Now Maximum", pk, 0, 255, 0) end ) meta.xml <meta> <info author="Bilal" type="script" name="Muscles Max" /> <script src="script.lua" /> </meta>
  6. Stop talking about ''rape'' things..Ask something else.
  7. Cool, I'll check it out on release.
  8. Kaam complete ho gaya hai, viewtopic.php?f=178&t=81919
  9. Salam bhaiyo, mene bohat se logou se suna hai ke un ko Scripting Introduction In English wiki par bohat confusing lagti hai, kyun ke wahan par bohat mushkil English ke words use kiye gai hain, isi liye, mene decide kiya ke kyun na Scripting Introduction in Urdu banai ja, jo ke easy words meu, mene translate ki hai, kisi bhi online translator ya software ki madad ke bagair. Ye complete ho gai hai. Ab shaid Pakistanis scripting ki taraf aain gay, inshallah. Wiki: https://wiki.multitheftauto.com/wiki/Sc ... ction_Urdu Mene is pe bohat hard work kiya hai, koi isse spoil na kare please. Shukriya!
  10. Bilal135

    HUD~~V 2.0

    Why is it compiled? You just mentioned above in your reply that you will release it decompiled? Is it shit coded? or what?
  11. Ye complete nahi hai, lekin ye bohat helpful ho gi, Mene is pe kaam karna aaj hi shurou kiya hai, aur inshallah next two days tak complete ho jai ga, Meu ye translate khud kar raha hoon, kisi online translator ki help nahi le raha. https://wiki.multitheftauto.com/wiki/Sc ... ction_Urdu
  12. Bilal135

    HUD~~V 2.0

    I just Show My HUD i'll release it soon Decompiled To Re-Edit it as you want Ahh okay.
  13. Bilal135

    HUD~~V 2.0

    Don't mind that, but why don't you remove Sroam 5.0? It's server advertising in the script, You should remove that. Will be better.
  14. ye topic ko lock kar dena chahiye, fazool topic O_O
×
×
  • Create New...