Jump to content

CHC

Members
  • Posts

    7
  • Joined

  • Last visited

Details

  • Gang
    none
  • Location
    Poland

CHC's Achievements

Newbie

Newbie (4/54)

0

Reputation

  1. This function can be used to set an element to collide with another element. An element with collisions disabled does not interact physically with the other element. ( from wiki https://wiki.multitheftauto.com/wiki/Set ... idableWith ) and example(client-side): function setCol() local x,y,z = getElementPosition(getLocalPlayer()) someped = createPed(0,x,y,z,120) setElementCollidableWith(source,someped,false) end addEventHandler("onClientResourceStart", getRootElement(), setCol) i not tested it
  2. Now exist decompilers, if you want really release it, think.
  3. this is first person from community add hands
  4. Because scripted crosshair is shit.
  5. Everybody can make it, that guy asks for create it in settings....
  6. Everything associate you with Counter Strike? For me that suggestion is very good for dm servers.
×
×
  • Create New...