Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. script_name("Collision")
  2.  
  3.  
  4. require "lib.moonloader"
  5.  
  6. function main()
  7. repeat wait(0) until isSampAvailable()
  8. sampAddChatMessage("PISDA", 0xFFFFFF)
  9. while true do
  10. wait (0)
  11. if isKeyDown(VK_5) then
  12. if isCharInAnyCar(PLAYER_PED) then
  13. local car = storeCarCharIsInNoSave(PLAYER_PED)
  14. setCarCollision(car, false)
  15. end
  16.  
  17. end
  18. end
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement