Advertisement
Guest User

Untitled

a guest
Apr 18th, 2020
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.48 KB | None | 0 0
  1. function client:markerWyjscie(gracz, md)
  2.     if isPedInVehicle(localPlayer) then return end
  3.     if gracz == localPlayer and md then
  4.         localPlayer:setPosition(-108.57, 1129.26, 1501.00)
  5.         self.pojazdy = getElementsWithinColShape(self.cuboid, "vehicle")
  6.         for i,v in ipairs(self.pojazdy) do
  7.             iprint(self.pojazdy)
  8.             self.pojazd = self.pojazdy[1]
  9.             iprint(self.pojazd)
  10.             destroyElement(self.pojazd)
  11.         end
  12.     end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement