Jump to content

Hawkster

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Hawkster

  1. Do you got some tips how I can learn lua fast ?
  2. I've read this articles, but they only show me, how to freeze the car, while the player is sitting in it. It don't work when nobody is in it.
  3. I need you help again How can I freeze,lock and make it undestroyable ? Code: createVehicle ( 567, 2479.8999023438, -1655.4000244141, 13.300000190735, 0, 0, 90.25, 6, 0, 0, 0, 0 ) -- Savanna
  4. I mean, that nobody can kill the peds. They should have unlimited health
  5. Do you know, how can I make the Ped immortal ?
  6. Sup People, I've made a script, which SHOULD create a ped and let em do their animation, but they are only standing, so they not doing what they should do. Here is the code: addEventHandler("onResourceStart", resourceRoot, function() local ped = createPed(106, 2479.3000488281, -1653.1999511719, 13.5, 90, 0, 0) setElementFrozen(ped, true) setPedAnimation(ped, "GANGS", "smkcig_prtl", -1, true, true, false) end) There are no errors.
×
×
  • Create New...