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. rou7ou naykou saybouna ellila yazebbi.
  6. Should I really show that ^ lol
  7. Speak English here, go speak your native language at the appropriate subforums.
  8. For the last code @PaiN, then if you hit the marker with a car it won't output anything.
  9. 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 )
  10. use setElementModel for that.
  11. 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 )
  12. He meant he doesn't understand, get some English lessons already.
  13. Yah, 15 is cool Thanks Raahim
  14. Already done Prestege.
  15. addCommandHandler("dp", function(player) local vehicle = getPedOccupiedVehicle(player) setVehicleDamageProof(vehicle, true) else setVehicleDamageProof(vehicle, false) end )
  16. setElementData(source, "Clan", "None") should be setElementData(players, "Clan", "None")
  17. , thanks mate
  18. Try to disable gta controls only using that function...check optional arguements on wiki
  19. Well, no problem..I guess
  20. 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.
  21. use toggleAllControls
  22. Thanks everyone!
  23. 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 )
  24. ti mafama 7atta wa7ed 9a3ed yji lena chet7ebni na3mel
×
×
  • Create New...