Jump to content

Baseplate

Members
  • Posts

    1,417
  • Joined

  • Last visited

Everything posted by Baseplate

  1. You can see this Topic. Hope I helped you.
  2. The fuck, I don't have a girlfriend and if you're talking about HER, she's not even playing any game.
  3. Aero didn't give him any permission as Aero did tell me myself...
  4. Awesome server! too much information!! I'm dying help!! Wut? another RP server?? oh c'mon give us a break..
  5. Should I really show that ^ lol
  6. Speak English here, go speak your native language at the appropriate subforums.
  7. For the last code @PaiN, then if you hit the marker with a car it won't output anything.
  8. vatoMarker = createMarker ( 393.60001, -2059.69995, 9.736, "cylinder", 1, 255, 255, 0, 18 ) addEventHandler ( "onMarkerHit", root, function ( hitElement ) if (source == vatoMarker) then outputChatBox("testest.",hitElement,0,255,0,true) end end )
  9. marker = createMarker ( -651.29998779297,954.29998779297,11.10000038147, "arrow", 2, 0, 255, 0, 225 ) addEventHandler("onMarkerHit",marker, function (player) if (getElementType(player) == "player") then setElementInterior(player, id) --change id with the wanted interior id setElementPosition (player,-699.29998779297,964.09997558594,121.19999694824) end end )
  10. He meant he doesn't understand, get some English lessons already.
  11. Yah, 15 is cool Thanks Raahim
  12. addCommandHandler("dp", function(player) local vehicle = getPedOccupiedVehicle(player) setVehicleDamageProof(vehicle, true) else setVehicleDamageProof(vehicle, false) end )
  13. setElementData(source, "Clan", "None") should be setElementData(players, "Clan", "None")
  14. Try to disable gta controls only using that function...check optional arguements on wiki
  15. Well, no problem..I guess
  16. Show us your code, or as another solution you can unbind all the keys and then re-bind them when he's not frozen anymore.
  17. marker = createMarker ( -651.29998779297,954.29998779297,11.10000038147, "cylinder", 2, 0, 255, 0, 225 ) addEventHandler("onMarkerHit",marker, function (hitElement) if (getElementType(hitElement) == "player") then setElementPosition (hitElement,-699.29998779297,964.09997558594,121.19999694824) end end )
  18. ti mafama 7atta wa7ed 9a3ed yji lena chet7ebni na3mel
×
×
  • Create New...