Jump to content

Desaster

Members
  • Posts

    243
  • Joined

  • Last visited

Everything posted by Desaster

  1. when you aim with a weapon and then press tab you can shoot how to remove that ?
  2. Desaster

    Head Rotation

    idk if I am late try this function movePlayerHead() for k, players in ipairs(getElementsByType("player")) do if (getElementHealth(players) > 1) then local w, h = guiGetScreenSize() local lookatX, lookatY, lookatZ = getWorldFromScreenPosition(w/2, h/2, 10) setPedLookAt(players, lookatX, lookatY, lookatZ) end end end lol after reading this topic I saw that I use the same as wasim's one
  3. Desaster

    lua - html

    really no one know it I saw this but idk how to use it callRemote
  4. Desaster

    lua - html

    hello , I have a list in my forum for online players how to bind it with the count of IG players ?
  5. Desaster

    help me pls

    you need to add a end anywhere
  6. Desaster

    Picture :D

    and when the player aim on the target what event I can use for example to color some text ...
  7. Desaster

    Picture :D

    how I get the player Name when a player made a picture of an other player or how I can make a point on screen than check it if it's on the player ? example : traffic officer
  8. yup that's it so thnx it worked
  9. hello so I wanted to ask you how to disable all commands if anyone is not logged in pls don't tell me that I must add it in every script I made before
  10. try to clear the gird before you create your row's
  11. setElementVisibleTo and try to make a higher dimension like 900/1000 because the first 100 dim contain interiors and that may be your problem
  12. Desaster

    radio

    hello, I wanted to ask where I can get cool radio url's and what are some funcs that I may use for a radio system
  13. well you can put them in .rar files but idk if that will decrease the download
  14. your one xXMADEXx create 1 blips every time i type /showatm and another one if I re-type it I want just with /showatm to crate all blips and to remove them after
  15. I want them just with the same command put them or remove them depents on their stat example of my table : local bankMarkers = { {562.79998779297, -1254.5999755859, 16.89999961853, 284}, {1001.700012207, -929.40002441406, 41.799999237061, 278.74658203125}, }
  16. hmmm could I add camera matrixes to it ??
  17. hi , so I was entring a server and I saw this so I wanted to ask you guys how I can download a specific resource that runs that text for example First or to run a resource before to download I think you understand what I mean ^^ thnx for your interest
  18. I did so but the problem was I think bad element pointer idk why function showblips() for ID in pairs(bankMarkers) do if not (blip) then x, y, z = bankMarkers[ID][1], bankMarkers[ID][2], bankMarkers[ID][3] blip = createBlip ( x, y, z, 52, 2, 255, 0, 0, 255, 0, 200 ) else destroyElement(ID) end end end addCommandHandler("showatm", showblips)
  19. how to create blips and to remove them with the same function
  20. try this : local MyMinutesCarshow = MyMinutes/60000
×
×
  • Create New...