Jump to content

2kristof2

Members
  • Posts

    80
  • Joined

  • Last visited

Everything posted by 2kristof2

  1. maybe i'm doing something wrong but it still doesn't work for me
  2. This: "you collided with object [3458]" without explosion
  3. well i tried to do something but i started scripting yesterday so the script can be not sensible.. Anyway it doesn't work. Me = getLocalPlayer function Main (hitPlayer, matchingDimension) vehicle = getPedOccupiedVehicle ( hitPlayer ) if hitPlayer ~= Me then if source == getElementModel(hitElement)==3458) then blowVehicle ( vehicle ) end end end addEventHandler( "onClientVehicleCollision", getRootElement(), Main)
  4. hello, I'm a very beginner and trying to learn lua. I need 1 script but unfortunately i have no idea how to do it I guess I have to use it: https://wiki.multitheftauto.com/wiki/On ... eCollision What do i want: When my vehicle touch a Object(all objects with ID=xxx), the vehicle will be blown (player killed) Thanks for help, Krzysztof
×
×
  • Create New...